Skip to content

Commit

Permalink
rm .cmd cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Trass3r authored Jul 7, 2024
1 parent 4fdc8e0 commit e7e33dc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
with:
max-size: 1G
verbose: 2
- name: Cache special kernel build files
uses: actions/cache@v4
with:
path: '**/*.cmd'
key: build-files
- name: build
env:
CCACHE_BASEDIR: ${{ github.workspace }}
Expand All @@ -41,7 +36,7 @@ jobs:
run: |
set -eux
cp arch/x86/configs/config-wsl .config
./scripts/config -d XFS_FS -d NFS_FS -d NFSD -d BTRFS_FS -d F2FS_FS -d UFS_FS
./scripts/config -d XFS_FS -d NFS_FS -d NFSD -d BTRFS_FS -d F2FS_FS -d UFS_FS -d CRAMFS
./scripts/config -d SUNRPC -d X86_X32 -d X86_16BIT -e CPU_FREQ -e CPU_FREQ_STAT -e CPU_FREQ_GOV_USERSPACE -e CPU_FREQ_GOV_ONDEMAND -e X86_INTEL_PSTATE -e SCHED_MC_PRIO -e PROFILING -e PERF_EVENTS_INTEL_UNCORE -e PERF_EVENTS_INTEL_RAPL -e PERF_EVENTS_INTEL_CSTATE -e ENERGY_MODEL -e INTEL_IDLE -e MODULE_COMPRESS_LZ4 -e KERNEL_LZ4 -e BPF_JIT -e OPROFILE -e OPROFILE_EVENT_MULTIPLEX
./scripts/config -d CPU_MITIGATIONS -d SPECULATION_MITIGATIONS -d NETFILTER
# disable drivers not needed in WSL, MD is RAID, WLAN is obsolete
Expand Down

0 comments on commit e7e33dc

Please sign in to comment.