Commit c422391
committed
get-linux-source: always do git fetch
Recently proof-of-work proxy was rolled out for git.kernel.org, which
prevents wget of the bpf-next snapshots.
This lead to failures of get-linux-source action:
* https://github.com/kernel-patches/vmtest/actions/runs/14313967784/job/40115985369
* https://github.com/libbpf/libbpf/actions/runs/14316467048/job/40123652831
Simplify the download script to always run git init + git fetch
sequence.
[1] https://social.kernel.org/notice/AsgziNL6zgmdbta3lY
Signed-off-by: Ihor Solodrai <[email protected]>1 parent c450b5d commit c422391
File tree
2 files changed
+10
-57
lines changed- .github/workflows
- get-linux-source
2 files changed
+10
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
15 | 10 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 11 | | |
29 | 12 | | |
30 | | - | |
| 13 | + | |
31 | 14 | | |
32 | 15 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 16 | + | |
| 17 | + | |
69 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments