From 8dbca8a48b6d57e1c46f4891ea8099f468f48184 Mon Sep 17 00:00:00 2001 From: Viktor Vaczi Date: Sat, 13 Jun 2026 19:50:23 +0200 Subject: [PATCH] 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) --- .github/workflows/ci-ubicloud.yml | 4 ++-- scripts/common/stages.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-ubicloud.yml b/.github/workflows/ci-ubicloud.yml index e6cf861..3b3d45c 100644 --- a/.github/workflows/ci-ubicloud.yml +++ b/.github/workflows/ci-ubicloud.yml @@ -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 diff --git a/scripts/common/stages.sh b/scripts/common/stages.sh index fab2105..da3cd97 100755 --- a/scripts/common/stages.sh +++ b/scripts/common/stages.sh @@ -4,7 +4,7 @@ # All build output is captured by logging.sh into logs/