Skip to content

Commit

Permalink
CI: drop asan.log umbrella completely
Browse files Browse the repository at this point in the history
asan.log redirection appeared to work poorly, let's cease that practice
for good.

ML: https://www.mail-archive.com/haproxy@formilux.org/msg44844.html
  • Loading branch information
chipitsine authored and wlallemand committed May 13, 2024
1 parent 7217a9e commit cbe78c0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/vtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ jobs:
run: echo "::add-matcher::.github/vtest.json"
- name: Run VTest for HAProxy ${{ steps.show-version.outputs.version }}
id: vtest
env:
# Force ASAN output into asan.log to make the output more readable.
ASAN_OPTIONS: log_path=asan.log
run: |
# This is required for macOS which does not actually allow to increase
# the '-n' soft limit to the hard limit, thus failing to run.
Expand All @@ -167,12 +164,6 @@ jobs:
cat $folder/LOG
echo "::endgroup::"
done
shopt -s nullglob
for asan in asan.log*; do
echo "::group::$asan"
cat $asan
echo "::endgroup::"
done
exit 1
- name: Show coredumps
Expand Down

0 comments on commit cbe78c0

Please sign in to comment.