Skip to content

Commit

Permalink
feat: also provide kernel-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly authored Aug 29, 2023
1 parent 7a5e7bd commit 6f8537a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
sudo apt-get update
sudo apt-fast install -y build-essential \
bc kmod cpio flex libncurses5-dev \
libelf-dev libssl-dev dwarves bison debhelper \
libelf-dev libssl-dev dwarves bison \
gawk openssl libssl-dev dkms libudev-dev \
libpci-dev libiberty-dev autoconf \
rpm
rpm debhelper
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
Expand All @@ -63,7 +63,7 @@ jobs:
# Manual set deb compression to xz
export KDEB_COMPRESS="xz"
make prepare
# Build
# Build deb
make \
LLVM=1 \
LOCALVERSION="" \
Expand All @@ -72,12 +72,14 @@ jobs:
bindeb-pkg
# reset version
rm .version
# Build rpm
make \
LLVM=1 \
LOCALVERSION="" \
CC="sccache clang" \
RPMOPTS="--nodeps" \
-j`nproc` \
binrpm-pkg
rpm-pkg
- name: Upload config
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6f8537a

Please sign in to comment.