mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-25 16:31:29 +02:00
ci: Print inner env
This commit is contained in:
parent
11e2f9fff4
commit
fa7ca182a9
@ -30,6 +30,10 @@ df -h
|
|||||||
# Tests that run natively guess the host
|
# Tests that run natively guess the host
|
||||||
export HOST=${HOST:-$("$BASE_ROOT_DIR/depends/config.guess")}
|
export HOST=${HOST:-$("$BASE_ROOT_DIR/depends/config.guess")}
|
||||||
|
|
||||||
|
echo "=== BEGIN env ==="
|
||||||
|
env
|
||||||
|
echo "=== END env ==="
|
||||||
|
|
||||||
(
|
(
|
||||||
# compact->outputs[i].file_size is uninitialized memory, so reading it is UB.
|
# compact->outputs[i].file_size is uninitialized memory, so reading it is UB.
|
||||||
# The statistic bytes_written is only used for logging, which is disabled in
|
# The statistic bytes_written is only used for logging, which is disabled in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user