Skip to content

fix: upload only available release packages, tolerate failed build jobs#151

Open
JackLau1222 wants to merge 3 commits into
masterfrom
develop
Open

fix: upload only available release packages, tolerate failed build jobs#151
JackLau1222 wants to merge 3 commits into
masterfrom
develop

Conversation

@JackLau1222
Copy link
Copy Markdown
Collaborator

Use !cancelled() so upload-release runs even if individual builds fail. Build a dynamic file list from actually-downloaded artifacts instead of hardcoding all expected files. Skip upload if no packages exist.

Use !cancelled() so upload-release runs even if individual builds fail.
Build a dynamic file list from actually-downloaded artifacts instead of
hardcoding all expected files. Skip upload if no packages exist.
Qt 6.7.0+ conditionally guards stdext namespace usage behind
_MSC_VER < 1938, so MSVC 2022 17.8+ on windows-latest no longer
trips over the deprecated stdext checked-iterator macros.

Keep /permissive- since Qt's qglobal.h requires it via static_assert.

Also bump arch from win64_msvc2019_64 to win64_msvc2022_64 to match
the actual toolchain on the windows-latest runner.
Qt 6.7.3 win64_msvc2022_64 doesn't exist in the Qt online archives,
causing aqt to fail with 'qt_base not found'. Qt 5.15.2 LTS is
available and already used by the macOS CI build.
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant