Skip to content

Commit 67f47cf

Browse files
committed
fast test
1 parent 845edb8 commit 67f47cf

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,13 @@ jobs:
178178
VERSIONS=$(echo "$VERSIONS_JSON" | jq -r '.[]' | xargs)
179179
fi
180180
181-
# Mount the stable source directory instead of the run-specific one
182-
./build.sh --targets "$TARGET" ${VERSIONS:+--versions "$VERSIONS"} --extra-docker-opts "-v $SOURCES_DIR:/app/linux"
183-
184181
# Use a run-specific output directory to avoid clashes
185182
BUILD_OUTPUT="/home/runner/_shared/runs/$GITHUB_RUN_ID/build-output"
186183
mkdir -p $BUILD_OUTPUT
187184
ls -l "$BUILD_OUTPUT"
188185
mount
189-
mv kernels-latest.tar.gz $BUILD_OUTPUT/kernels-latest-${TARGET}.tar.gz
190-
mv kernel-devel-all.tar.gz $BUILD_OUTPUT/kernel-devel-all-${TARGET}.tar.gz
186+
:> $BUILD_OUTPUT/kernels-latest-${TARGET}.tar.gz
187+
:> $BUILD_OUTPUT/kernel-devel-all-${TARGET}.tar.gz
191188
192189
aggregate:
193190
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)