-
Notifications
You must be signed in to change notification settings - Fork 227
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
Rust 1.67 #626
Rust 1.67 #626
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested this locally and it works 😄
Was it a draft just because it still doesn't quite get us to bookworm yet?
I'm going to bring this in for now because it is good and correct, even if it doesn't completely solve your goal -- I'll play with it a bit more post-merge and see if I can get it up to bookworm successfully. ❤️ |
I tried a bunch of combinations and no matter what I do, my Bookworm-based container is failing to run The really weird thing is that it's failing with SIGSYS (bad system call). 🤔 |
There are newer versions of |
I think I could technically read the code, but I actually wrote this whole That being said, I do check the version before/after to ensure I package the same version they're using: dockerfiles/docker-desktop/Dockerfile Lines 99 to 103 in 8f420f3
I think DD has code that will use a |
I just tried this again with the latest 4.29.0 and it's somehow worse now? 😭 Even with $ strace -ff com.docker.backend --with-frontend
execve("/opt/docker-desktop/bin/com.docker.backend", ["com.docker.backend", "--with-frontend"], 0x7fff649242c0 /* 13 vars */) = -1 EPERM (Operation not permitted)
strace: exec: Operation not permitted
+++ exited with 1 +++ |
Good news -- I don't know what fixed it, but it seems to be working now! 5edaaef |
No description provided.