We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4443f49 commit 0a59c88Copy full SHA for 0a59c88
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
set -eux
21
sudo apt-get update
22
- sudo apt-get install -y build-essential bc flex bison libelf-dev pkg-config pahole gcc clang-14 lld gcc-12
+ sudo apt-get install -y build-essential bc flex bison libelf-dev pkg-config pahole gcc-12
23
24
- name: Install specific kernel headers (${{ env.KVER }})
25
@@ -33,14 +33,6 @@ jobs:
33
make KERNELDIR="${KDIR}" CC=gcc-12
34
test -f bfcfs.ko
35
36
- - name: Clean (between compilers)
37
- run: make clean || true
38
-
39
- - name: Build with Clang
40
- run: |
41
- set -eux
42
- make KERNELDIR="${KDIR}" CC=clang-14
43
- test -f bfcfs.ko
44
45
- name: Show modinfo
46
0 commit comments