Skip to content

Commit ed0321a

Browse files
arjo129j-rivero
authored andcommitted
Moves libdwarf, libdw and binutils in as dependencies
This is nessecary to get stacktraces properly formatted in our CI when developing. Signed-off-by: Arjo Chakravarty <[email protected]>
1 parent 00524cc commit ed0321a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/ci/packages.apt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
binutils-dev
12
freeglut3-dev
23
libbenchmark-dev
4+
libdwarf-dev
5+
libdw-dev
36
libfreeimage-dev
47
libglew-dev
58
libgz-cmake5-dev

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
with:
3232
# per bug https://github.com/gazebosim/gz-sim/issues/1409
3333
cmake-args: '-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo'
34-
apt-dependencies: libdwarf-dev libdw-dev binutils-dev
3534

3635
noble-ci-disable-gui:
3736
runs-on: ubuntu-latest
@@ -46,4 +45,3 @@ jobs:
4645
with:
4746
# per bug https://github.com/gazebosim/gz-sim/issues/1409
4847
cmake-args: '-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_GUI=OFF'
49-
apt-dependencies: libdwarf-dev libdw-dev binutils-dev

0 commit comments

Comments
 (0)