Skip to content

Commit d26e5ff

Browse files
committed
CI debug: use symlink instead of copy
1 parent 21b76cf commit d26e5ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ jobs:
180180
181181
# Copy the stable source directory instead of the run-specific one
182182
rm -rf linux
183-
cp -r "$SOURCES_DIR" linux
183+
ln -s /sources-dir linux
184184
185-
./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"}
185+
./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra_docker_args "-v $SOURCES_DIR:/sources-dir"
186186
187187
# Use a run-specific output directory to avoid clashes
188188
BUILD_OUTPUT="/home/runner/_shared/runs/$GITHUB_RUN_ID/build-output"

0 commit comments

Comments
 (0)