Skip to content

Draft: Update reproducible_build.sh to use OSX SDK 10.12

Nick Mathewson requested to merge nickm/arti:osx_sdk_10.12 into main

We need this for clock_gettime_nsec_np().

The source is not canonical, but neither was the one we were using before. To mitigate this, I've added a digest check on the SDK after downloading it.

A 100% real canonical reproducible build process will probably require Apple hardware anyway.

Closes #221 (closed)

Merge request reports