ci: fix stale build-wxuniversal-wasm.sh reference after rename
Commit 7dc1bf2 renamed scripts/build-wxuniversal-wasm.sh to
build-wx-wasm.sh but missed the CI workflow, so the "Build wxWidgets
(wxUniversal WASM)" step ran a script that no longer exists. Update the
run command in ci-ubicloud.yml plus the two stale comments referencing
the old name (ci-ubicloud.yml:43, scripts/common/stages.sh:7).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4186ea490f
commit
8dbca8a48b
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# All build output is captured by logging.sh into logs/<script>/<ts>.log, and
|
||||
# scripts/build-monitor.sh parses these @KW@ lines to render live progress.
|
||||
# These are plain printf so they work identically on the host (docker/build.sh)
|
||||
# and inside `docker compose exec` (build-kicad-target.sh, build-wxuniversal-wasm.sh):
|
||||
# and inside `docker compose exec` (build-kicad-target.sh, build-wx-wasm.sh):
|
||||
# the container's stdout flows back through build.sh's redirected stdout into the
|
||||
# same host log, so a single log is the source of truth for the whole build.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue