1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/utils/release
Aaron Puchert 643761a9d5 Build reproducible tarballs for releases
Currently the tarballs contain superfluous metadata, like the user name
of the packager and via Pax headers even the PID of the tar process that
packaged the files. We build the monorepo projects directly from the git
repo using "git archive" and for the test-suite we add some flags as
recommended by https://reproducible-builds.org/docs/archives/. We don't
use numeric owners though to be compatible with "git archive".

The advantage of "git archive" is that the releaser doesn't have to
download the tar ball and extract it, rather the archive is built
directly from the repository. This is probably what GitHub uses
internally to produce the tarballs, so I wouldn't expect a difference.

Reviewed By: tstellar

Differential Revision: https://reviews.llvm.org/D91494
2020-11-22 20:51:58 +01:00
..
build_llvm_package.bat Bump the trunk major version to 12 2020-07-15 12:05:05 +02:00
export.sh Build reproducible tarballs for releases 2020-11-22 20:51:58 +01:00
findRegressions-nightly.py
findRegressions-simple.py
github-upload-release.py
merge-request.sh
test-release.sh [test-release] fallback to py3's venv module 2020-07-21 19:51:15 -05:00