Skip to content

Commit bb0a270

Browse files
authored
Merge pull request #865 from nathanchance/fix-fedora-sbat-error
2 parents c935113 + c294c02 commit bb0a270

File tree

139 files changed

+892
-608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+892
-608
lines changed

.github/workflows/5.15-clang-11.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,19 +1146,19 @@ jobs:
11461146
name: boot_utils_json_distribution_configs
11471147
- name: Check Build and Boot Logs
11481148
run: scripts/check-logs.py
1149-
_dcce07616b216e4083cf8d3583f67061:
1149+
_14dca6eb7bf7436a17f8c136e3665a9f:
11501150
runs-on: ubuntu-latest
11511151
needs:
11521152
- kick_tuxsuite_distribution_configs
11531153
- check_cache
11541154
- check_patches
1155-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=11 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1155+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=11 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
11561156
if: ${{ needs.check_cache.outputs.status != 'pass' }}
11571157
env:
11581158
ARCH: x86_64
11591159
LLVM_VERSION: 11
11601160
BOOT: 1
1161-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1161+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
11621162
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
11631163
container:
11641164
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-12.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,19 +1233,19 @@ jobs:
12331233
name: boot_utils_json_distribution_configs
12341234
- name: Check Build and Boot Logs
12351235
run: scripts/check-logs.py
1236-
_7c8ef3a6268a98f6b98b58a56bd4164e:
1236+
_fc791aa5e37007fe5866519c8d7e48dc:
12371237
runs-on: ubuntu-latest
12381238
needs:
12391239
- kick_tuxsuite_distribution_configs
12401240
- check_cache
12411241
- check_patches
1242-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1242+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
12431243
if: ${{ needs.check_cache.outputs.status != 'pass' }}
12441244
env:
12451245
ARCH: x86_64
12461246
LLVM_VERSION: 12
12471247
BOOT: 1
1248-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1248+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
12491249
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
12501250
container:
12511251
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-13.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,19 +1378,19 @@ jobs:
13781378
name: boot_utils_json_distribution_configs
13791379
- name: Check Build and Boot Logs
13801380
run: scripts/check-logs.py
1381-
_1eb07c3aa26899e71a54a11f89ca7e32:
1381+
_cbaf4a2d941fa87d72d0a91be647ed18:
13821382
runs-on: ubuntu-latest
13831383
needs:
13841384
- kick_tuxsuite_distribution_configs
13851385
- check_cache
13861386
- check_patches
1387-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1387+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
13881388
if: ${{ needs.check_cache.outputs.status != 'pass' }}
13891389
env:
13901390
ARCH: x86_64
13911391
LLVM_VERSION: 13
13921392
BOOT: 1
1393-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1393+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
13941394
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
13951395
container:
13961396
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-14.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,19 +1378,19 @@ jobs:
13781378
name: boot_utils_json_distribution_configs
13791379
- name: Check Build and Boot Logs
13801380
run: scripts/check-logs.py
1381-
_bd6bf8eb7ad8d3024a2701877fa59e3f:
1381+
_dbb9dbfbb1fe92da9aa2fdbbe6975567:
13821382
runs-on: ubuntu-latest
13831383
needs:
13841384
- kick_tuxsuite_distribution_configs
13851385
- check_cache
13861386
- check_patches
1387-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1387+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
13881388
if: ${{ needs.check_cache.outputs.status != 'pass' }}
13891389
env:
13901390
ARCH: x86_64
13911391
LLVM_VERSION: 14
13921392
BOOT: 1
1393-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1393+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
13941394
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
13951395
container:
13961396
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-15.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,19 +1407,19 @@ jobs:
14071407
name: boot_utils_json_distribution_configs
14081408
- name: Check Build and Boot Logs
14091409
run: scripts/check-logs.py
1410-
_47850a955ed08cdc1af5df3b1ebf229a:
1410+
_3c0256e51156d93996c7c6e8ed1bb308:
14111411
runs-on: ubuntu-latest
14121412
needs:
14131413
- kick_tuxsuite_distribution_configs
14141414
- check_cache
14151415
- check_patches
1416-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1416+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14171417
if: ${{ needs.check_cache.outputs.status != 'pass' }}
14181418
env:
14191419
ARCH: x86_64
14201420
LLVM_VERSION: 15
14211421
BOOT: 1
1422-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1422+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14231423
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
14241424
container:
14251425
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-16.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,19 +1407,19 @@ jobs:
14071407
name: boot_utils_json_distribution_configs
14081408
- name: Check Build and Boot Logs
14091409
run: scripts/check-logs.py
1410-
_ef44bd3ab080a7a72bef40796c22751f:
1410+
_25d57e63c02389a08a5f9a0afef49878:
14111411
runs-on: ubuntu-latest
14121412
needs:
14131413
- kick_tuxsuite_distribution_configs
14141414
- check_cache
14151415
- check_patches
1416-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1416+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14171417
if: ${{ needs.check_cache.outputs.status != 'pass' }}
14181418
env:
14191419
ARCH: x86_64
14201420
LLVM_VERSION: 16
14211421
BOOT: 1
1422-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1422+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14231423
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
14241424
container:
14251425
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-17.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,19 +1407,19 @@ jobs:
14071407
name: boot_utils_json_distribution_configs
14081408
- name: Check Build and Boot Logs
14091409
run: scripts/check-logs.py
1410-
_ec649699ae4afa91302547992ea0e87d:
1410+
_f1172e0eeb27f7aac0482e3c311f42ff:
14111411
runs-on: ubuntu-latest
14121412
needs:
14131413
- kick_tuxsuite_distribution_configs
14141414
- check_cache
14151415
- check_patches
1416-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1416+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14171417
if: ${{ needs.check_cache.outputs.status != 'pass' }}
14181418
env:
14191419
ARCH: x86_64
14201420
LLVM_VERSION: 17
14211421
BOOT: 1
1422-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1422+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14231423
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
14241424
container:
14251425
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-18.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,19 +1407,19 @@ jobs:
14071407
name: boot_utils_json_distribution_configs
14081408
- name: Check Build and Boot Logs
14091409
run: scripts/check-logs.py
1410-
_6aae47ac6cd288065811fa886be7ee78:
1410+
_2c7c0da38ccf2b88dfe3110caaeb2c45:
14111411
runs-on: ubuntu-latest
14121412
needs:
14131413
- kick_tuxsuite_distribution_configs
14141414
- check_cache
14151415
- check_patches
1416-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=18 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1416+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=18 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14171417
if: ${{ needs.check_cache.outputs.status != 'pass' }}
14181418
env:
14191419
ARCH: x86_64
14201420
LLVM_VERSION: 18
14211421
BOOT: 1
1422-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1422+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14231423
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
14241424
container:
14251425
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-19.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,19 +1407,19 @@ jobs:
14071407
name: boot_utils_json_distribution_configs
14081408
- name: Check Build and Boot Logs
14091409
run: scripts/check-logs.py
1410-
_a3a6b9302ec03e07a69a6d66d6273fd8:
1410+
_7a40cba1a9a87ba6ffb67a04146c6de0:
14111411
runs-on: ubuntu-latest
14121412
needs:
14131413
- kick_tuxsuite_distribution_configs
14141414
- check_cache
14151415
- check_patches
1416-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=19 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1416+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=19 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14171417
if: ${{ needs.check_cache.outputs.status != 'pass' }}
14181418
env:
14191419
ARCH: x86_64
14201420
LLVM_VERSION: 19
14211421
BOOT: 1
1422-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1422+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14231423
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
14241424
container:
14251425
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/5.15-clang-20.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,19 +1407,19 @@ jobs:
14071407
name: boot_utils_json_distribution_configs
14081408
- name: Check Build and Boot Logs
14091409
run: scripts/check-logs.py
1410-
_654227f877889ee8dcada510a3fb17b4:
1410+
_572a8e3698a3b54fb1d27a2ee69176f6:
14111411
runs-on: ubuntu-latest
14121412
needs:
14131413
- kick_tuxsuite_distribution_configs
14141414
- check_cache
14151415
- check_patches
1416-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=20 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1416+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=20 https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14171417
if: ${{ needs.check_cache.outputs.status != 'pass' }}
14181418
env:
14191419
ARCH: x86_64
14201420
LLVM_VERSION: 20
14211421
BOOT: 1
1422-
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config
1422+
CONFIG: https://src.fedoraproject.org/rpms/kernel/raw/rawhide/f/kernel-x86_64-fedora.config+CONFIG_EFI_SBAT_FILE=n
14231423
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
14241424
container:
14251425
image: ghcr.io/clangbuiltlinux/qemu

0 commit comments

Comments
 (0)