Skip to content

Commit

Permalink
Revert "use lower dirs also for build step"
Browse files Browse the repository at this point in the history
This reverts commit 27ca2fa.
  • Loading branch information
truib committed May 19, 2024
1 parent 2d14ffe commit d3cf706
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,6 @@ 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 d3cf706

Please sign in to comment.