This diff removes the gitian setup step from the build script. This step
can be performed once at installation.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING816100f4e2ec: Don't replay the gitian initial setup at each build
rABC816100f4e2ec: Don't replay the gitian initial setup at each build
Run the script on CI
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- gitian_update_script
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6945 Build 11937: Bitcoin ABC Buildbot (legacy) Build 11936: arc lint + arc unit
Event Timeline
Comment Actions
Rename URL to PROJECT_ROOT for clarity.
Move the results to the working directory so they can be removed by
Teamcity after use, avoiding disk space issues over time.
contrib/teamcity/gitian.sh | ||
---|---|---|
4 ↗ | (On Diff #10421) | See how TOPLEVEL is implemented in other scripts with git rev-parse. This weakens issues from assumptions that the script is run from a particular place (an assumption is still in place that the script is run within the repo, but that is reasonable enough). |