mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-09 09:21:58 +00:00
test-sanitizers.yml: Use makefile.conf
This commit is contained in:
parent
2ea596c55f
commit
e08efb3b94
1 changed files with 5 additions and 3 deletions
8
.github/workflows/test-sanitizers.yml
vendored
8
.github/workflows/test-sanitizers.yml
vendored
|
@ -97,7 +97,9 @@ jobs:
|
|||
run: |
|
||||
make config-$CC
|
||||
echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf
|
||||
make -j$procs ENABLE_LTO=1
|
||||
echo 'ENABLE_LTO = 1' >> Makefile.conf
|
||||
echo 'ENABLE_LIBYOSYS = 1' >> Makefile.conf
|
||||
make -j$procs
|
||||
|
||||
- name: Log yosys-config output
|
||||
run: |
|
||||
|
@ -106,7 +108,7 @@ jobs:
|
|||
- name: Run tests
|
||||
shell: bash
|
||||
run: |
|
||||
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC
|
||||
make -j$procs test TARGETS= EXTRA_TARGETS=
|
||||
|
||||
- name: Report errors
|
||||
if: ${{ failure() }}
|
||||
|
@ -117,4 +119,4 @@ jobs:
|
|||
- name: Run unit tests
|
||||
shell: bash
|
||||
run: |
|
||||
make -j$procs unit-test CONFIG=$CC ENABLE_LIBYOSYS=1
|
||||
make -j$procs unit-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue