Skip to content

Commit 74bc190

Browse files
ci: use prebuilt Bootlin toolchain to speed up builds
Use BR2_TOOLCHAIN_EXTERNAL with the Bootlin x86-64-core-i7 glibc toolchain instead of building gcc/glibc from source, saving ~20-30 minutes per build.
1 parent a6ecade commit 74bc190

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
run: |
9696
make BR2_EXTERNAL=$GITHUB_WORKSPACE qemu_x86_64_defconfig
9797
cat >> .config << 'EOF'
98+
BR2_TOOLCHAIN_EXTERNAL=y
99+
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
100+
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE=y
98101
BR2_PACKAGE_SHELLHUB=y
99102
BR2_CCACHE=y
100103
BR2_CCACHE_DIR="/home/runner/.buildroot-ccache"

0 commit comments

Comments
 (0)