Skip to content

Commit

Permalink
Changing kernel stable and make sure we do install kernel properly
Browse files Browse the repository at this point in the history
  • Loading branch information
push143smart committed Nov 21, 2023
1 parent a370c80 commit d885c82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kernel-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
fail-fast: false
matrix:
kernel_branch: [
'linux-6.4.y'
'linux-6.5.y',
'linux-6.6.y'
]
steps:
- name: Cache kernel git repo
Expand Down
6 changes: 6 additions & 0 deletions ci/build-dahdi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ make x86_64_defconfig
echo " # make modules_prepare"
make modules_prepare

echo " # make kernel"
make

echo " #make modules"
make modules

echo "### Building DAHDI modules and installing"
cd /src
echo " # make clean"
Expand Down

0 comments on commit d885c82

Please sign in to comment.