Skip to content

Commit bfc12a0

Browse files
committed
CI debug: test
1 parent 041384f commit bfc12a0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ jobs:
180180
181181
# Copy the stable source directory instead of the run-specific one
182182
rm -rf linux
183-
ln -s /sources-dir/linux linux
183+
ln -s /sources-dir linux
184+
ls -l
184185
185186
./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra-docker-opts "-v $SOURCES_DIR:/sources-dir"
186187

_in_container_build.sh

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

33
set -eu
44

5+
ls -l /app /app/linux
6+
57
# We want to build linux for each of our targets and versions using the config files. Linux is in /app/linux/[version]
68
# while our configs are at configs/[version]/[arch]. We need to set the ARCH and CROSS_COMPILE variables
79
# and put the binaries in /app/binaries

0 commit comments

Comments
 (0)