Skip to content

Commit

Permalink
_ci-linux-debian.sh: be verbose to debug linux-glibc-debian-sid-llvm-…
Browse files Browse the repository at this point in the history
…riscv64
  • Loading branch information
vszakats committed May 7, 2024
1 parent eedabf6 commit 20c38aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
fi
fi

apt-get --quiet 2 --option Dpkg::Use-Pty=0 update
apt-get --option Dpkg::Use-Pty=0 update
# shellcheck disable=SC2086
apt-get --quiet 2 --option Dpkg::Use-Pty=0 install \
apt-get --option Dpkg::Use-Pty=0 install \
curl git gpg gpg-agent rsync python3-pefile make cmake \
zip xz-utils time jq secure-delete ${extra}

if [ -n "${dl}" ]; then
# shellcheck disable=SC2086
apt-get --quiet 2 --option Dpkg::Use-Pty=0 download ${dl}
apt-get --option Dpkg::Use-Pty=0 download ${dl}
# https://deb.debian.org/debian/pool/main/l/llvm-toolchain-17/libclang-rt-17-dev_17.0.5-1_arm64.deb -> libclang-rt-17-dev_1%3a17.0.5-1_arm64.deb
# libclang-common-15-dev_1%3a15.0.6-4+b1_amd64.deb
for f in ./*.deb; do
Expand Down

0 comments on commit 20c38aa

Please sign in to comment.