Skip to content

Commit f65dde6

Browse files
authored
Use ubuntu2004 on Bazel CI (envoyproxy#19282)
gcc version is too old on ubuntu1804, which caused envoyproxy#19196 Signed-off-by: Yun Peng <[email protected]>
1 parent eb39110 commit f65dde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelci/presubmit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tasks:
33
rbe:
44
name: "RBE"
5-
platform: ubuntu1804
5+
platform: ubuntu2004
66
test_targets:
77
- "//test/common/common/..."
88
- "//test/integration/..."
@@ -14,7 +14,7 @@ tasks:
1414
- "--jobs=75"
1515
coverage:
1616
name: "Coverage"
17-
platform: ubuntu1804
17+
platform: ubuntu2004
1818
shell_commands:
1919
- "sudo apt -y update && sudo apt -y install automake autotools-dev cmake libtool m4 ninja-build"
2020
- "wget https://apt.llvm.org/llvm.sh && sudo bash llvm.sh 10"

0 commit comments

Comments
 (0)