Skip to content

Commit

Permalink
Use large runners for ubsan to avoid running out of disk space
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 661014952
  • Loading branch information
mkruskal-google authored and copybara-github committed Aug 8, 2024
1 parent 61b96dd commit cc958b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- { name: ASAN, flags: --config=asan, runner: ubuntu-22-4core }
- { name: MSAN, flags: --config=docker-msan, runner: ubuntu-22-4core }
- { name: TSAN, flags: --config=tsan, runner: ubuntu-22-4core }
- { name: UBSAN, flags: --config=ubsan }
- { name: UBSAN, flags: --config=ubsan, runner: ubuntu-22-4core }
- { name: No-RTTI, flags: --cxxopt=-fno-rtti }
include:
# Set defaults
Expand Down

0 comments on commit cc958b9

Please sign in to comment.