Skip to content

Commit 75ba526

Browse files
authored
Temporarily disable bazel-latest testing. NFC (#1663)
These jobs have been failing for a long time now. We can re-enable them once we fix support for the bazel latest. See #1649, #1642
1 parent 9d03d64 commit 75ba526

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -360,18 +360,21 @@ workflows:
360360
test-bazel7-linux:
361361
jobs:
362362
- test-bazel7-linux
363-
test-bazel-latest-linux:
364-
jobs:
365-
- test-bazel-latest-linux
363+
# https://github.com/emscripten-core/emsdk/issues/1642
364+
# test-bazel-latest-linux:
365+
# jobs:
366+
# - test-bazel-latest-linux
366367
test-bazel7-mac-arm64:
367368
jobs:
368369
- test-bazel7-mac-arm64
369-
test-bazel-latest-mac-arm64:
370-
jobs:
371-
- test-bazel-latest-mac-arm64
370+
# https://github.com/emscripten-core/emsdk/issues/1642
371+
# test-bazel-latest-mac-arm64:
372+
# jobs:
373+
# - test-bazel-latest-mac-arm64
372374
test-bazel7-windows:
373375
jobs:
374376
- test-bazel7-windows
375-
test-bazel-latest-windows:
376-
jobs:
377-
- test-bazel-latest-windows
377+
# https://github.com/emscripten-core/emsdk/issues/1642
378+
# test-bazel-latest-windows:
379+
# jobs:
380+
# - test-bazel-latest-windows

0 commit comments

Comments
 (0)