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
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4d743a1..0ee8451 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -360,18 +360,21 @@
test-bazel7-linux:
jobs:
- test-bazel7-linux
- test-bazel-latest-linux:
- jobs:
- - test-bazel-latest-linux
+ # https://github.com/emscripten-core/emsdk/issues/1642
+ # test-bazel-latest-linux:
+ # jobs:
+ # - test-bazel-latest-linux
test-bazel7-mac-arm64:
jobs:
- test-bazel7-mac-arm64
- test-bazel-latest-mac-arm64:
- jobs:
- - test-bazel-latest-mac-arm64
+ # https://github.com/emscripten-core/emsdk/issues/1642
+ # test-bazel-latest-mac-arm64:
+ # jobs:
+ # - test-bazel-latest-mac-arm64
test-bazel7-windows:
jobs:
- test-bazel7-windows
- test-bazel-latest-windows:
- jobs:
- - test-bazel-latest-windows
+ # https://github.com/emscripten-core/emsdk/issues/1642
+ # test-bazel-latest-windows:
+ # jobs:
+ # - test-bazel-latest-windows