From 2add805f98186e3795923ce8e566a3ef519cdd94 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 26 Jan 2026 09:28:30 -0800 Subject: [PATCH] Temporarily disable bazel-latest testing. NFC These jobs have been failing for a long time now. We can re-enable them once we fix support for the bazel latest. --- .circleci/config.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ea2f6beea..706f7f6372 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -356,18 +356,21 @@ workflows: 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