Opened 8 years ago
Last modified 8 years ago
#11111 new Feature Requests
Enable deterministic builds (Linux)
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | To Be Determined | Component: | Building Boost |
| Version: | Boost 1.57.0 | Severity: | Optimization |
| Keywords: | Cc: |
Description
Building static libraries under Linux is not reproducible as the resulting libs have different md5sums every time.
The problem seems to be in gcc.jam which calls ar/ranlib without the 'deterministic' options.
A trivial patch is attached.
It would be nice if the boost build system could support reproducible builds. This is a first step.
Attachments (1)
Change History (2)
by , 8 years ago
| Attachment: | boost_1_57_0.patch added |
|---|
comment:1 by , 8 years ago
| Component: | None → Building Boost |
|---|
Note:
See TracTickets
for help on using tickets.
