Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci/scripts/bitcoin_core_ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

export LC_ALL=C

set -o errexit -o nounset -o pipefail -o xtrace

readonly SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
Expand Down
2 changes: 2 additions & 0 deletions ci/scripts/ci_helpers.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

export LC_ALL=C

set -o errexit -o nounset -o pipefail -o xtrace

write_env_var() {
Expand Down
2 changes: 2 additions & 0 deletions ci/scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
# Source CI configuration and output variables needed by the workflow.

export LC_ALL=C

set -o errexit -o nounset -o pipefail -o xtrace

readonly SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
Expand Down
Loading