Skip to content

Commit dbc7681

Browse files
ddunltensorflow-copybara
authored andcommitted
Create separate kokoro config
In followups I'll change the build scripts to use this new config, and delete the top level flag changes PiperOrigin-RevId: 674442106
1 parent 8bd1fda commit dbc7681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ build --repo_env=CC="/usr/bin/gcc-10"
2424
build --action_env=CC="/usr/bin/gcc-10"
2525
build:cuda_clang --action_env=CLANG_CUDA_COMPILER_PATH="/usr/lib/llvm-17/bin/clang"
2626

27+
build:kokoro --repo_env=CC="/usr/bin/gcc-10"
28+
build:kokoro --action_env=CC="/usr/bin/gcc-10"
29+
2730
# Options used to build with TPU support.
2831
build:tpu --define=with_tpu_support=true --define=framework_shared_object=false
2932
build:tpu --copt=-DLIBTPU_ON_GCE

0 commit comments

Comments
 (0)