Skip to content

Commit 9344172

Browse files
committed
project.conf: Add x86_64_v3 option and enable it by default
1 parent 866b18b commit 9344172

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Build OCI image with BuildStream
160160
env:
161-
BST_FLAGS: --no-interactive --config /src/buildstream-ci.conf
161+
BST_FLAGS: -o x86_64_v3 true --no-interactive --config /src/buildstream-ci.conf
162162
run: |
163163
just bst build oci/bluefin.bst
164164
timeout-minutes: 120
@@ -173,7 +173,7 @@ jobs:
173173
- name: Export OCI image from BuildStream
174174
id: export
175175
env:
176-
BST_FLAGS: --no-interactive --config /src/buildstream-ci.conf
176+
BST_FLAGS: -o x86_64_v3 true --no-interactive --config /src/buildstream-ci.conf
177177
BUILD_IMAGE_NAME: ${{ env.IMAGE_NAME }}
178178
OCI_IMAGE_CREATED: ${{ steps.timestamp.outputs.created }}
179179
OCI_IMAGE_REVISION: ${{ github.sha }}

project.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ options:
2121
- aarch64
2222
- x86_64
2323
- riscv64
24+
x86_64_v3:
25+
type: bool
26+
description: Enable x86_64-v3
27+
default: false
2428

2529
sandbox:
2630
build-arch: "%{arch}"

0 commit comments

Comments
 (0)