1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 06:21:05 +02:00

[wheel build] (bring back the sanitizer check

This commit is contained in:
q-posev 2024-08-18 00:33:44 +02:00
parent 9038d5a68f
commit 7c352b20c5

View File

@ -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