Skip to content

Commit

Permalink
WIP: Attempting to reduce the number of leaks --with-valgrind-debug
Browse files Browse the repository at this point in the history
It is not clear to me why I do not see any (unsuppressed) leaks in local
accumulate-headers-after-304 tests. That ./configure option is one
possible difference.
  • Loading branch information
rousskov committed Jan 9, 2025
1 parent 98a0b3f commit 377a0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
fetch-depth: ${{ env.CHECKOUT_FETCH_DEPTH }}

- run: ./bootstrap.sh
- run: ./configure --with-openssl --disable-optimizations
- run: ./configure --with-openssl --disable-optimizations --with-valgrind-debug
- run: make -j`nproc`
- run: |
sudo make install
Expand Down

0 comments on commit 377a0eb

Please sign in to comment.