Skip to content

Commit 513c6ae

Browse files
committed
Give up on the cross compiler for x86 thing
1 parent 248fd66 commit 513c6ae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
GCC_VERSION=15.2.0
2828
29-
for i in aarch64 loongarch64 riscv64 x86_64 i386; do
29+
for i in aarch64 loongarch64 riscv64; 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,8 +38,6 @@ 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-
4341
export GCC5_AARCH64_PREFIX=aarch64-linux-
4442
export GCC5_LOONGARCH64_PREFIX=loongarch64-linux-
4543
export GCC5_RISCV64_PREFIX=riscv64-linux-
@@ -49,8 +47,6 @@ jobs:
4947
set -e
5048
make -C edk2/BaseTools
5149
52-
pacman --noconfirm -Rdds gcc binutils
53-
5450
build -b RELEASE -t GCC5 -a AARCH64 -p ArmVirtPkg/ArmVirtQemu.dsc
5551
build -b RELEASE -t GCC5 -a LOONGARCH64 -p OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
5652
build -b RELEASE -t GCC5 -a RISCV64 -p OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc

0 commit comments

Comments
 (0)