Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jan 27, 2024
1 parent eab3c36 commit 97f90dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/cross-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ fi

set -e

curl -L https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.02/gcc-arm-8.3-2019.02-x86_64-arm-linux-gnueabihf.tar.xz?revision=ac15fd02-ba82-40dd-8b9a-8e5996988618&rev=ac15fd02ba8240dd8b9a8e5996988618&hash=347FC4F06948A4C49D8DFC6D847DC1AA090D3588 > gcc-arm-8.3-2019.02-x86_64-arm-linux-gnueabihf.tar.xz
wget -O gcc-arm-8.3-2019.02-x86_64-arm-linux-gnueabihf.tar.xz "https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.02/gcc-arm-8.3-2019.02-x86_64-arm-linux-gnueabihf.tar.xz?revision=ac15fd02-ba82-40dd-8b9a-8e5996988618&rev=ac15fd02ba8240dd8b9a8e5996988618&hash=347FC4F06948A4C49D8DFC6D847DC1AA090D3588"

echo "-----list-----"
ls
echo "-----list-----"
Expand Down
2 changes: 1 addition & 1 deletion .ci/cross-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
check_platform

sudo apt-get update -q -y
sudo apt-get install -q -y qemu-user
sudo apt-get install -q -y qemu-user wget

# Clang/LLVM is natively a cross-compiler, meaning that one set of programs
# can compile to all targets by setting the -target option.
Expand Down

0 comments on commit 97f90dd

Please sign in to comment.