Skip to content

Commit

Permalink
CI/CD: Fix clang build to use included .config
Browse files Browse the repository at this point in the history
  • Loading branch information
vsrinivas committed Aug 31, 2023
1 parent 254481f commit 3e05ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- name: make mrproper
run: make mrproper
- name: config
run: wget https://raw.githubusercontent.com/vsrinivas/kvm-misc/master/.config -O .config
run: cp .github/workflows/.config .config
- name: make
run: make CC="ccache clang" -j`nproc` && make CC="ccache clang" M=arch/x86/kvm modules && make CC="ccache clang" M=arch/x86/kvm modules X=b

0 comments on commit 3e05ec5

Please sign in to comment.