From 3e100c3a871bd2a1040965dd4846f340100f7451 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:53:59 +0200 Subject: [PATCH 1/3] Dummy change to retrigger the new arch build --- src/azurelinux/3.0/net10.0/crossdeps-llvm/amd64/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/azurelinux/3.0/net10.0/crossdeps-llvm/amd64/Dockerfile b/src/azurelinux/3.0/net10.0/crossdeps-llvm/amd64/Dockerfile index cabb8adad..51d0cc95a 100644 --- a/src/azurelinux/3.0/net10.0/crossdeps-llvm/amd64/Dockerfile +++ b/src/azurelinux/3.0/net10.0/crossdeps-llvm/amd64/Dockerfile @@ -2,5 +2,6 @@ FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-crossdep FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-crossdeps-amd64 +# dummy change to retrigger the build for new architecture added in crossdeps-builder # Install LLVM that we built from source COPY --from=builder /usr/local /usr/local From 199ba6703e28fee6502fb225c62e50d72672d358 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:55:26 +0200 Subject: [PATCH 2/3] . --- src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile b/src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile index 09625fd62..fa954a3c1 100644 --- a/src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile +++ b/src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile @@ -1,5 +1,7 @@ ARG ROOTFS_DIR=/crossrootfs/loongarch64 +# dummy change to retrigger build + FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-crossdeps-builder-amd64 AS builder ARG ROOTFS_DIR From bcd57780b04c70d753d66901b05c3f9cb87e03c2 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:55:42 +0200 Subject: [PATCH 3/3] . --- src/azurelinux/3.0/net10.0/cross/loongarch64-musl/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/azurelinux/3.0/net10.0/cross/loongarch64-musl/Dockerfile b/src/azurelinux/3.0/net10.0/cross/loongarch64-musl/Dockerfile index 0b07531fb..df14f5e1e 100644 --- a/src/azurelinux/3.0/net10.0/cross/loongarch64-musl/Dockerfile +++ b/src/azurelinux/3.0/net10.0/cross/loongarch64-musl/Dockerfile @@ -1,5 +1,7 @@ ARG ROOTFS_DIR=/crossrootfs/loongarch64 +# dummy change to retrigger build + FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-crossdeps-builder-amd64 AS builder ARG ROOTFS_DIR