Skip to content

Commit

Permalink
use lower dirs also for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 19, 2024
1 parent 22c5cd4 commit 27ca2fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ BUILD_STEP_ARGS+=("--nvidia" "all")
if [[ ! -z ${SHARED_FS_PATH} ]]; then
BUILD_STEP_ARGS+=("--host-injections" "${SHARED_FS_PATH}/host-injections")
fi
if [[ ! -z ${LOWER_DIRS} ]]; then
BUILD_STEP_ARGS+=("--lower-dirs" "${LOWER_DIRS}")
fi

# create tmp file for output of build step
build_outerr=$(mktemp build.outerr.XXXX)
Expand Down

0 comments on commit 27ca2fa

Please sign in to comment.