Commit 7965ba2
committed
Use github.com Linux kernel mirror in integration test
CI jobs running on github are less likely to temporarily fail when using
mirrors from github.com. The (transient?) failure seen most recently
was:
```
git clone -b v5.10 --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux_5_10
Cloning into 'linux_5_10'...
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
```
This commit seeks to address this kind of problem.1 parent 90f64fa commit 7965ba2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments