Skip to content

Commit 00b8b40

Browse files
authored
Update enzyme-bazel.yml
1 parent 7ae902a commit 00b8b40

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/enzyme-bazel.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,7 @@ jobs:
135135
run: |
136136
set -e
137137
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-
fi
138+
BAZEL_FLAGS="${BAZEL_FLAGS} --linkopt=-fuse-ld=lld"
144139
BAZEL_FLAGS="${BAZEL_FLAGS} --test_env=TPU_TOPOLOGY"
145140
BAZEL_FLAGS="${BAZEL_FLAGS} --test_env=TPU_WORKER_ID"
146141
BAZEL_FLAGS="${BAZEL_FLAGS} --test_env=TPU_SKIP_MDS_QUERY=true"

0 commit comments

Comments
 (0)