HomePhabricator

[teamcity/build.sh] Read CONFIGURE_FLAGS from environment

Description

[teamcity/build.sh] Read CONFIGURE_FLAGS from environment

Summary: This enables us to run non-default builds, such as ASAN, from TeamCity.

Test Plan:

# Default build as expected
./build.sh
# ASAN build
CONFIGURE_FLAGS="--with-sanitizers=address" ./build.sh

Reviewers: #bitcoin_abc, deadalnix, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D3571

Details

Provenance
jasonbcoxAuthored on Jul 5 2019, 21:40
jasonbcoxPushed on Jul 6 2019, 03:08
Reviewer
Restricted Project
Differential Revision
D3571: [teamcity/build.sh] Read CONFIGURE_FLAGS from environment
Parents
rSTAGING8031a511b94c: [ibd.sh] Store datadir and debug.log paths in variables
Branches
Unknown
Tags
Unknown
References
tag: phabricator/base/10028