-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Docker Nightly Build Breaks on 1.40 but fine on 1.39 #65423
Comments
Delicate of #65335, should be fixed on latest nightly. |
I made this issue the moment this happened so unless there a newer nightly between the time of me posting and you commenting? Regardless it's typically good GitHub ettiquite to not close issues until you've confirmed with the poster that the issue is resolved on their end. Will check today |
I verified it doesn't happen any more about 2 hours later. Since the issues were closed I haven't replied.
I don't exact time but nightly was released but AFAIK release process starts on 00:00 UTC and takes at least 2 hours, so it's rather close to the time you posted. |
Still breaking on my end with nightly. Please re-open this issue @pietroalbini. I'm not sure what rust-lang policy is, but I would suggest not prematurely closing issues in the future. |
@PrismaPhonic as I wrote above it's possibly Docker cache picking up old nightly. |
Ahh, that was it. Cleared out my docker cache and rebuilt and we are good to go now. Thanks for the help! |
Hi,
We are currently using nightly rust for a product demo at my company, and 1.40 breaks our musl build:
Forcing docker to use 1.39 nightly resolves the issue entirely. Not quite sure what's causing it to break.
Here's the project: https://github.com/planetscale/goodest-doggo
If you clone it and change the Dockerfile to not install and override the specific nightly version you can reproduce the breakage. After modifying the dockerfile just run
make build
from the root dir.The text was updated successfully, but these errors were encountered: