File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ BinaryBuilderBase = "1.4"
3737GitHub = " 5.1"
3838HTTP = " 0.8, 0.9"
3939JLD2 = " 0.1.6, 0.2, 0.3, 0.4"
40- JLLWrappers = " 1.2.0"
4140JSON = " 0.21"
4241LoggingExtras = " 0.4"
4342ObjectFile = " 0.3.6"
@@ -51,10 +50,9 @@ ghr_jll = "0.13.0"
5150julia = " 1.7"
5251
5352[extras ]
54- JLLWrappers = " 692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
5553Tar = " a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
5654Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
5755VT100 = " 7774df62-37c0-5c21-b34d-f6d7f98f54bc"
5856
5957[targets ]
60- test = [" JLLWrappers " , " Tar" , " Test" , " VT100" ]
58+ test = [" Tar" , " Test" , " VT100" ]
Original file line number Diff line number Diff line change @@ -1313,6 +1313,8 @@ function build_jll_package(src_name::String,
13131313
13141314 open (joinpath (pkg_dir, " select_artifacts.jl" ), " w" ) do io
13151315 println (io, """
1316+ push!(Base.LOAD_PATH, dirname(@__DIR__))
1317+
13161318 using TOML, Artifacts, Base.BinaryPlatforms
13171319 include("./platform_augmentation.jl")
13181320 artifacts_toml = joinpath(dirname(@__DIR__), "Artifacts.toml")
@@ -1324,7 +1326,7 @@ function build_jll_package(src_name::String,
13241326 platform = augment_platform!(HostPlatform(parse(Platform, target_triplet)))
13251327
13261328 # Select all downloadable artifacts that match that platform
1327- artifacts = select_downloadable_artifacts(artifacts_toml; platform)
1329+ artifacts = select_downloadable_artifacts(artifacts_toml; platform, include_lazy=true )
13281330
13291331 #Output the result to `stdout` as a TOML dictionary
13301332 TOML.print(stdout, artifacts)
You can’t perform that action at this time.
0 commit comments