Skip to content

Commit

Permalink
build: use gcc/g++ to UBSAN
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Feb 26, 2024
1 parent ae6c18a commit 4b68e2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
env:
CC: clang
CXX: clang++
LINK: clang++
CC: gcc
CXX: g++
LINK: g++
CONFIG_FLAGS: --enable-ubsan
UBSAN_OPTIONS: suppressions=../../suppressions.supp:print_stacktrace=1
steps:
Expand Down

0 comments on commit 4b68e2a

Please sign in to comment.