Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Fix path to just built gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Apr 4, 2021
1 parent 2f41236 commit 4d7505d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pipeline {
clean verify -B -V \
-Pskip-tests-except-dsf-gdb \
-Dcdt.tests.dsf.gdb.versions=gdb,gdbserver \
-Ddsf.gdb.tests.gdbPath=${WORKSPACE}/gdb-install \
-Ddsf.gdb.tests.gdbPath=${WORKSPACE}/gdb-install/bin \
-DskipDoc=true \
-Ddsf.gdb.tests.timeout.multiplier=50 \
-Dindexer.timeout=300 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pipeline {
clean verify -B -V \
-Pskip-tests-except-dsf-gdb \
-Dcdt.tests.dsf.gdb.versions=gdb,gdbserver \
-Ddsf.gdb.tests.gdbPath=${WORKSPACE}/gdb-install \
-Ddsf.gdb.tests.gdbPath=${WORKSPACE}/gdb-install/bin \
-DskipDoc=true \
-Ddsf.gdb.tests.timeout.multiplier=50 \
-Dindexer.timeout=300 \
Expand Down

0 comments on commit 4d7505d

Please sign in to comment.