mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-28 08:28:32 +02:00
ci: Pass CI_FAILFAST_TEST_LEAVE_DANGLING into container
This commit is contained in:
@@ -26,9 +26,12 @@ def main():
|
|||||||
encoding="utf8",
|
encoding="utf8",
|
||||||
).stdout.splitlines()
|
).stdout.splitlines()
|
||||||
settings = set(l.split("=")[0].split("export ")[1] for l in settings)
|
settings = set(l.split("=")[0].split("export ")[1] for l in settings)
|
||||||
# Add this one manually, because it is the only one set inside the
|
# Add "hidden" settings, which are never exported, manually. Otherwise,
|
||||||
# container that also allows external overwrites
|
# they will not be passed on.
|
||||||
settings.add("BASE_BUILD_DIR")
|
settings.update([
|
||||||
|
"BASE_BUILD_DIR",
|
||||||
|
"CI_FAILFAST_TEST_LEAVE_DANGLING",
|
||||||
|
])
|
||||||
|
|
||||||
# Append $USER to /tmp/env to support multi-user systems and $CONTAINER_NAME
|
# Append $USER to /tmp/env to support multi-user systems and $CONTAINER_NAME
|
||||||
# to allow support starting multiple runs simultaneously by the same user.
|
# to allow support starting multiple runs simultaneously by the same user.
|
||||||
|
Reference in New Issue
Block a user