Skip to content

Commit

Permalink
Temporarily disable "Clang with LLD" CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Mar 19, 2024
1 parent 8b977b5 commit f417cbd
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f417cbd

Please sign in to comment.