Skip to content

Commit

Permalink
remove kvmx64
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed May 1, 2024
1 parent dadda1e commit 0ece27e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lkms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
# - version: 6.2
# platform: grantley
# # checkout 6.2.4
# - version: 6.2
# platform: kvmx64
## - version: 6.2
## platform: kvmx64
# # checkout 6.2.4
# - version: 6.2
# platform: purley
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
platform: geminilake
# - version: 7.1
# platform: grantley
- version: 7.1
platform: kvmx64
## - version: 7.1
## platform: kvmx64
- version: 7.1
platform: purley
- version: 7.1
Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
platform: geminilake
# - version: 7.2
# platform: grantley
- version: 7.2
platform: kvmx64
## - version: 7.2
## platform: kvmx64
- version: 7.2
platform: purley
- version: 7.2
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
# - version: 6.2
# platform: grantley
# # checkout 6.2.4
# - version: 6.2
# platform: kvmx64
## - version: 6.2
## platform: kvmx64
# # checkout 6.2.4
# - version: 6.2
# platform: purley
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
platform: geminilake
# - version: 7.1
# platform: grantley
- version: 7.1
platform: kvmx64
## - version: 7.1
## platform: kvmx64
- version: 7.1
platform: purley
- version: 7.1
Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
platform: geminilake
# - version: 7.2
# platform: grantley
- version: 7.2
platform: kvmx64
## - version: 7.2
## platform: kvmx64
- version: 7.2
platform: purley
- version: 7.2
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
fi
echo "copy official modules"
IU="apollolake braswell broadwell broadwellnk broadwellnkv2 broadwellntbap bromolow denverton geminilake grantley kvmx64 purley"
IU="apollolake braswell broadwell broadwellnk broadwellnkv2 broadwellntbap bromolow denverton geminilake grantley purley"
AU="epyc7002 r1000 v1000"
OM=(cpufreq_performance.ko i915.ko processor.ko vfio.ko exfat.ko ehci-hcd.ko ehci-pci.ko uhci-hcd.ko xhci-hcd.ko xhci-pci.ko etxhci-hcd.ko)
echo "epyc7002" | grep -qw "${PLATFORM}" || OM+=(mlx_compat.ko mlx4_core.ko mlx4_en.ko mlx4_ib.ko mlx5_core.ko mlx5_ib.ko ib_core.ko qedr.ko)
Expand Down

0 comments on commit 0ece27e

Please sign in to comment.