Skip to content

[Deepin-Kernel-SIG] [linux 6.6-y] [Upstream] bpf: annotate file argument as __nullable in bpf_lsm_mmap_file #2991

[Deepin-Kernel-SIG] [linux 6.6-y] [Upstream] bpf: annotate file argument as __nullable in bpf_lsm_mmap_file

[Deepin-Kernel-SIG] [linux 6.6-y] [Upstream] bpf: annotate file argument as __nullable in bpf_lsm_mmap_file #2991

name: build kernel arm64
on:
push:
pull_request:
workflow_dispatch:
env:
KBUILD_BUILD_USER: deepin-kernel-sig
KBUILD_BUILD_HOST: deepin-kernel-builder
email: [email protected]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
build-kernel:
runs-on: [self-hosted, linux, ARM64]
steps:
- uses: actions/checkout@v3
- name: "Install Deps"
run: |
git config --global user.email $email
git config --global user.name $KBUILD_BUILD_USER
- name: "Compile kernel"
run: |
# .config
make deepin_arm64_desktop_defconfig
make -j$(nproc)
- name: 'Clang build kernel'
run: |
# .config
make LLVM=-18 deepin_arm64_desktop_defconfig
make LLVM=-18 -j$(nproc)