Skip to content

Commit

Permalink
Skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 4, 2021
1 parent edd62cd commit e638a2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ function diagnose_gurobi_install()
end
end

if haskey(ENV, "GUROBI_JL_SKIP_LIB_CHECK")
if Sys.islinux()
# Use artifacts!
elseif haskey(ENV, "GUROBI_JL_SKIP_LIB_CHECK")
# Skip!
elseif get(ENV, "JULIA_REGISTRYCI_AUTOMERGE", "false") == "true"
write_depsfile("julia_registryci_automerge")
Expand Down

0 comments on commit e638a2f

Please sign in to comment.