Page MenuHomePhabricator

build: Skip i686 build by default in gitian
ClosedPublic

Authored by Fabien on Aug 20 2020, 19:47.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABC32bbcb69bd36: build: Skip i686 build by default in gitian
Summary

Backport of core PR18104.

From the PR conversation, it is made clear that nobody really uses the
shipped binary for 32 bits linux. We can safely stop distributing it as
part of our release process, but still make it possible to build from
source if desired. The build is now tested on CI to prevent from
regression.

Test Plan

Run the Gitian Linux build.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Aug 20 2020, 19:47

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

jasonbcox requested changes to this revision.Aug 20 2020, 20:27
jasonbcox added a subscriber: jasonbcox.

Also remove i686 from contrib/release/github-release.sh

This revision now requires changes to proceed.Aug 20 2020, 20:27

Remove also from github-release.sh

This revision is now accepted and ready to land.Aug 20 2020, 21:59