Skip to content

Commit

Permalink
Merge #1219: Trim Gitian build targets
Browse files Browse the repository at this point in the history
Pull request description:

  Only build x86_64-linux-gnu arm-linux-gnueabihf when building Gitian binaries.
  • Loading branch information
dexX7 committed Apr 8, 2021
2 parents 5eb26d2 + 7ee1db2 commit 9b4fd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ script: |
set -e -o pipefail
WRAP_DIR=$HOME/wrapped
HOSTS="x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu"
HOSTS="x86_64-linux-gnu arm-linux-gnueabihf"
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests"
FAKETIME_HOST_PROGS="gcc g++"
FAKETIME_PROGS="date ar ranlib nm"
Expand Down
1 change: 1 addition & 0 deletions src/omnicore/doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ The following list includes relevant pull requests merged into this release:
- #1213 If watermark not in block index load from state files
- #1214 Bump version and tests to 0.10
- #1215 Add release notes for Omni Core 0.10
- #1219 Trim Gitian build targets
```


Expand Down

0 comments on commit 9b4fd95

Please sign in to comment.