Discovered in our logs: https://build.bitcoinabc.org/viewLog.html?buildId=16886&buildTypeId=BitcoinABC_Master_BitcoinAbcMasterAsan&tab=buildLog&_focus=87#_state=87
(see the malformed configure output: sanitizers = address --disable-ccache)
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING07e01424630f: [teamcity/build] Fix a bug where CONFIGURE_FLAGS would not parse multiple flags…
rABC07e01424630f: [teamcity/build] Fix a bug where CONFIGURE_FLAGS would not parse multiple flags…
CONFIGURE_FLAGS="--with-sanitizers=address --disable-ccache" ./build.sh # Observe configure output is correct: configure: running /bin/bash ../../../src/univalue/configure ... '--disable-ccache' ... configure: running /bin/bash ../../../src/secp256k1/configure ... '--disable-ccache' ... ... sanitizers = address
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable