Skip to content

Commit

Permalink
Lib dwarf
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Jan 16, 2025
1 parent f323bb0 commit d56255d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d56255d

Please sign in to comment.