mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 00:58:10 +00:00
test-sanitizers.yml: Build in-tree
Should fix missing `../../yosys-abc`
This commit is contained in:
parent
d63f43acf0
commit
94d07872e6
1 changed files with 2 additions and 4 deletions
6
.github/workflows/test-sanitizers.yml
vendored
6
.github/workflows/test-sanitizers.yml
vendored
|
@ -88,11 +88,9 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
make config-$CC
|
||||||
cd build
|
|
||||||
make -f ../Makefile config-$CC
|
|
||||||
echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf
|
echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf
|
||||||
make -f ../Makefile -j$procs ENABLE_LTO=1
|
make -j$procs ENABLE_LTO=1
|
||||||
|
|
||||||
- name: Log yosys-config output
|
- name: Log yosys-config output
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue