Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Disable broken clang and ldd CI jobs (#1785)" #1796

Merged
merged 1 commit into from
Jan 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,18 @@ tasks:
- "--repo_env=CC=clang"
build_targets: *default_linux_targets
test_targets: *default_linux_targets
# ubuntu2004_clang_lld:
# name: With Clang and LLD
# platform: ubuntu2004
# shell_commands:
# - "sudo apt -y update && sudo apt -y install lld"
# build_flags:
# - "--config=rustfmt"
# - "--config=clippy"
# - "--repo_env=CC=clang"
# - "--linkopt=-fuse-ld=lld"
# build_targets: *default_linux_targets
# test_targets: *default_linux_targets
ubuntu2004_clang_lld:
name: With Clang and LLD
platform: ubuntu2004
shell_commands:
- "sudo apt -y update && sudo apt -y install lld"
build_flags:
- "--config=rustfmt"
- "--config=clippy"
- "--repo_env=CC=clang"
- "--linkopt=-fuse-ld=lld"
build_targets: *default_linux_targets
test_targets: *default_linux_targets
ubuntu2004_rolling_clang:
name: Rolling Bazel Version With Clang
platform: ubuntu2004
Expand Down Expand Up @@ -318,20 +318,20 @@ tasks:
test_targets:
- "//..."
build_flags: *aspects_flags
# 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"
# build_targets:
# - "//..."
# test_targets:
# - "//..."
# build_flags: *aspects_flags
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"
build_targets:
- "//..."
test_targets:
- "//..."
build_flags: *aspects_flags
ubuntu2004_examples_rolling:
name: "Examples with Rolling Bazel Version"
platform: ubuntu2004
Expand Down