Skip to content

Commit

Permalink
sdformat-abichecker: set GZDEV_PROJECT_NAME
Browse files Browse the repository at this point in the history
Needed by gazebosim/sdformat#780

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Dec 9, 2021
1 parent 53ff52c commit 702d5ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jenkins-scripts/docker/sdformat-abichecker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ fi
if [[ ${SDFORMAT_MAJOR_VERSION} -ge 8 ]]; then
export NEED_C17_COMPILER=true
fi


# default to use stable repos
export ABI_JOB_REPOS="stable"

# set GZDEV_PROJECT_NAME so it can override repos if necessary
export GZDEV_PROJECT_NAME=${ABI_JOB_SOFTWARE_NAME}${SDFORMAT_MAJOR_VERSION}

. ${SCRIPT_DIR}/lib/generic-abi-base.bash

0 comments on commit 702d5ed

Please sign in to comment.