feat: add offline Qt6 naming prerequisites and boundary gates
Some checks failed
real-verification / chrome (push) Has been cancelled
real-verification / freecad-oracle (push) Has been cancelled
real-verification / wasm (push) Has been cancelled

This commit is contained in:
2026-08-12 08:17:44 -04:00
parent ca6fe46030
commit 58c0807219
22 changed files with 392 additions and 9 deletions

View File

@@ -139,6 +139,34 @@
"libraryPath": "build-caches/occt-history-build.tar.zst",
"required": false
},
{
"id": "qt6-wasm-core-downloads",
"source": ".cache/toolchains/qt6/downloads",
"restore": ".cache/toolchains/qt6/downloads",
"libraryPath": "sources/qtbase-6.8.2-downloads.tar.zst",
"required": true
},
{
"id": "qt6-wasm-core-source",
"source": ".cache/toolchains/qt6/src",
"restore": ".cache/toolchains/qt6/src",
"libraryPath": "sources/qtbase-6.8.2-source.tar.zst",
"required": true
},
{
"id": "qt6-wasm-core-sdk",
"source": ".cache/toolchains/qt6/install-wasm",
"restore": ".cache/toolchains/qt6/install-wasm",
"libraryPath": "toolchains/qt6-wasm-core-6.8.2.tar.zst",
"required": true
},
{
"id": "qt6-wasm-core-build",
"source": ".cache/toolchains/qt6/build-wasm",
"restore": ".cache/toolchains/qt6/build-wasm",
"libraryPath": "build-caches/qt6-wasm-core-build.tar.zst",
"required": false
},
{
"id": "opencamlib-build",
"source": ".cache/opencamlib-wasm",