mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 20:35:44 +01:00
[wheel build] (bring back the sanitizer check
This commit is contained in:
parent
9038d5a68f
commit
7c352b20c5
46
.github/workflows/actions.yml
vendored
46
.github/workflows/actions.yml
vendored
@ -105,29 +105,29 @@ jobs:
|
|||||||
name: pytrexio-source
|
name: pytrexio-source
|
||||||
path: ./trexio-*.tar.gz
|
path: ./trexio-*.tar.gz
|
||||||
|
|
||||||
# - name: maintainer clean
|
- name: maintainer clean
|
||||||
# run: make maintainer-clean
|
run: make maintainer-clean
|
||||||
#
|
|
||||||
# - name: reconfigure with clang and AddressSanitizer
|
- name: reconfigure with clang and AddressSanitizer
|
||||||
# run: |
|
run: |
|
||||||
# ./autogen.sh
|
./autogen.sh
|
||||||
# ./configure CC=clang-15 CFLAGS="-O2 -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-fsanitize=address" --enable-silent-rules
|
./configure CC=clang-15 CFLAGS="-O2 -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-fsanitize=address" --enable-silent-rules
|
||||||
#
|
|
||||||
# - name: recompile TREXIO
|
- name: recompile TREXIO
|
||||||
# run: make -j2
|
run: make -j2
|
||||||
#
|
|
||||||
# - name: recheck TREXIO for memory leaks
|
- name: recheck TREXIO for memory leaks
|
||||||
# run: make -j2 check
|
run: make -j2 check
|
||||||
#
|
|
||||||
# - name: Archive test log file
|
- name: Archive test log file
|
||||||
# if: failure()
|
if: failure()
|
||||||
# uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
|
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
|
||||||
# with:
|
with:
|
||||||
# name: test-report-ubuntu-2
|
name: test-report-ubuntu-2
|
||||||
# path: test-suite.log
|
path: test-suite.log
|
||||||
#
|
|
||||||
# - name: maintainer clean
|
- name: maintainer clean
|
||||||
# run: make maintainer-clean
|
run: make maintainer-clean
|
||||||
|
|
||||||
trexio_macos:
|
trexio_macos:
|
||||||
name: arm64 MacOS
|
name: arm64 MacOS
|
||||||
|
Loading…
Reference in New Issue
Block a user