Skip to content

Commit

Permalink
Delete EOL'd freebsd 13
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Nov 30, 2024
1 parent c2090d3 commit 4a6e7df
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 61 deletions.
1 change: 1 addition & 0 deletions g/Editor-NET
Submodule Editor-NET added at 6f015c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN tdnf install -y \
# so the FreeBSD bootstrap can find it. See https://github.com/microsoft/azurelinux/issues/9217
ln -s /usr/lib/liblzma.so.5 /usr/lib/liblzma.so

RUN /scripts/eng/common/cross/build-rootfs.sh freebsd13 x64
RUN /scripts/eng/common/cross/build-rootfs.sh freebsd14 x64

FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-crossdeps-llvm-amd64
ARG ROOTFS_DIR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN tdnf install -y \
# so the FreeBSD bootstrap can find it. See https://github.com/microsoft/azurelinux/issues/9217
ln -s /usr/lib/liblzma.so.5 /usr/lib/liblzma.so

RUN /scripts/eng/common/cross/build-rootfs.sh freebsd13 x64
RUN /scripts/eng/common/cross/build-rootfs.sh freebsd14 x64

FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-crossdeps-llvm-amd64
ARG ROOTFS_DIR
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-crossdeps-builder-net9.0-local AS builder
ARG ROOTFS_DIR=/crossrootfs/x64

FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-crossdeps-builder-amd64 AS builder
ARG ROOTFS_DIR

# Install packages needed by the FreeBSD bootstrap scripts
RUN tdnf install -y \
awk \
Expand All @@ -11,9 +9,9 @@ RUN tdnf install -y \
# so the FreeBSD bootstrap can find it. See https://github.com/microsoft/azurelinux/issues/9217
ln -s /usr/lib/liblzma.so.5 /usr/lib/liblzma.so

RUN /scripts/eng/common/cross/build-rootfs.sh freebsd13 x64
RUN /scripts/eng/common/cross/build-rootfs.sh freebsd14 x64

FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-crossdeps-llvm-amd64
ARG ROOTFS_DIR
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-crossdeps-llvm-net9.0-local
ARG ROOTFS_DIR=/crossrootfs/x64

COPY --from=builder "$ROOTFS_DIR" "$ROOTFS_DIR"
14 changes: 7 additions & 7 deletions src/azurelinux/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,24 +447,24 @@
{
"platforms": [
{
"dockerfile": "src/azurelinux/3.0/net8.0/cross/freebsd/13/amd64",
"dockerfile": "src/azurelinux/3.0/net8.0/cross/freebsd/14/amd64",
"os": "linux",
"osVersion": "azurelinux3.0",
"tags": {
"azurelinux-3.0-net8.0-cross-freebsd-13-amd64": {}
"azurelinux-3.0-net8.0-cross-freebsd-14-amd64": {}
}
}
]
},
{
"platforms": [
{
"dockerfile": "src/azurelinux/3.0/net9.0/cross/freebsd/13/amd64",
"dockerfile": "src/azurelinux/3.0/net9.0/cross/freebsd/14/amd64",
"os": "linux",
"osVersion": "azurelinux3.0",
"tags": {
"azurelinux-3.0-net9.0-cross-freebsd-13": {},
"azurelinux-3.0-net9.0-cross-freebsd-13-amd64": {}
"azurelinux-3.0-net9.0-cross-freebsd-14": {},
"azurelinux-3.0-net9.0-cross-freebsd-14-amd64": {}
}
}
]
Expand Down Expand Up @@ -773,11 +773,11 @@
{
"platforms": [
{
"dockerfile": "src/azurelinux/3.0/net10.0/cross/freebsd/13/amd64",
"dockerfile": "src/azurelinux/3.0/net10.0/cross/freebsd/14/amd64",
"os": "linux",
"osVersion": "azurelinux3.0",
"tags": {
"azurelinux-3.0-net10.0-cross-freebsd-13-amd64": {}
"azurelinux-3.0-net10.0-cross-freebsd-14-amd64": {}
}
}
]
Expand Down
11 changes: 0 additions & 11 deletions src/cbl-mariner/2.0/cross/freebsd/13/amd64/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions src/cbl-mariner/2.0/cross/freebsd/13/arm64/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions src/cbl-mariner/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,30 +365,6 @@
}
]
},
{
"platforms": [
{
"dockerfile": "src/cbl-mariner/2.0/cross/freebsd/13/amd64",
"os": "linux",
"osVersion": "cbl-mariner2.0",
"tags": {
"cbl-mariner-2.0-cross-amd64-freebsd-13": {}
}
}
]
},
{
"platforms": [
{
"dockerfile": "src/cbl-mariner/2.0/cross/freebsd/13/arm64",
"os": "linux",
"osVersion": "cbl-mariner2.0",
"tags": {
"cbl-mariner-2.0-cross-arm64-freebsd-13": {}
}
}
]
},
{
"platforms": [
{
Expand Down

0 comments on commit 4a6e7df

Please sign in to comment.