From d76919feeccd4fe6f98248ebbd66c0d171dc3162 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 12 Feb 2024 22:31:51 +0000 Subject: [PATCH] debug riscv 2 --- _ci-linux-debian.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_ci-linux-debian.sh b/_ci-linux-debian.sh index 5873497b6..84cf1b53b 100755 --- a/_ci-linux-debian.sh +++ b/_ci-linux-debian.sh @@ -98,16 +98,16 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then fi fi -apt-get update +apt-get --option Dpkg::Use-Pty=0 update # shellcheck disable=SC2086 -apt-get install \ +apt-get --option Dpkg::Use-Pty=0 install \ curl git gpg gpg-agent rsync python3-pefile make cmake \ autoconf automake autopoint libtool \ zip time jq secure-delete ${extra} if [ -n "${dl}" ]; then # shellcheck disable=SC2086 - apt-get 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