Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Dummy change to retrigger the new arch build" #1310

Merged
merged 3 commits into from
Jan 6, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
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

Expand Down
2 changes: 0 additions & 2 deletions src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ 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
Loading