Skip to content
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

Disallow binaries by default on non-glibc Linux #333

Merged
merged 1 commit into from
Nov 6, 2017
Merged

Conversation

ararslan
Copy link
Member

@ararslan ararslan commented Oct 7, 2017

Replaces #327

@tkelman
Copy link
Contributor

tkelman commented Oct 7, 2017

There should really be a way of detecting or annotating an actual minimum here for any given binary.

@ararslan
Copy link
Member Author

ararslan commented Oct 7, 2017

That would be neat but that sounds like a pretty significant change, since you'd also have to inspect all downloaded binaries and reliably determine the glibc version they require. Worth thinking about, though that's more than I wanted to get into with this PR.

@codecov-io
Copy link

codecov-io commented Oct 7, 2017

Codecov Report

Merging #333 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #333   +/-   ##
=======================================
  Coverage   38.61%   38.61%           
=======================================
  Files           4        4           
  Lines         839      839           
=======================================
  Hits          324      324           
  Misses        515      515
Impacted Files Coverage Δ
src/dependencies.jl 36.1% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ddfaf6...5fda7ba. Read the comment docs.

@ararslan ararslan merged commit 74daea0 into master Nov 6, 2017
@ararslan ararslan deleted the aa/non-glibc branch November 6, 2017 22:49
elseif Compat.Sys.islinux() || (Compat.Sys.isbsd() && !Compat.Sys.isapple())
defaults = [PackageManager,SystemPaths,Binaries,BuildProcess]
defaults = if Compat.Sys.isbsd()
[Binaries, PackageManager, SystemPaths, BuildProcess]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think Binaries are safe to enable for non-Apple bsd here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants