3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 09:35:32 +00:00

Lib dwarf

This commit is contained in:
Alain Dargelas 2025-01-15 16:40:26 -08:00
parent f323bb0f99
commit d56255dd7b

View file

@ -30,6 +30,13 @@ jobs:
# only run on push *or* pull_request, not both
concurrent_skipping: 'same_content_newer'
install_dept:
runs-on: ubuntu-latest
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y
build-yosys:
name: Reusable build
runs-on: ${{ matrix.os }}
@ -57,8 +64,6 @@ jobs:
- name: Build
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y
mkdir build
cd build
make -f ../Makefile config-$CC SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0 VERIFIC_DIR=../verific