Skip to content

Commit 494f55c

Browse files
vwbakerkarupayun
authored andcommitted
Fix naming of gcc usage to new version
Part of https://github.com/triton-lang/triton/pull/4548/files
1 parent 32fc9c5 commit 494f55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
cp -r /usr/aarch64-linux-gnu/include ./arm-sysroot
161161
LINKER=$(pwd)/arm-sysroot/lib/ld-linux-aarch64.so.1
162162
wget http://ftp.de.debian.org/debian/pool/main/g/gcc-defaults/gcc-aarch64-linux-gnu_14.1.0-2_amd64.deb
163-
dpkg-deb -x gcc-aarch64-linux-gnu_13.2.0-7_amd64.deb ./arm-sysroot
163+
dpkg-deb -x gcc-aarch64-linux-gnu_14.1.0-2_amd64.deb ./arm-sysroot
164164
export LD_LIBRARY_PATH=$(pwd)/arm-sysroot/lib:$LD_LIBRARY_PATH
165165
sudo ln -s $LINKER /lib/ld-linux-aarch64.so.1
166166
SYSROOT="$(pwd)/arm-sysroot"

0 commit comments

Comments
 (0)