Skip to content

Commit

Permalink
Add clang tasks on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hlopko committed Mar 9, 2021
1 parent 2de6496 commit 4cf680a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ tasks:
platform: ubuntu1804
shell_commands:
- ./test/clippy/clippy_failure_test.sh
ubuntu2004_clang:
name: Ubuntu 20.04 with Clang
platform: ubuntu2004
build_flags:
- "--repo_env=CC=clang"
# TODO(hlopko): Make this work (some tests were failing)
# - "--linkopt=-fuse-ld=lld"
build_targets: *default_linux_targets
test_targets: *default_linux_targets

buildifier:
version: latest
Expand Down

0 comments on commit 4cf680a

Please sign in to comment.