Skip to content

Commit

Permalink
Bump BB, update download_sources.jl for new cleanup_merged_object()
Browse files Browse the repository at this point in the history
Also try registering `bsdiff` again
  • Loading branch information
staticfloat committed Feb 8, 2020
1 parent f165286 commit f645547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[[BinaryBuilder]]
deps = ["Base64", "Dates", "GitHub", "HTTP", "InteractiveUtils", "JLD2", "JSON", "LibGit2", "Libdl", "MbedTLS", "ObjectFile", "Pkg", "PkgLicenses", "ProgressMeter", "REPL", "Random", "Registrator", "RegistryTools", "SHA", "Sockets", "UUIDs", "ghr_jll"]
git-tree-sha1 = "1be52cdb1100dab354566410fd6a1170391d4288"
git-tree-sha1 = "649263f16bb4d1ff1ec32ebe488233c95787c594"
repo-rev = "master"
repo-url = "https://github.com/JuliaPackaging/BinaryBuilder.jl.git"
uuid = "12aac903-9f7c-5d81-afc2-d9565ea332ae"
Expand Down
2 changes: 1 addition & 1 deletion .ci/download_sources.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ merged = BinaryBuilder.merge_json_objects(objs)
BinaryBuilder.cleanup_merged_object!(merged)

# Download all sources
download_source.(sourcify.(merged["sources"]); verbose=true)
download_source.(merged["sources"]; verbose=true)

# Also initialize JLL package directories
src_name = merged["name"]
Expand Down
2 changes: 1 addition & 1 deletion B/bsdiff/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd bsdiff-64ad986cb7bfa8b9145a2d48cd95986660b35d53/
./autogen.sh
export CPPFLAGS="-I${prefix}/include"
./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target}
make
make -j${nproc}
make install
"""

Expand Down

0 comments on commit f645547

Please sign in to comment.