Use libelf/dwarf from conda

This commit is contained in:
Abraham Gonzalez
2022-09-01 18:49:04 +00:00
parent 79801c6405
commit 54423cca01
5 changed files with 430 additions and 126 deletions

View File

@@ -35,8 +35,8 @@ dependencies:
- docutils
# misc. c/c++ compilers + related
- gcc==10.* # pinned for libelf/libdwarf builds
- gxx==10.* # pinned for libelf/libdwarf builds
- gcc
- gxx
- conda-gcc-specs
- binutils
@@ -49,6 +49,10 @@ dependencies:
# chipyard deps
- dromajo # from ucb-bar channel - https://github.com/riscv-boom/dromajo
# firesim ci deps
- elfutils
- libdwarf-dev==0.0.0.20190110_28_ga81397fc4
# other misc. deps
- ca-certificates
- vim