Skip to content

Commit

Permalink
Update etc/run_with_override.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored May 31, 2024
1 parent d61e12a commit f9756a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/run_with_override.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import GAP_lib_jll
#
function add_jll_override(depot, pkgname, pkguuid, newdir)
pkgid = Base.identify_package("$(pkgname)_jll")
# does not work with julia 1.12-dev
# does not work with julia 1.12-dev, see https://github.com/JuliaLang/julia/issues/54599
# TODO: remove pkguuid argument again once that bug is fixed
# pkguuid = string(pkgid.uuid)
mkpath(joinpath(depot, "artifacts"))
open(joinpath(depot, "artifacts", "Overrides.toml"), "a") do f
Expand Down

0 comments on commit f9756a4

Please sign in to comment.