Skip to content

Commit

Permalink
Add gcc 9 (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
NUCLEAR-BOMB committed Nov 19, 2024
1 parent d8b78dc commit b1f11d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,17 @@ jobs:
-fno-sanitize=vptr
cmake_options: '-DOLD_LIBSTDCPP=TRUE'

- name: 'gcc 9'
cxx: 'g++-9'
cc: 'gcc-9'
os: 'ubuntu-22.04'
packages: 'llvm-15 g++-9-multilib'
options: >-
-fsanitize=address,undefined,alignment,bool,shift,shift-exponent,shift-base,integer-divide-by-zero,unreachable,null,return,bounds,bounds-strict,object-size,float-divide-by-zero,float-cast-overflow,enum,pointer-overflow,builtin
-fno-sanitize-recover=all
-fno-sanitize=vptr
cmake_options: '-DOLD_LIBSTDCPP=TRUE'

# - name: 'gcc 10'
# cxx: 'g++-10'
# cc: 'gcc-10'
Expand Down

0 comments on commit b1f11d0

Please sign in to comment.