miigotu
miigotu
Is the nzb name in the url?
@brianjmurrell mind trying out that branch `failed_and_pp`? I need to go over it well before merge but I think this fixes the issue.
SC, and it was already merged. Just use master
This is my temporary solution that works (building python cryptography): ```Dockerfile # rust installer needs patched to get the correct binaries for ARMv6 and i686 RUN sed -i -e's/ main/...
> I do not believe all BSDs support `/proc`, so I am labeling this as a BSD issue until it is confirmed otherwise. > @rustbot label:+O-bsd This is debian buster
> I am getting this on macOS Monterey: > ``` > vscode ➜ ~ $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh > /usr/bin/head: error reading '/proc/self/exe': Bad file...
So, I have made some progress on this. Buildkit runs in a security context that prevents the build from accessing /proc and other mounts. I am testing right now by...
~~I found the solution! Demo and explanation incoming. Just need some documentation I think, there is nothing broken in rustup.~~ I spoke too soon. I successfully got security-insecure to work...
POC seems to work with /proc/self/exe, but not rustup... Same command lol
You would have to install this like normal, before setup-python and instead of using actions/cache you would set it in the setup-python `with: cache: poetry` and remove the actions/cache action....