Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ extends:
parameters:
containers:
azureLinux30Amd64:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net11.0-build-amd64
# Cross-compilation prereq image (clang + /crossrootfs/arm64 sysroot) used by the Linux arm64
# AoT leg. NativeAOT cross-links dotnet-aot for linux-arm64 from an x64 host; the container
# provides the native toolchain + sysroot and sets ROOTFS_DIR, and the leg passes
# /p:CrossBuild=true so ILC emits --sysroot/--target.
azureLinuxCrossArm64:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net11.0-cross-arm64
env:
ROOTFS_DIR: /crossrootfs/arm64

Expand Down
4 changes: 2 additions & 2 deletions .vsts-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ variables:
resources:
containers:
- container: azureLinux30Amd64
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net11.0-build-amd64
# Cross-compilation prereq image (clang + /crossrootfs/arm64 sysroot) used by the Linux arm64
# AoT leg. NativeAOT cross-links dotnet-aot for linux-arm64 from an x64 host; the container
# provides the native toolchain + sysroot and sets ROOTFS_DIR, and the leg passes
# /p:CrossBuild=true so ILC emits --sysroot/--target.
- container: azureLinuxCrossArm64
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net11.0-cross-arm64
env:
ROOTFS_DIR: /crossrootfs/arm64

Expand Down
Loading