Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 4407f23

Browse files
dianpopaalxiord
authored andcommitted
arm: adjust buildkite pipeline
Enable build with the v4.14 bindings and `fam-wrappers` feature on arm. Signed-off-by: Diana Popa <dpopa@amazon.com>
1 parent 595a21c commit 4407f23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ steps:
3535

3636
- label: "build-v4.14-arm"
3737
commands:
38+
- cargo build --release --features=fam-wrappers,kvm-v4_14_0
39+
- cargo build --release --features=fam-wrappers,kvm-v4_14_0 --target aarch64-unknown-linux-musl
3840
- cargo build --release --features=kvm-v4_14_0
3941
- cargo build --release --features=kvm-v4_14_0 --target aarch64-unknown-linux-musl
4042
retry:

0 commit comments

Comments
 (0)