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 77b2449 commit a7271f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/cross-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wget -O gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz "https://developer.a
tar Jxvf gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu.tar.xz

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

# make clean
Expand Down

0 comments on commit a7271f6

Please sign in to comment.