Fix CI build flags.

This commit is contained in:
Michael R Sweet 2021-05-30 10:25:40 -04:00
parent 1967974f00
commit 28b3fa5bab
No known key found for this signature in database
GPG Key ID: 999559A027815955

View File

@ -18,7 +18,7 @@ jobs:
- name: install prerequisites - name: install prerequisites
run: sudo apt-get install -y zlib1g-dev run: sudo apt-get install -y zlib1g-dev
- name: make - name: make
run: make 'COMMONFLAGS="-g -fsanitize=address"' run: make 'COMMONFLAGS=-g -fsanitize=address'
- name: test - name: test
env: env:
ASAN_OPTIONS: leak_check_at_exit=false ASAN_OPTIONS: leak_check_at_exit=false
@ -31,6 +31,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: make - name: make
run: make 'COMMONFLAGS="-g -fsanitize=address"' run: make 'COMMONFLAGS=-g -fsanitize=address'
- name: test - name: test
run: make test run: make test