When running CI scripts locally, they attempt to use a $DEPENDS_DIR/$HOST directory even NO_DEPENDS=1 is provided.
This PR fixes this broken behavior.
When running CI scripts locally, they attempt to use a $DEPENDS_DIR/$HOST directory even NO_DEPENDS=1 is provided.
This PR fixes this broken behavior.
This change fixes scripts when they are being run locally with a pre-
existed `$DEPENDS_DIR/$HOST` directory.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| Stale ACK | fanquake |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Friendly ping @MarcoFalke :)
ACK 574e50addf8c65a3a9e0f2d8e933c147d1e93932
like the valgrind build picks up a previous depends build, like msan-depends?
I checked that running back-to-back CI builds with a depends (MSAN) followed by non-depends (Valgrind) no-longer has build issues. I think https://github.com/fanquake/bitcoin/commit/6cceb7a4c2efbda8d3f763f3b3805a14ebe10daf could also be included here?
I think fanquake@6cceb7a could also be included here?
Added.