Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix azure pipeline issues #745

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ddalcino
Copy link
Contributor

@ddalcino ddalcino commented Dec 9, 2023

There are several failures in the weekly azure pipelines CI builds, including:

  • Failures while installing Qt 5.15.14 (not sure why we're installing that)
    • This PR fixes this issue
  • Failures for every Qt 5.14.2-wasm_32 build that uses emsdk@3.1.29 with sdk-fastcomp-1.38.27-64bit
    • I'm not certain this PR fixes this issue because I cannot trigger the pipeline run
  • MacOS install of Qt 6.5.3 clang_64, without extra modules, is failing

Previously, emsdk_tag was appended to emsdk_version, with an `@`
to delimit the two values. Additionally, a default tag was appended
after the specified tag. This makes the workflow unnecessarily
difficult to read and to debug, when compared to a more declarative
workflow style.

This work is being done when the default emsdk version and tag are
not working at all for several builds.
This version works for several other wasm builds, so
maybe it will work for Qt 5.14.2
@ddalcino ddalcino force-pushed the topic/ddalcino/ci/fix-azure-pipeline-issues branch from f0a024c to 41b05a0 Compare December 9, 2023 23:33
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.

None yet

1 participant