Skip to content

Commit

Permalink
Try running Linux test suite without address sanitizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 12, 2023
1 parent 8cbecb5 commit 62559df
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 @@ -26,12 +26,12 @@ jobs:
path: libcups
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug
- name: Build/install libcups3
- name: Build/Install libcups3
run: cd libcups; make && sudo make install
- name: Configure PAPPL
env:
CC: /usr/bin/gcc
run: ./configure --enable-debug --enable-maintainer --with-sanitizer=address
run: ./configure --enable-debug --enable-maintainer
- name: Build PAPPL
run: make
- name: Test PAPPL
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
path: libcups
- name: Configure libcups3
run: cd libcups; ./configure --enable-debug --disable-shared
- name: Build/install libcups3
- name: Build/Install libcups3
run: cd libcups; make && sudo make install
- name: Configure PAPPL
run: ./configure --enable-debug --enable-maintainer --with-sanitizer=address
Expand Down

0 comments on commit 62559df

Please sign in to comment.