We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae902a commit 00b8b40Copy full SHA for 00b8b40
.github/workflows/enzyme-bazel.yml
@@ -135,12 +135,7 @@ jobs:
135
run: |
136
set -e
137
BAZEL_FLAGS=""
138
- if [ ${{ runner.os }} == macOS ]; then
139
- BAZEL_FLAGS="${BAZEL_FLAGS} --define using_clang=true"
140
- fi
141
- if [ ${{ runner.arch }} == ARM64 ] && [ ${{ runner.os }} == Linux ]; then
142
- BAZEL_FLAGS="${BAZEL_FLAGS} --linkopt=-fuse-ld=lld"
143
+ BAZEL_FLAGS="${BAZEL_FLAGS} --linkopt=-fuse-ld=lld"
144
BAZEL_FLAGS="${BAZEL_FLAGS} --test_env=TPU_TOPOLOGY"
145
BAZEL_FLAGS="${BAZEL_FLAGS} --test_env=TPU_WORKER_ID"
146
BAZEL_FLAGS="${BAZEL_FLAGS} --test_env=TPU_SKIP_MDS_QUERY=true"
0 commit comments