Skip to content

Commit 45c68c3

Browse files
committed
CI debug: test 5
1 parent 24ad936 commit 45c68c3

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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"

_in_container_build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
set -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

0 commit comments

Comments
 (0)