Skip to content

fuse: fix inode initialization race #97

fuse: fix inode initialization race

fuse: fix inode initialization race #97

name: x86_64 CI
on:
pull_request:
branches:
- '**'
- '!mainline'
jobs:
kernel-build-job:
runs-on: ubuntu-latest
container:
image: rockylinux:9
env:
ROCKY_ENV: rocky9
ports:
- 80
options: --cpus 4
steps:
- name: Install tools and Libraries
run: |
dnf groupinstall 'Development Tools' -y
dnf install --enablerepo=crb bc dwarves kernel-devel openssl-devel elfutils-libelf-devel -y
- name: Checkout code
uses: actions/checkout@v4
- name: Build the Kernel
run: |
cp configs/kernel-x86_64-redfs-ci.config .config
make olddefconfig
make -j4