Skip to content

Commit 71bea7b

Browse files
committed
Update GCC version
1 parent 5824d02 commit 71bea7b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
run: |
2525
set -ex
2626
27-
GCC_VERSION=14.2.0
27+
GCC_VERSION=15.2.0
2828
29-
for i in aarch64 loongarch64 riscv64; do
29+
for i in aarch64 loongarch64 riscv64 x86_64 i386; do
3030
wget https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/$GCC_VERSION/x86_64-gcc-$GCC_VERSION-nolibc-$i-linux.tar.gz
3131
tar -xf x86_64-gcc-$GCC_VERSION-nolibc-$i-linux.tar.gz
3232
export PATH="$(pwd -P)"/gcc-$GCC_VERSION-nolibc/$i-linux/bin:"$PATH"
@@ -38,6 +38,8 @@ jobs:
3838
3939
export PACKAGES_PATH="$(pwd -P)"/edk2
4040
41+
export GCC5_IA32_PREFIX=i386-linux-
42+
export GCC5_X64_PREFIX=x86_64-linux-
4143
export GCC5_AARCH64_PREFIX=aarch64-linux-
4244
export GCC5_LOONGARCH64_PREFIX=loongarch64-linux-
4345
export GCC5_RISCV64_PREFIX=riscv64-linux-

0 commit comments

Comments
 (0)