Skip to content

Commit d691666

Browse files
committed
Reduce the number of compiled kernels (insufficient log space)
1 parent a994abb commit d691666

5 files changed

Lines changed: 7 additions & 3 deletions

.github/workflows/compile-beta-general-kernel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ on:
7979
- gcc-12.3
8080
- gcc-13.2
8181
- gcc-13.3
82+
- gcc-14.2
8283
compress_format:
8384
description: "Set the initrd compression format"
8485
required: false

.github/workflows/compile-release-general-kernel.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ on:
3030
- 6.1.y
3131
- 6.6.y
3232
- 6.12.y
33-
- 5.4.y_5.10.y
34-
- 5.15.y_6.1.y
35-
- 6.6.y_6.12.y
3633
kernel_auto:
3734
description: "Auto use the latest kernel"
3835
required: false
@@ -69,6 +66,7 @@ on:
6966
- gcc-12.3
7067
- gcc-13.2
7168
- gcc-13.3
69+
- gcc-14.2
7270
compress_format:
7371
description: "Set the initrd compression format"
7472
required: false

.github/workflows/compile-release-h6-kernel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ on:
6161
- gcc-12.3
6262
- gcc-13.2
6363
- gcc-13.3
64+
- gcc-14.2
6465
compress_format:
6566
description: "Set the initrd compression format"
6667
required: false

.github/workflows/compile-release-rk3588-kernel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ on:
5858
default: "gcc"
5959
type: choice
6060
options:
61+
- clang
6162
- gcc
6263
- gcc-11.3
6364
- gcc-12.2
6465
- gcc-12.3
6566
- gcc-13.2
6667
- gcc-13.3
68+
- gcc-14.2
6769
compress_format:
6870
description: "Set the initrd compression format"
6971
required: false

.github/workflows/compile-release-rk35xx-kernel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ on:
5858
default: "gcc"
5959
type: choice
6060
options:
61+
- clang
6162
- gcc
6263
- gcc-11.3
6364
- gcc-12.2
6465
- gcc-12.3
6566
- gcc-13.2
6667
- gcc-13.3
68+
- gcc-14.2
6769
compress_format:
6870
description: "Set the initrd compression format"
6971
required: false

0 commit comments

Comments
 (0)