Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Nov 17, 2024
1 parent 65bf799 commit ffc57b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recursively_regenerate_jlls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ function get_json_obj(dep_name::String)
if hasproperty(expr, :head) && expr.head == :call && expr.args[1] == :build_tarballs
expr.args[1] = :build_tarballs_meta_json
end
@show expr
return expr
end

@show read(meta_json)
json_objs[dep_name] = BinaryBuilder.JSON.parse(String(read(meta_json)))
BinaryBuilder.cleanup_merged_object!(json_objs[dep_name])
rm(meta_json; force=true)
@show json_deps[dep_name]
@show json_objs[dep_name]
return json_objs[dep_name]
end

Expand Down

0 comments on commit ffc57b4

Please sign in to comment.