Skip to content

Commit

Permalink
[wheel build] (bring back the sanitizer check
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Aug 17, 2024
1 parent 9038d5a commit 7c352b2
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,29 +105,29 @@ jobs:
name: pytrexio-source
path: ./trexio-*.tar.gz

# - name: maintainer clean
# run: make maintainer-clean
#
# - name: reconfigure with clang and AddressSanitizer
# run: |
# ./autogen.sh
# ./configure CC=clang-15 CFLAGS="-O2 -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-fsanitize=address" --enable-silent-rules
#
# - name: recompile TREXIO
# run: make -j2
#
# - name: recheck TREXIO for memory leaks
# run: make -j2 check
#
# - name: Archive test log file
# if: failure()
# uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
# with:
# name: test-report-ubuntu-2
# path: test-suite.log
#
# - name: maintainer clean
# run: make maintainer-clean
- name: maintainer clean
run: make maintainer-clean

- name: reconfigure with clang and AddressSanitizer
run: |
./autogen.sh
./configure CC=clang-15 CFLAGS="-O2 -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-fsanitize=address" --enable-silent-rules
- name: recompile TREXIO
run: make -j2

- name: recheck TREXIO for memory leaks
run: make -j2 check

- name: Archive test log file
if: failure()
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
with:
name: test-report-ubuntu-2
path: test-suite.log

- name: maintainer clean
run: make maintainer-clean

trexio_macos:
name: arm64 MacOS
Expand Down

0 comments on commit 7c352b2

Please sign in to comment.