Max G

Results 9 comments of Max G

Probably https://github.com/JuliaLang/julia/pull/18413?

By the way, the only thing needed to check the second box would be hitting the necessary switch on Travis' interface. I have some experience with setting on Travis ->...

Quick work on that alpine image! I had taken a look at reducing the image size using alpine as a base image, but ended up building an image using Debian:...

Is there any roadmap for Gallium on v0.6 (and/or a way to chip in?)

You can accomplish the same as below > I found a temporary fix. in build/src/CmakeFiles/MarbleMarcerSources.dir/flags.make, manually type the include path to SFML as it is missing > > `CXX_INCLUDES =...

Apparently clearing out the repo isn't enough, since the failures are reproducible on Travis? See https://travis-ci.org/JuliaOpt/CoinOptServices.jl/jobs/302334821#L334

By the way, I've thought about the discussion in https://github.com/JuliaDB/PostgreSQL.jl/pull/48#discussion_r89632468 which I believe this will also suffer from (one of the reasons for the WIP tag) but the referenced functionality...

I ran into what may be the same issue; building from source should work. You may need https://github.com/JuliaOpt/CoinOptServices.jl/pull/37 (comment out the Homebrew provider, then re-run `deps/build.jl`)

Did you try commenting out the Homebrew provider in `deps/build.jl`, then try re-running that file as `Pkg.build` does?