File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " BinaryBuilderBase"
22uuid = " 7f725544-6523-48cd-82d1-3fa08ff4056e"
33authors = [" Elliot Saba <staticfloat@gmail.com>" ]
4- version = " 1.39.1 "
4+ version = " 1.40.0 "
55
66[deps ]
77Bzip2_jll = " 6e34b625-4abd-537c-b88f-471c36dfa7a0"
Original file line number Diff line number Diff line change @@ -540,6 +540,10 @@ function generate_compiler_wrappers!(platform::AbstractPlatform; bin_path::Abstr
540540 append! (flags, min_macos_version_linker_flags ())
541541 end
542542 end
543+
544+ # Use a known algorithm to embed the build-id for reproducibility
545+ push! (flags, " -Wl,--build-id=sha1" )
546+
543547 return flags
544548 end
545549
@@ -629,6 +633,10 @@ function generate_compiler_wrappers!(platform::AbstractPlatform; bin_path::Abstr
629633 # https://github.com/JuliaPackaging/BinaryBuilder.jl/issues/1232
630634 push! (flags, " -Wl,--no-insert-timestamp" )
631635 end
636+
637+ # Use a known algorithm to embed the build-id for reproducibility
638+ push! (flags, " -Wl,--build-id=sha1" )
639+
632640 sanitize_link_flags! (p, flags)
633641 return flags
634642 end
You can’t perform that action at this time.
0 commit comments