tensorflow: update fixed output hashes

(cherry picked from commit 642bea6cecf5ee1258b2a317f6e56278c7a355b9)
This commit is contained in:
Andreas Rammhold 2020-02-24 13:32:36 +01:00 committed by John Ericson
parent a0b992fdf8
commit 4e7dac0a56

View File

@ -296,10 +296,12 @@ let
TF_SYSTEM_LIBS = null; TF_SYSTEM_LIBS = null;
# cudaSupport causes fetch of ncclArchive, resulting in different hashes # cudaSupport causes fetch of ncclArchive, resulting in different hashes
# FIXME: can't (re)produce this output with current bazel.
# FIXME: build log: https://gist.github.com/andir/eff3e9c8eda5b56c8ea84903aed9cc35
sha256 = if cudaSupport then sha256 = if cudaSupport then
"1p544yk7jcspgc4qr4amw11ds16c2an5yxvagx5pmwawz0s083pf" "0gyhjvzshgj59mbns8njlfl9qpz4sdg4j0xs2dva0w2nql7cr7im"
else else
"1dqbw3k3avqiy9xpgs44l6z65ab5rjjlxwig8z7gcl7fw9h6sbq9"; "04jvg3mc2si4xdbszc1vnw1rmf22p7snbjphmnklp7bc39jxkcrz";
}; };
buildAttrs = { buildAttrs = {