Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jan 7, 2024
1 parent 63c3e9f commit d555687
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/cross-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ if [ $(printenv CXX | grep clang) ]; then
exit
fi

set -x
set -e

wget https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-aarch64-elf.tar.xz?revision=d678fd94-0ac4-485a-8054-1fbc60622a89&rev=d678fd940ac4485a80541fbc60622a89&hash=CAE423367ADC05B96378DB5EA2F9D7D1F4CC251A
tar -tvf gcc-arm-8.3-2019.03-x86_64-aarch64-elf.tar.xz
ls
tar -zxf gcc-arm-8.3-2019.03-x86_64-aarch64-elf.tar.xz

make clean
export PATH=gcc-arm-8.3-2019.03-x86_64-aarch64-elf/bin:$PATH
Expand Down

0 comments on commit d555687

Please sign in to comment.