From 8327d79130ac23e9069a6c2be3aa676b792ac762 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Wed, 29 Mar 2023 03:06:51 +0000 Subject: [PATCH] Ensure qemu-user-static is available This allows running arm64 binaries in the chroot on the x64 host. --- eng/pipelines/dotnet-buildtools-prereqs-mariner-pr.yml | 2 ++ eng/pipelines/dotnet-buildtools-prereqs-mariner.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/eng/pipelines/dotnet-buildtools-prereqs-mariner-pr.yml b/eng/pipelines/dotnet-buildtools-prereqs-mariner-pr.yml index cf809df33..f86edb835 100644 --- a/eng/pipelines/dotnet-buildtools-prereqs-mariner-pr.yml +++ b/eng/pipelines/dotnet-buildtools-prereqs-mariner-pr.yml @@ -25,3 +25,5 @@ stages: internalProjectName: ${{ variables.internalProjectName }} publicProjectName: ${{ variables.publicProjectName }} linuxAmdBuildJobTimeout: 360 + customBuildInitSteps: + - template: /eng/pipelines/steps/install-cross-build-prereqs.yml diff --git a/eng/pipelines/dotnet-buildtools-prereqs-mariner.yml b/eng/pipelines/dotnet-buildtools-prereqs-mariner.yml index e8b2178c3..480468014 100644 --- a/eng/pipelines/dotnet-buildtools-prereqs-mariner.yml +++ b/eng/pipelines/dotnet-buildtools-prereqs-mariner.yml @@ -25,3 +25,5 @@ stages: internalProjectName: ${{ variables.internalProjectName }} publicProjectName: ${{ variables.publicProjectName }} linuxAmdBuildJobTimeout: 360 + customBuildInitSteps: + - template: /eng/pipelines/steps/install-cross-build-prereqs.yml