We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041384f commit bfc12a0Copy full SHA for bfc12a0
2 files changed
.github/workflows/build.yml
@@ -180,7 +180,8 @@ jobs:
180
181
# Copy the stable source directory instead of the run-specific one
182
rm -rf linux
183
- ln -s /sources-dir/linux linux
+ ln -s /sources-dir linux
184
+ ls -l
185
186
./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra-docker-opts "-v $SOURCES_DIR:/sources-dir"
187
_in_container_build.sh
@@ -2,6 +2,8 @@
2
3
set -eu
4
5
+ls -l /app /app/linux
6
+
7
# We want to build linux for each of our targets and versions using the config files. Linux is in /app/linux/[version]
8
# while our configs are at configs/[version]/[arch]. We need to set the ARCH and CROSS_COMPILE variables
9
# and put the binaries in /app/binaries
0 commit comments