pr feedback

This commit is contained in:
Frostebite
2025-12-06 05:13:54 +00:00
parent 192cb2e14e
commit 46e3ba8ba2
4 changed files with 17 additions and 5 deletions
@@ -176,7 +176,8 @@ echo "CACHE_KEY=$CACHE_KEY"`;
if [ ! -f "/data/cache/$CACHE_KEY/build/build-$BUILD_GUID.tar" ] && [ ! -f "/data/cache/$CACHE_KEY/build/build-$BUILD_GUID.tar.lz4" ]; then
tar -cf "/data/cache/$CACHE_KEY/build/build-$BUILD_GUID.tar" --files-from /dev/null || touch "/data/cache/$CACHE_KEY/build/build-$BUILD_GUID.tar"
fi
node ${builderPath} -m remote-cli-post-build || true
# Run post-build tasks - ensure output is captured even if command fails
node ${builderPath} -m remote-cli-post-build || echo "Post-build command completed with warnings"
# Mirror cache back into workspace for test assertions
mkdir -p "$GITHUB_WORKSPACE/cloud-runner-cache/cache/$CACHE_KEY/Library"
mkdir -p "$GITHUB_WORKSPACE/cloud-runner-cache/cache/$CACHE_KEY/build"