Skip to content

Commit c2180a5

Browse files
arjo129mergify[bot]
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]> (cherry picked from commit ed0321a) # Conflicts: # .github/workflows/ci.yml
1 parent 0b881db commit c2180a5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
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-cmake3-dev

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,24 @@ jobs:
2929
with:
3030
# per bug https://github.com/gazebosim/gz-sim/issues/1409
3131
cmake-args: '-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo'
32+
<<<<<<< HEAD
3233
codecov-enabled: true
3334
cppcheck-enabled: true
3435
cpplint-enabled: true
3536
apt-dependencies: libdwarf-dev libdw-dev binutils-dev
37+
=======
38+
39+
noble-ci-disable-gui:
40+
runs-on: ubuntu-latest
41+
name: Ubuntu Noble CI (GUI disabled)
42+
steps:
43+
- name: Checkout
44+
uses: actions/checkout@v4
45+
- uses: actions/setup-python@v3
46+
- name: Compile and test
47+
id: ci
48+
uses: gazebo-tooling/action-gz-ci@noble
49+
with:
50+
# per bug https://github.com/gazebosim/gz-sim/issues/1409
51+
cmake-args: '-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_GUI=OFF'
52+
>>>>>>> ed0321a7 (Moves libdwarf, libdw and binutils in as dependencies)

0 commit comments

Comments
 (0)