Skip to content

Commit

Permalink
specify CXX compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Jan 24, 2025
1 parent 2e052c5 commit b5fdebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,17 +437,20 @@ jobs:
cflags: "-fsanitize=address -fno-sanitize-recover=all -fno-optimize-sibling-calls -fsanitize-address-use-after-scope -fno-omit-frame-pointer -g -O1"
ldflags: -fsanitize=address -fno-sanitize-recover=all
cc: clang
cxx: clang++
- build: normal
cflags: "-O2 -g"
ldflags: ""
cc: gcc
cxx: c++

name: "${{matrix.cc}} ${{matrix.build}} - ${{matrix.os}} - ${{matrix.ssllib}}"
runs-on: ${{matrix.os}}
env:
CFLAGS: ${{ matrix.cflags }}
LDFLAGS: ${{ matrix.ldflags }}
CC: ${{matrix.cc}}
CXX: ${{matrix.cxx}}
UBSAN_OPTIONS: print_stacktrace=1
AWS_LC_INSTALL: ${{ github.workspace }}/aws-lc/aws-lc-install

Expand Down

0 comments on commit b5fdebe

Please sign in to comment.