Skip to content

Commit

Permalink
finally ...
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Feb 29, 2024
1 parent 8f60c07 commit 692807e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
env:
CFLAGS: -fstack-protector-all -fsanitize=address
CXXFLAGS: -fstack-protector-all -fsanitize=address
ASAN_OPTIONS: detect_leaks=0
run: |
scan-build -o scanlogs cmake -DCMAKE_BUILD_TYPE=Debug -B debug-build
scan-build -o scanlogs cmake --build debug-build --parallel --config Debug
- name: Test debug ninja
run: ./ninja_test
run: ASAN_OPTIONS=detect_leaks=0 ./ninja_test
working-directory: debug-build

- name: Build release ninja
Expand Down

0 comments on commit 692807e

Please # to comment.