pantsbuild / binaries

A temporary home for pants static binaries and scripts
16 stars 37 forks source link

add gnu make 4.2.1 #84

Open cosmicexplorer opened 6 years ago

cosmicexplorer commented 6 years ago

We need to provide gnu make in order to build 3rdparty conan dependencies. This script produces a binary which works to fix the remaining CI failure in pantsbuild/pants#6486, by providing a version of make which the conan pex can then invoke along with cmake (just using the cmake binary already in this repo).

stuhood commented 6 years ago

Let me know when you're ready to merge (or merge and then ping me) please.