From ad6a5842c33464e4a69582ffa78bd4d11210d006 Mon Sep 17 00:00:00 2001 From: frostebite Date: Tue, 18 Aug 2026 21:53:20 +0100 Subject: [PATCH] debug: re-trace runsteps.sh after the target-platform fix #101 fixed the wrong default image (linux-il2cpp now pulled correctly, confirmed in CI), but the Docker test run still fails the same way. Need to see if it's the same symptom or a new one against the correct image. Temporary - will remove once root-caused. --- dist/platforms/ubuntu/steps/runsteps.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/platforms/ubuntu/steps/runsteps.sh b/dist/platforms/ubuntu/steps/runsteps.sh index 1885c0ba..7b09183a 100644 --- a/dist/platforms/ubuntu/steps/runsteps.sh +++ b/dist/platforms/ubuntu/steps/runsteps.sh @@ -11,6 +11,12 @@ # STEPS_DIR="${STEPS_DIR:-/steps}" +# TEMPORARY (round 2): re-tracing after the target-platform fix (#101, +# linux-il2cpp image now pulled correctly) - the Docker test run still +# fails the same way, need to see whether it's the same or a new symptom +# against the correct image. Remove once root-caused. +set -x + source "$STEPS_DIR/set_extra_git_configs.sh" source "$STEPS_DIR/set_gitcredential.sh"