Skip to content

Commit 0a62ede

Browse files
authored
Update c-cpp.yml
1 parent 3f5d9b1 commit 0a62ede

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ jobs:
1919
sudo apt install -y bison flex libelf-dev
2020
- name: configure
2121
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
22+
#curl -o .config https://raw.githubusercontent.com/elrepo/kernel/refs/heads/main/kernel-ml/el10/config-6.16.8-x86_64
23+
make defconfig
2424
- name: make
2525
run: |
26-
make -j $(nproc)
27-
./scripts/clang-tools/gen_compile_commands.py
26+
make -j $(nproc) compile_commands.json
2827
sed -i 's|/home/runner/work/linux/linux|/Volumes/workspace/code/linux|g' ./compile_commands.json
2928
3029
- name: upload compile_commands.json

0 commit comments

Comments
 (0)