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 qemu setup using too new curl options #313

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

Veetaha
Copy link
Contributor

@Veetaha Veetaha commented Nov 16, 2023

The build failed in driver ARM build due to the usage of --retry-all-errors.

The build on master also failed, because we don't use this option on ubuntu20.04. I think we'll need to add a manual retry loop there as a crutch for old systems with old curl.

As for now I'll move the v0, v0.4 and v0.4.0 tags manually to this new commit in a hotfix/0.4 branch and this will trigger the "release-on-tag" workflow again and it should update the GH release 🤞

The build failed in driver ARM build due to the usage of `--retry-all-errors`.

The build on master also failed, because we don't use this option on `ubuntu20.04`. I think we'll need to add a manual retry loop there as a crutch for old systems with old curl.

As for now I'll move the `v0`, `v0.4` and `v0.4.0` to this new commit and this will trigger the "release-on-tag" workflow again
@Veetaha Veetaha mentioned this pull request Nov 16, 2023
@Veetaha Veetaha changed the title Fix quemu setup using to new curl options Fix qemu setup using to new curl options Nov 16, 2023
@Veetaha Veetaha changed the title Fix qemu setup using to new curl options Fix qemu setup using too new curl options Nov 16, 2023
@Veetaha Veetaha added this pull request to the merge queue Nov 16, 2023
Merged via the queue into rust-marker:master with commit 988289b Nov 16, 2023
23 checks passed
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