Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-11 | build: prepare v0.18.3.3 | selsta | 1 | -1/+1 | |
2024-02-20 | build: prepare v0.18.3.2 | selsta | 1 | -1/+1 | |
2023-10-02 | build: prepare v0.18.3.1 | selsta | 1 | -1/+1 | |
2023-09-10 | build: prepare v0.18.3.0 | selsta | 1 | -1/+1 | |
2023-03-27 | build: prepare v0.18.2.2 | selsta | 1 | -1/+1 | |
2023-03-18 | build: prepare v0.18.2.1 | selsta | 1 | -1/+1 | |
2023-02-08 | build: prepare v0.18.2.0 | selsta | 1 | -1/+1 | |
2022-09-26 | build: prepare v0.18.1.2 | selsta | 1 | -1/+1 | |
2022-09-06 | build: prepare v0.18.1.1 | selsta | 1 | -1/+1 | |
2022-08-10 | Bump Gitian build instructions to v0.18.1.0 [Release Branch] | Seth For Privacy | 1 | -6/+7 | |
2022-07-28 | build: prepare v0.18.1.0 | selsta | 1 | -6/+6 | |
2022-05-16 | Merge pull request #8312 | luigi1111 | 1 | -6/+0 | |
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) | |||||
2022-05-09 | Make Mac SDK into a regular depends package | Howard Chu | 1 | -6/+0 | |
2022-04-27 | Change "Github" to "GitHub" | Abdullah | 1 | -1/+1 | |
2021-12-02 | Add copy commands for compiled binaries | Seth For Privacy | 1 | -0/+7 | |
2021-12-02 | Add archive details to post-build section | Seth For Privacy | 1 | -2/+13 | |
Also moved the tail of in-progress logs to two distinct and precise tail commands, was a good recommendation by @hyc. | |||||
2021-12-02 | Add git clone and cd commands for initial prep | Seth For Privacy | 1 | -0/+7 | |
2021-12-02 | Add note on adding SSH keys for Github | Seth For Privacy | 1 | -0/+2 | |
2021-12-01 | Update DOCKRUN.md | Seth For Privacy | 1 | -3/+4 | |
2021-12-01 | Bump versions in DOCKRUN.md and add log commands | Seth For Privacy | 1 | -2/+8 | |
2021-09-04 | Add simple script for running gitian-build | Howard Chu | 1 | -0/+85 | |
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. |