Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
qihqi committed Sep 27, 2024
1 parent 172800b commit 660b7a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/ansible/config/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
release_env:
common:
# Force GCC because clang/bazel has issues.
CC: gcc-10
CXX: g++-10
# CC: "clang-{{ clang_version }}"
# CXX: "clang++-{{ clang_version }}"
# CC: gcc-10
#CXX: g++-10
CC: "clang-{{ clang_version }}"
CXX: "clang++-{{ clang_version }}"
LD_LIBRARY_PATH: "$LD_LIBRARY_PATH:/usr/local/lib"

tpu:
Expand Down

0 comments on commit 660b7a6

Please sign in to comment.