Skip to content

Commit 59ba5ce

Browse files
authored
Merge pull request ClangBuiltLinux#684 from nathanchance/fix-chromeos-fragments-x86
Fix ChromeOS x86_64 configurations
2 parents fff0504 + 3afae58 commit 59ba5ce

File tree

57 files changed

+113
-113
lines changed

Some content is hidden

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

57 files changed

+113
-113
lines changed

.github/workflows/chromeos-5.10-clang-12.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_131cfb520cd1e8f563fc59232db16422:
109+
_e3d7337b5c93aea56059593025c7468b:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 12
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/chromeos-5.10-clang-13.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_fc424a46dad91bc66f3f86d135f8af11:
109+
_b038b787a3191abfa14f94cd5080886c:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 13
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/chromeos-5.10-clang-14.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_9e03668c5b3338c9682b2b878a07c95b:
109+
_ae5adf681ecc89bfa13b621c928ee048:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 14
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/chromeos-5.10-clang-15.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_a56c30895b9968505227e3e7fb1a747e:
109+
_82c202bbc382614c56a298c47218ab57:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 15
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/chromeos-5.10-clang-16.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_f4b5735ed34b157b0bdaab7bb7be54d0:
109+
_e6457d3f8d682c9d5c0b058734f0b0ba:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 16
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/chromeos-5.10-clang-17.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_7b2465900a113fc27ea8e9c2d030af14:
109+
_6752cd5728cd0f3b0592fbe5b3e11e5d:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 17
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

.github/workflows/chromeos-5.10-clang-19.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_f59c8579da6e4c4f3c2c717d015d065b:
109+
_00353bd08a5cd70140cad5e28803cb0a:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=19 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=19 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 19
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_131cfb520cd1e8f563fc59232db16422:
109+
_e3d7337b5c93aea56059593025c7468b:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 12
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_fc424a46dad91bc66f3f86d135f8af11:
109+
_b038b787a3191abfa14f94cd5080886c:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 13
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_9e03668c5b3338c9682b2b878a07c95b:
109+
_ae5adf681ecc89bfa13b621c928ee048:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 14
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_a56c30895b9968505227e3e7fb1a747e:
109+
_82c202bbc382614c56a298c47218ab57:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=15 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 15
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_f4b5735ed34b157b0bdaab7bb7be54d0:
109+
_e6457d3f8d682c9d5c0b058734f0b0ba:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=16 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 16
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_7b2465900a113fc27ea8e9c2d030af14:
109+
_6752cd5728cd0f3b0592fbe5b3e11e5d:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=17 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 17
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@ jobs:
106106
name: boot_utils_json_defconfigs
107107
- name: Check Build and Boot Logs
108108
run: ./check_logs.py
109-
_f59c8579da6e4c4f3c2c717d015d065b:
109+
_00353bd08a5cd70140cad5e28803cb0a:
110110
runs-on: ubuntu-latest
111111
needs:
112112
- kick_tuxsuite_defconfigs
113113
- check_cache
114-
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=19 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
114+
name: ARCH=x86_64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=19 chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
115115
if: ${{ needs.check_cache.outputs.status != 'pass' }}
116116
env:
117117
ARCH: x86_64
118118
LLVM_VERSION: 19
119119
BOOT: 1
120-
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
120+
CONFIG: chromeos/config/chromeos/base.config+chromeos/config/chromeos/x86_64/common.config+chromeos/config/chromeos/x86_64/chromiumos-x86_64-generic.flavour.config+CONFIG_SECURITY_CHROMIUMOS=n
121121
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
122122
container:
123123
image: ghcr.io/clangbuiltlinux/qemu

0 commit comments

Comments
 (0)