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 windows nightly build #6586

Merged
merged 8 commits into from
Jul 29, 2024

Conversation

brettle
Copy link
Contributor

@brettle brettle commented Jul 26, 2024

Description
Fix the the nightly build not containing a version for Windows. It was silently failing because it couldn't find a file that does not seem to be included in the mingw qt6 packages. Removing that file from the list of files to include seems to have fixed the problem. I did a basic test of the resulting setup file on my local Windows 11 machine and it seemed to start up and run a world without any issues.

This PR also ensures that any similar failures in the future will not be silent (ie they will cause the CI to fail).

Copy link
Member

@omichel omichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

omichel
omichel previously approved these changes Jul 29, 2024
scripts/packaging/windows_distro.py Outdated Show resolved Hide resolved
@brettle brettle merged commit a2b2beb into cyberbotics:master Jul 29, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test distribution Start the distribution test
Development

Successfully merging this pull request may close these issues.

2 participants