File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,12 +178,7 @@ jobs:
178178 VERSIONS=$(echo "$VERSIONS_JSON" | jq -r '.[]' | xargs)
179179 fi
180180
181- # Copy the stable source directory instead of the run-specific one
182- rm -rf linux
183- ln -s /sources-dir linux
184- ls -l . $SOURCES_DIR
185-
186- ./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra-docker-opts "-v $SOURCES_DIR:/sources-dir"
181+ ./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra-docker-opts "-v $SOURCES_DIR:/app/linux"
187182
188183 # Use a run-specific output directory to avoid clashes
189184 BUILD_OUTPUT="/home/runner/_shared/runs/$GITHUB_RUN_ID/build-output"
Original file line number Diff line number Diff line change 22
33set -eu
44
5- ls -l /app /app/linux /sources-dir
6- mount
7-
85# We want to build linux for each of our targets and versions using the config files. Linux is in /app/linux/[version]
96# while our configs are at configs/[version]/[arch]. We need to set the ARCH and CROSS_COMPILE variables
107# and put the binaries in /app/binaries
You can’t perform that action at this time.
0 commit comments