Skip to content

Commit

Permalink
test riscv/sid 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 12, 2024
1 parent 9bd50fb commit 7487dee
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 @@ -96,16 +96,16 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
fi
fi

apt-get update
apt -y update
# shellcheck disable=SC2086
apt-get install \
apt -y install \
curl git gpg 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 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 7487dee

Please sign in to comment.