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
.github/workflows/ci-ubicloud.yml
vendored
4
.github/workflows/ci-ubicloud.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
# Firefox cannot create any GL context on the GPU-less VM (see
|
||||
# tests/playwright-kicad.config.ts CI prefs).
|
||||
# autoconf/automake/make: the host-side wxWidgets + wx test-app builds
|
||||
# (build-wxuniversal-wasm.sh regenerates ./configure on fresh checkouts).
|
||||
# (build-wx-wasm.sh regenerates ./configure on fresh checkouts).
|
||||
sudo apt-get install -y cmake ninja-build g++ libjemalloc2 xvfb autoconf automake make
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
# (separate from the in-docker wxWidgets that KiCad links against).
|
||||
# Auto-installs emsdk into tools/ on first run.
|
||||
- name: Build wxWidgets (wxUniversal WASM)
|
||||
run: ./scripts/build-wxuniversal-wasm.sh
|
||||
run: ./scripts/build-wx-wasm.sh
|
||||
|
||||
- name: Build wxWidgets test apps
|
||||
run: ./scripts/build-wasm-test.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue