-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Continous deployment workflow fails #253
Comments
I will take a look this weekend and update this issue with my findings. |
Thank you, @hendrikmaus! One thought: If 1.59 is the problem, we could just pin these workflows to 1.58 for now. This is what our 1.59 contains nothing we need, as far as I can tell, but disables incremental compilation, due to a bug. I think that makes it a good release to just skip. |
I was just about to say: why does CD not adhere to the In CI, we're using
|
We changed the workflow's name, but not the job's name inside the workflow: So that's no reason for concern. I'll get to that when putting my release process thoughts into code for #104
Acknowleged, will also keep an eye out for a fix of those. |
tl;dr: Good news: it is not Rust's fault. I can compile using 1.59.0 locally just fine. The fault only occurs within the Linux container image that When compiling outside of As soon as I disable However, the I will open a pull-request that disables |
You can also do it if you're currently working, set |
I'll check on how we can build the remaining Linux targets with a container that has |
The CD workflow on GitHub Actions fails: https://github.com/hannobraun/Fornjot/actions/runs/1899543863
It complains about some glibc version issue in the Linux/glibc job: https://github.com/hannobraun/Fornjot/runs/5335984400?check_suite_focus=true
The other jobs are aborted because of that one failure.
Since Rust 1.59 has been released very recently, I suspect that's what triggered the problem.
More observations:
cc @hendrikmaus, in case you want to take a look
The text was updated successfully, but these errors were encountered: