-
Notifications
You must be signed in to change notification settings - Fork 82
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
APT whitelist request for musl #369
Comments
Ran tests and found setuid bits by purely textual search. Further analysis is required. If these are found to be benign, add: musl musl-dev musl-tools See https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/72545350. |
setuid detection here appears to be a false positive. I'm also interested in this. |
I'm also interested. This is the way to get statically compiled binaries out of Rust, and I'd like Travis to build them for me. :-) |
musl-gcc is not available in Travis yet. See travis-ci/apt-package-safelist#369
@BanzaiMan Ping! |
@BanzaiMan Any update on this? The ability to get statically compiled binaries out of Travis for Rust programs would be quite useful. |
@BanzaiMan any news on the suid binaries? |
This is an automated comment. Ran tests, but could not found source package. Either the source package for musl does not exist, or the package needs an APT source. If you wish to add an APT source, please follow the directions on https://github.com/travis-ci/apt-source-whitelist#source-approval-process. Build results: https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/440489801. |
Checking in on this long old one; https://packages.debian.org/buster/musl |
This replaces travis-ci/travis-ci#3868.
The original text by @Downchuck follows
It's a useful compiler. It would be nice to have a more recent version, due to the getaddrinfo bug in C-land.
The text was updated successfully, but these errors were encountered: