File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 32
32
cp configs/kernel-aarch64-rhel.config .config
33
33
make ARCH=arm64 CROSS_COMPILE=./scripts/dummy-tools/ olddefconfig
34
34
make -j8
35
+ - name : Check kabi
36
+ run : |
37
+ git clone --branch r9 --single-branch https://git.rockylinux.org/staging/rpms/kernel.git kernel-dist-git
38
+ git -C kernel-dist-git reset --hard imports/r9/kernel-5.14.0-284.30.1.el9_2
39
+ ./kernel-dist-git/SOURCES/check-kabi -k ./kernel-dist-git/SOURCES/Module.kabi_aarch64 -s Module.symvers
Original file line number Diff line number Diff line change 32
32
cp configs/kernel-x86_64-rhel.config .config
33
33
make ARCH=x86_64 CROSS_COMPILE=./scripts/dummy-tools/ olddefconfig
34
34
make -j8
35
+ - name : Check kabi
36
+ run : |
37
+ git clone --branch r9 --single-branch https://git.rockylinux.org/staging/rpms/kernel.git kernel-dist-git
38
+ git -C kernel-dist-git reset --hard imports/r9/kernel-5.14.0-284.30.1.el9_2
39
+ ./kernel-dist-git/SOURCES/check-kabi -k ./kernel-dist-git/SOURCES/Module.kabi_x86_64 -s Module.symvers
You can’t perform that action at this time.
0 commit comments