Skip to content

Commit

Permalink
fixup again
Browse files Browse the repository at this point in the history
  • Loading branch information
powerboat9 committed Aug 28, 2024
1 parent d03ab70 commit 5a19177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .github/disable-bootstrap-asan.mk

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ jobs:
../configure \
--enable-languages=rust \
--disable-bootstrap \
--enable-multilib \
--with-build-config=../.github/disable-bootstrap-asan
--enable-multilib
- name: Build
shell: bash
Expand All @@ -142,9 +141,9 @@ jobs:
# Add cargo to our path quickly
. "$HOME/.cargo/env";
ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1 \
CFLAGS=-fsanitize=address \
CXXFLAGS=-fsanitize=address \
LDFLAGS='-fsanitize=address -static-libasan' \
CFLAGS_FOR_TARGET=-fsanitize=address \
CXXFLAGS_FOR_TARGET=-fsanitize=address \
LDFLAGS_FOR_TARGET='-fsanitize=address -static-libasan' \
make -Otarget -j $(nproc) 2>&1 | tee log
- name: Check for new warnings
Expand Down

0 comments on commit 5a19177

Please sign in to comment.