3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-04 09:07:42 +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
shell: bash
run: |
mkdir build
cd build
make -f ../Makefile config-$CC
make config-$CC
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
run: |