Skip to content

Commit

Permalink
x86_64: build kernel with clang lto & gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol committed May 9, 2024
1 parent fe2a4db commit d0d074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
export GITHUB_REPO=${{ github.repository }}
export PATH="/opt/clang/bin:$PATH"
export KERNEL_CLANG_LTO=y BUILD_FAST=y ENABLE_UHTTPD=y ENABLE_LTO=y ENABLE_LRNG=y ENABLE_BPF=y USE_GCC15=y USE_MOLD=y
export KERNEL_CLANG_LTO=y BUILD_FAST=y ENABLE_UHTTPD=y ENABLE_LTO=y ENABLE_LRNG=y ENABLE_BPF=y USE_GCC14=y USE_MOLD=y
bash <(curl -sS https://raw.githubusercontent.com/${{ github.repository }}/x86_64/openwrt/build.sh) ${{ matrix.tag.type }} ${{ matrix.model }}
cd openwrt
tags=$(git describe --abbrev=0 --tags)
Expand Down

0 comments on commit d0d074d

Please sign in to comment.