We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c04749f + cca7b28 commit c710036Copy full SHA for c710036
.github/workflows/test_upb.yml
@@ -19,7 +19,7 @@ jobs:
19
config:
20
- { name: "Fastbuild" }
21
- { name: "Optimized", flags: "-c opt" }
22
- - { name: "ASAN", flags: "--config=asan -c dbg", exclude-targets: "-//benchmarks:benchmark -//python/...", runner: ubuntu-20-4core }
+ - { name: "ASAN", flags: "--config=asan -c dbg", exclude-targets: "-//benchmarks:benchmark -//python/...", runner: ubuntu-22-4core }
23
- { name: "UBSAN", flags: "--config=ubsan -c dbg", exclude-targets: "-//benchmarks:benchmark -//python/... -//lua/..." }
24
- { name: "32-bit", flags: "--copt=-m32 --linkopt=-m32", exclude-targets: "-//benchmarks:benchmark -//python/..." }
25
# TODO: b/297027295 - Add 32-bit ASAN test
0 commit comments