We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb39110 commit f65dde6Copy full SHA for f65dde6
.bazelci/presubmit.yml
@@ -2,7 +2,7 @@
2
tasks:
3
rbe:
4
name: "RBE"
5
- platform: ubuntu1804
+ platform: ubuntu2004
6
test_targets:
7
- "//test/common/common/..."
8
- "//test/integration/..."
@@ -14,7 +14,7 @@ tasks:
14
- "--jobs=75"
15
coverage:
16
name: "Coverage"
17
18
shell_commands:
19
- "sudo apt -y update && sudo apt -y install automake autotools-dev cmake libtool m4 ninja-build"
20
- "wget https://apt.llvm.org/llvm.sh && sudo bash llvm.sh 10"
0 commit comments