Skip to content

Commit

Permalink
o
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Apr 10, 2024
1 parent 575ff61 commit 6954a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
- name: Build with Valgrind
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'autotools' }}
run: ./build-aux/ci_build.sh -b autotools -p build -m "${{ matrix.compiler }}" -d sandbox
run: ./build-aux/ci_build.sh -b autotools -p build -m "${{ matrix.compiler }}" -f "-gdwarf-4" -d sandbox
- name: Test with Valgrind
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'autotools' }}
run: |
./build-aux/ci_build.sh -b autotools -p test -m "${{ matrix.compiler }}" -d sandbox -w "valgrind --trace-children=yes --exit-on-first-error=yes --error-exitcode=1"
./build-aux/ci_build.sh -b autotools -p test -m "${{ matrix.compiler }}" -f "-gdwarf-4" -d sandbox -w "valgrind --trace-children=yes --exit-on-first-error=yes --error-exitcode=1"
cd ../xz_build && make distclean
- name: Build with musl libc
Expand Down

0 comments on commit 6954a54

Please sign in to comment.