Skip to content

Commit

Permalink
Add gcc 8 (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
NUCLEAR-BOMB committed Nov 20, 2024
1 parent beea958 commit 2a48807
Showing 1 changed file with 10 additions and 34 deletions.
44 changes: 10 additions & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,40 +252,16 @@ jobs:
-Wno-unused-value
cmake_options: '-DOLD_LIBSTDCPP=TRUE'

# - name: 'gcc 10'
# cxx: 'g++-10'
# cc: 'gcc-10'
# packages: 'g++-10'
# os: 'ubuntu-22.04'
# 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
#
# - name: 'gcc 9'
# cxx: 'g++-9'
# cc: 'gcc-9'
# packages: 'g++-9'
# os: 'ubuntu-22.04'
# 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
# -Wno-error=extra

# - cxx: 'g++-8', cc: 'gcc-8', packages: 'g++-8', os: 'ubuntu-20.04',
# 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'
# }
# - { cxx: 'g++-7', cc: 'gcc-7', packages: 'g++-7', os: 'ubuntu-20.04',
# 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
# -fno-sanitize-recover=all
# -fno-sanitize=vptr',
# cmake_options: '-DUSE_LIBASSERT=FALSE'
# }
- name: 'gcc 8'
cxx: 'g++-8'
cc: 'gcc-8'
os: 'ubuntu-20.04'
packages: 'llvm-13 g++-8 g++-8-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'

steps:
- name: Checkout
Expand Down

0 comments on commit 2a48807

Please sign in to comment.