We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5d9b1 commit 0a62edeCopy full SHA for 0a62ede
.github/workflows/c-cpp.yml
@@ -19,12 +19,11 @@ jobs:
19
sudo apt install -y bison flex libelf-dev
20
- name: configure
21
run: |
22
- curl -o .config https://raw.githubusercontent.com/elrepo/kernel/refs/heads/main/kernel-ml/el10/config-6.16.8-x86_64
23
- make olddefconfig
+ #curl -o .config https://raw.githubusercontent.com/elrepo/kernel/refs/heads/main/kernel-ml/el10/config-6.16.8-x86_64
+ make defconfig
24
- name: make
25
26
- make -j $(nproc)
27
- ./scripts/clang-tools/gen_compile_commands.py
+ make -j $(nproc) compile_commands.json
28
sed -i 's|/home/runner/work/linux/linux|/Volumes/workspace/code/linux|g' ./compile_commands.json
29
30
- name: upload compile_commands.json
0 commit comments