aboutsummaryrefslogtreecommitdiff
path: root/maint/reproducible_build
Commit message (Collapse)AuthorAgeFilesLines
* fix macos reproducible buildstrinity-1686a2023-04-161-1/+1
|
* shell: use /usr/bin/env instead of absolute pathsEmil Engler2023-01-251-1/+1
| | | | | | | | | | This commit changes the shebang in all shell scripts from absolute paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env` binary with the accompanying interpreter as it's argument. The reason for this are as follows: - NixOS cannot work with absolute paths - BSD systems install their packages in /usr/local/bin
* use newer version of zstd and lzmatrinity-1686a2022-11-291-6/+0
|
* maint/reproducible_build: Pass --locked to cargo buildIan Jackson2022-09-061-1/+1
| | | | We don't want any updates!
* maint/reproducible_build: Honour $CARGOIan Jackson2022-09-061-1/+4
| | | | This makes it easier to test, and perform other kinds of stunts.
* maint/reproducible_build: Centralise -p arti --features etc.Ian Jackson2022-09-061-3/+6
|
* maint/reproducible_build: Bring "cargo build" invocations togetherIan Jackson2022-09-061-3/+7
|
* make almost all scripts use bash and set euo pipefailtrinity-1686a2022-05-251-2/+4
|
* fix reproducible build summary giving invalid branch and commit idtrinity-1686a2022-03-041-0/+1
| | | | | fix #378 also fix unrelated error in nightly rustdoc CI
* rename *.sh scripts to bare nameIan Jackson2022-02-181-0/+110
As per #309 Update all references. There is one remaining hit for git-grep '\.sh\b' namely "build.sh" in maint/reproducible_build, which I think is the build script for osxcross - ie, an external project.