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 16e8fd0 commit 5426013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/cross-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ 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-aarch64-linux-gnu.tar.xz?revision=9cf41787-87a0-4be3-a34d-926f17be88d8&rev=9cf4178787a04be3a34d926f17be88d8&hash=CABC522778FDE90E9FE153C3567E12BAC6D204AC | tar -Jx
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 | tar -Jx
echo "-----list-----"
ls
echo "-----list-----"

make clean
export PATH=gcc-arm-8.3-2019.02-x86_64-aarch64-linux-gnu/bin:$PATH
make CROSS_COMPILE=aarch64-linux-gnu- check || exit 1 # ARMv8-A
export PATH=gcc-arm-8.3-2019.02-x86_64-arm-linux-gnueabihf/bin:$PATH
make CROSS_COMPILE=arm-linux-gnueabihf- check || exit 1 # ARMv8-A

# make clean
# export PATH=gcc-arm-${GCC_REL}-x86_64-arm-none-linux-gnueabihf/bin:$PATH
Expand Down

0 comments on commit 5426013

Please sign in to comment.