mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Use correct version of GDB on Jenkins
In 56ee2c3bb1
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 #117
This commit is contained in:
parent
e8ace84413
commit
c99134eb31
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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 \
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue