Skip to content

Commit

Permalink
Don't enable address sanitizer for now since the PDFio build doesn't …
Browse files Browse the repository at this point in the history
…propagate it.
  • Loading branch information
michaelrsweet committed Mar 1, 2024
1 parent 9c9353b commit 79328e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Configure
env:
CC: /usr/bin/gcc
run: ./configure --enable-debug --enable-maintainer --enable-sanitizer --enable-static --disable-shared --with-tls=openssl
run: ./configure --enable-debug --enable-maintainer --enable-static --disable-shared --with-tls=openssl
- name: Make
run: make
- name: Test
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Configure
env:
CC: /usr/bin/gcc
run: ./configure --enable-debug --enable-maintainer --enable-sanitizer --enable-static --enable-shared --with-tls=gnutls
run: ./configure --enable-debug --enable-maintainer --enable-static --enable-shared --with-tls=gnutls
- name: Make
run: make
- name: Test
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install prerequisites
run: brew install cppcheck openssl@3
- name: Configure
run: ./configure --enable-debug --enable-maintainer --enable-sanitizer --enable-static --disable-shared
run: ./configure --enable-debug --enable-maintainer --enable-static --disable-shared
- name: Make
run: make
- name: Test
Expand Down

0 comments on commit 79328e3

Please sign in to comment.