You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, they recently stopped installing openssl and libpq which I need for my build, and recommended checking out this image instead if I need those. (clux/muslrust#81 (comment))
Would you be interested in a similar patch to add the sccache tool to this image?
The text was updated successfully, but these errors were encountered:
Hello @cbeck88, thanks for taking the time to create an issue.
I was already working on some other changes, some which i borrowed from clux's version, so i borrowed the sscache too while at it.
It's a work in progress right now, since I first want to check all architectures and build Vaultwarden etc... before pushing.
If you have any other suggestions, please let me know.
@cbeck88 I added sccache and the images are currently building. I hope everything builds correctly, I had to make a small adjustment on how many stages buildkit should build in parallel, and i hope 3 won't OOMKill the server like 4 did.
Once released you should be able to use sccache in the same way as for clux's muslrust images.
Hi, I earlier made a patch adding
sccache
to theclux/muslrust
image:clux/muslrust#144
which worked well and made our builds faster.
However, they recently stopped installing
openssl
andlibpq
which I need for my build, and recommended checking out this image instead if I need those. (clux/muslrust#81 (comment))Would you be interested in a similar patch to add the
sccache
tool to this image?The text was updated successfully, but these errors were encountered: