-
Notifications
You must be signed in to change notification settings - Fork 192
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
[Question] Is this still maintained? #147
Comments
I ran into this issue too, and it seems it is fairly straightforward to just use default packages (used in MapLibre's Martin). For my usecase I only needed the openssl, but had to install musl-dev or else it wouldn't compile: FROM rust:alpine
RUN apk update
RUN apk add --no-cache openssl-dev musl-dev |
My apologies to everyone for the slow responses! Current status of this repo:
Today, I took a look to verify that binaries built using this image aren't vulnerable to the forthcoming critical OpenSSL vulnerability. They shouldn't be; we use OpenSSL 1.1.x, not 3.x, which is the vulnerable version. |
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
The previous image appears to be mostly unmaintained: emk/rust-musl-builder#147
https://github.com/clux/muslrust/ might be a viable alternative. |
I noticed the last commit was from back in 2021 and the builds have been failing for a while, although there is a PR (#146) up recently that should fix things. I was wondering if this repo is still being maintained. If not, I would be happy to open up a permanent fork and take some PRs over there.
The text was updated successfully, but these errors were encountered: