Skip to content

Commit

Permalink
Use correct version of GDB on Jenkins
Browse files Browse the repository at this point in the history
In 56ee2c3 I got github actions
working by using default GDB on GHA, but on Jenkins we should
continue to use CDT's pre-built version of GDB.

Part of eclipse-cdt#117
  • Loading branch information
jonahgraham committed Oct 27, 2022
1 parent c49896c commit 24f0839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ pipeline {
-Dindexer.timeout=300 \
-P production \
-P build-standalone-debugger-rcp \
-Ddsf.gdb.tests.gdbPath=/shared/common/gdb/gdb-all/bin \
-Dcdt.tests.dsf.gdb.versions=gdb.10,gdbserver.10 \
-Dmaven.repo.local=/home/jenkins/.m2/repository \
--settings /home/jenkins/.m2/settings.xml \
"
Expand Down

0 comments on commit 24f0839

Please sign in to comment.