summaryrefslogtreecommitdiff
path: root/maint/reproducible_build
Commit message (Collapse)AuthorAgeFilesLines
* 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.