mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-05 07:33:44 -04:00
committed by
Simon McVittie
parent
0a169383e9
commit
be70cd5024
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -57,10 +57,10 @@ jobs:
|
||||
run: |
|
||||
mkdir _build
|
||||
pushd _build
|
||||
../configure
|
||||
../configure --enable-internal-checks --enable-asan
|
||||
popd
|
||||
env:
|
||||
CFLAGS: -fsanitize=undefined -fsanitize-undefined-trap-on-error -fsanitize=address -O2 -Wp,-D_FORTIFY_SOURCE=2
|
||||
CFLAGS: -O2 -Wp,-D_FORTIFY_SOURCE=2
|
||||
- name: Build flatpak
|
||||
run: make -C _build -j $(getconf _NPROCESSORS_ONLN)
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user