From e490f10a8ad909b603188a1c111f597e758a7356 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Mon, 18 Mar 2024 19:40:51 -0700 Subject: [PATCH] Temporarily disable "Examples Clang with LLD" CI job --- .bazelci/presubmit.yml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index b58941eabe..7115591e99 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -362,21 +362,22 @@ tasks: - "//..." test_targets: - "//..." - ubuntu2004_examples_clang_lld: - name: Examples with Clang and LLD - platform: ubuntu2004 - shell_commands: - - "sudo apt -y update && sudo apt -y install lld" - working_directory: examples - build_flags: - - "--repo_env=CC=clang" - - "--linkopt=-fuse-ld=lld" - - "--config=rustfmt" - - "--config=clippy" - build_targets: - - "//..." - test_targets: - - "//..." + # TODO: https://github.com/bazelbuild/rules_rust/issues/2554 + # ubuntu2004_examples_clang_lld: + # name: Examples with Clang and LLD + # platform: ubuntu2004 + # shell_commands: + # - "sudo apt -y update && sudo apt -y install lld" + # working_directory: examples + # build_flags: + # - "--repo_env=CC=clang" + # - "--linkopt=-fuse-ld=lld" + # - "--config=rustfmt" + # - "--config=clippy" + # build_targets: + # - "//..." + # test_targets: + # - "//..." ubuntu2004_examples_rolling: name: "Examples with Rolling Bazel Version" platform: ubuntu2004