3
0
Fork 0
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:
Krystine Sherwin 2025-08-19 11:12:11 +12:00
parent d63f43acf0
commit 94d07872e6
No known key found for this signature in database

View file

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