aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian
Commit message (Collapse)AuthorAgeFilesLines
* Fail closed and brand reproducible build inputsMonzero Build System5 hours6-26/+28
|
* build: prepare v0.18.5.1selsta2026-06-292-2/+2
|
* Merge pull request #10660tobtoht2026-06-041-5/+11
|\ | | | | | | 874b7eb gitian: optional APT cacher for docker builds (vdo)
| * gitian: optional APT cacher for docker buildsvdo2026-06-041-5/+11
| |
* | build: prepare v0.18.5.0selsta2026-04-282-2/+2
|/
* build: prepare v0.18.4.6selsta2026-02-132-2/+2
|
* build: prepare v0.18.4.5selsta2025-12-292-2/+2
|
* build: prepare v0.18.4.4selsta2025-11-102-2/+2
|
* build: prepare v0.18.4.3selsta2025-10-072-2/+2
|
* build: prepare v0.18.4.2selsta2025-08-012-2/+2
|
* build: prepare v0.18.4.1selsta2025-07-092-2/+2
|
* build: prepare v0.18.4.0selsta2025-02-132-2/+2
|
* build: prepare v0.18.3.4selsta2024-07-222-2/+2
|
* build: prepare v0.18.3.3selsta2024-03-112-2/+2
|
* build: prepare v0.18.3.2selsta2024-02-202-2/+2
|
* gitian: add riscv64 supportselsta2023-10-211-2/+9
|
* build: prepare v0.18.3.1selsta2023-10-022-2/+2
|
* build: prepare v0.18.3.0selsta2023-09-102-2/+2
|
* build: prepare v0.18.2.2selsta2023-03-272-2/+2
|
* build: prepare v0.18.2.1selsta2023-03-182-2/+2
|
* build: prepare v0.18.2.0selsta2023-02-082-2/+2
|
* build: prepare v0.18.1.2selsta2022-09-262-2/+2
|
* build: prepare v0.18.1.1selsta2022-09-062-2/+2
|
* Bump Gitian build instructions to v0.18.1.0 [Release Branch]Seth For Privacy2022-08-101-6/+7
|
* build: prepare v0.18.1.0selsta2022-07-282-7/+7
|
* build: prepare v0.18.0.0selsta2022-07-136-6/+6
|
* Gitian: refresh the stale Monero dir via --setup switchmj-xmr2022-06-062-3/+6
|
* Merge pull request #8312luigi11112022-05-165-36/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 5c27fd8 depends: Package cleanup (Howard Chu) c1d47eb Update randomx: fix Mac linking error (Howard Chu) 02e6af2 Update CI for aarch64 mac build (selsta) 7ea1e21 Make Mac SDK into a regular depends package (Howard Chu) e81ab9b Silence some protobuf link warnings (Howard Chu) fe5c2ae Fix arm64 darwin package defs (Howard Chu) fb68465 Boost 1.64 doesn't recognize arm64 darwin (Howard Chu) 617f908 more... update to clang 9.0.0 (Howard Chu) 83ae3ad Split native_clang out of native_cctools (Howard Chu) 1008318 Update native_cctools for newer SDK support (Howard Chu) a86c4cb Update to MacOSX SDK 11.1, add Mac M1 (Howard Chu)
| * Make Mac SDK into a regular depends packageHoward Chu2022-05-095-35/+1
| |
| * Update to MacOSX SDK 11.1, add Mac M1Howard Chu2022-05-043-6/+6
| |
* | Change "Github" to "GitHub"Abdullah2022-04-272-2/+2
|/
* Add copy commands for compiled binariesSeth For Privacy2021-12-021-0/+7
|
* Add archive details to post-build sectionSeth For Privacy2021-12-021-2/+13
| | | Also moved the tail of in-progress logs to two distinct and precise tail commands, was a good recommendation by @hyc.
* Add git clone and cd commands for initial prepSeth For Privacy2021-12-021-0/+7
|
* Add note on adding SSH keys for GithubSeth For Privacy2021-12-021-0/+2
|
* Update DOCKRUN.mdSeth For Privacy2021-12-011-3/+4
|
* Bump versions in DOCKRUN.md and add log commandsSeth For Privacy2021-12-011-2/+8
|
* Merge pull request #7910luigi11112021-11-293-0/+220
|\ | | | | | | 4571d36 Add simple script for running gitian-build (Howard Chu)
| * Add simple script for running gitian-buildHoward Chu2021-09-043-0/+220
| | | | | | | | | | | | | | | | | | | | | | This shell script creates a docker image for running the gitian-build.py script, to avoid version incompatibilities. The builds may be signed automatically after manually reviewing the build hashes. Only docker.io and apt-cacher-ng are required to be installed on the host. The MacOSX SDK should also be present in this directory if Mac builds are desired. A container named "gitrun" is used to launch the builds, and all output will reside in this container as well.
* | Add README to release archivesHoward Chu2021-10-145-9/+9
| | | | | | | | | | Also add docs/ANONYMITY_NETWORKS.md Even though there is no "docs" dir in the archive...
* | gitian: cleanup more unused packagesHoward Chu2021-09-274-16/+0
| | | | | | | | These appear to be leftovers inherited from Bitcoin's builder
* | gitian: omit ccache from gitian buildsHoward Chu2021-09-275-3/+5
|/ | | | | It's just wasted overhead since the build VMs are always deleted and recreated fresh for each run.
* Merge pull request #7658luigi11112021-04-221-18/+52
|\ | | | | | | 834e23b Doc: Update Gitian (Reproducible Builds) with small code snippets and fixes (mj-xmr)
| * Doc: Update Gitian (Reproducible Builds) with small code snippets and fixesmj-xmr2021-04-111-18/+52
| |
* | gitian: remove osslsigncodeselsta2021-04-081-4/+0
|/ | | | Unused and archive is offline
* Add command to sign freebsd assert file for gitianMoneroArbo2020-12-081-0/+1
| | | Add FreeBSD to "Signing assert files" section of gitian readme / guide
* Force CMAKE_SKIP_RPATH=ONHoward Chu2020-10-192-2/+2
| | | | Fix empty RPATH token issue. Only affects Linux and FreeBSD.
* Fix lgamma/signgam dependencyHoward Chu2020-10-061-12/+17
| | | | | This is a new indirect dependency due to the use of poisson_distribution, introduced in PR#6354 commit 67ade8005
* build: prepare v0.17selsta2020-09-146-7/+7
|
* Merge pull request #6528luigi11112020-07-085-5/+5
|\ | | | | | | b73f4e7 [master]: Update gitian yml files (iDunk5400)