summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2025-12-18 15:16:07 +0100
committerSimon Rettberg2025-12-18 15:16:07 +0100
commit4a4c8c5d84bb5496939be0d7dc446ccb2daa46d2 (patch)
treefe73087e5ffdc2e1d01e4c7b131a946333fb7e06
parent[KERNEL] Fix build on RHEL 9.7 & 10.1 (diff)
downloaddnbd3-4a4c8c5d84bb5496939be0d7dc446ccb2daa46d2.tar.gz
dnbd3-4a4c8c5d84bb5496939be0d7dc446ccb2daa46d2.tar.xz
dnbd3-4a4c8c5d84bb5496939be0d7dc446ccb2daa46d2.zip
github: Use github.com/gregkh/linux instead of git.kernel.org
Hopefully faster and won't fail that often :>
-rw-r--r--.github/workflows/build-kernel-module.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-kernel-module.yml b/.github/workflows/build-kernel-module.yml
index 10fcc5b..30aa9ef 100644
--- a/.github/workflows/build-kernel-module.yml
+++ b/.github/workflows/build-kernel-module.yml
@@ -89,7 +89,7 @@ jobs:
run: git fetch --prune --unshallow
- name: Checkout Vanilla kernel version [git]
if: matrix.config.kernel-type == 'vanilla'
- run: git clone --depth 1 --branch "linux-${{ matrix.config.kernel-version }}" "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git" "../kernel"
+ run: git clone --depth 1 --branch "linux-${{ matrix.config.kernel-version }}" "https://github.com/gregkh/linux.git" "../kernel"
- name: Checkout CentOS kernel version [rpm]
if: matrix.config.kernel-type == 'centos-rpm'
run: |