We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7d689 commit 99ce2dbCopy full SHA for 99ce2db
.github/workflows/build-check_x86_64.yml
@@ -32,3 +32,8 @@ jobs:
32
cp configs/kernel-x86_64.config .config
33
make olddefconfig
34
make -j8
35
+ - name: Check kabi
36
+ run: |
37
+ git clone --branch r8 --single-branch https://git.rockylinux.org/staging/rpms/kernel.git kernel-dist-git
38
+ git -C kernel-dist-git reset --hard imports/r8/kernel-4.18.0-425.13.1.el8_7
39
+ ./kernel-dist-git/SOURCES/check-kabi -k ./kernel-dist-git/SOURCES/Module.kabi_x86_64 -s Module.symvers
0 commit comments