Skip to content

Commit b57d0d5

Browse files
committed
debug
1 parent d19cf73 commit b57d0d5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ci/test/04_install.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66

77
export LC_ALL=C.UTF-8
88

9+
set -x
10+
911
if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
1012
export LC_ALL=C
1113
fi
1214

1315
if [ "$CI_OS_NAME" == "macos" ]; then
14-
sudo -H pip3 install --upgrade pip
16+
sudo -H pip3 install --upgrade pip || true
1517
# shellcheck disable=SC2086
16-
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
18+
IN_GETOPT_BIN="$(brew --prefix gnu-getopt)/bin/getopt" ${CI_RETRY_EXE} pip3 install --break-system-packages --user $PIP_PACKAGES
1719
fi
1820

1921
# Create folders that are mounted into the docker

ci/test_run_all.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
export LC_ALL=C.UTF-8
88

9+
set -x
910
set -o errexit; source ./ci/test/00_setup_env.sh
1011
set -o errexit; source ./ci/test/04_install.sh
1112
set -o errexit; source ./ci/test/05_before_script.sh

0 commit comments

Comments
 (0)