Skip to content

Commit

Permalink
Test CI with unified apt source format
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Jun 20, 2024
1 parent 0ca583b commit 903ec30
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ RUN mkdir llvm-project.src && \

# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
git clone --depth 1 --branch feature/build-rootfs-freestanding --single-branch https://github.com/am11/arcade /scripts
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ RUN mkdir llvm-project.src && \

# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
git clone --depth 1 --branch feature/build-rootfs-freestanding --single-branch https://github.com/am11/arcade /scripts
3 changes: 1 addition & 2 deletions src/cbl-mariner/2.0/crossdeps-builder/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,4 @@ RUN mkdir llvm-project.src && \

# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts

git clone --depth 1 --branch feature/build-rootfs-freestanding --single-branch https://github.com/am11/arcade /scripts
2 changes: 1 addition & 1 deletion src/raspbian/10/helix/arm32v6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG ROOTFS_DIR=/crossrootfs

# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
git clone --depth 1 --branch feature/build-rootfs-freestanding --single-branch https://github.com/am11/arcade /scripts

# Build the rootfs
RUN /scripts/eng/common/cross/build-rootfs.sh armv6 raspbian --skipunmount
Expand Down
2 changes: 1 addition & 1 deletion src/ubuntu/20.04/cross/arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG ROOTFS_DIR=/crossrootfs/arm64

# Build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
git clone --depth 1 --branch feature/build-rootfs-freestanding --single-branch https://github.com/am11/arcade /scripts
RUN /scripts/eng/common/cross/build-rootfs.sh arm64 xenial lldb3.9 --skipunmount
RUN bash -c "rm -rf $ROOTFS_DIR/*/{var/cache/apt/archives/*,var/lib/apt/lists/*,usr/share/doc,usr/share/man}"

Expand Down
2 changes: 1 addition & 1 deletion src/ubuntu/20.04/crossdeps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update \
flex \
gdb \
make \
nano \
qemu \
qemu-user-static \
rpm2cpio \
Expand All @@ -43,4 +44,3 @@ RUN apt-get update \
llvm-9 \
python-lldb-6.0 \
&& rm -rf /var/lib/apt/lists/*

4 changes: 2 additions & 2 deletions src/ubuntu/22.04/cross/arm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-crossdeps-local AS builder
ARG ROOTFS_DIR=/crossrootfs/arm

# Obtain arcade scripts used to build rootfs
# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
git clone --depth 1 --branch feature/build-rootfs-freestanding --single-branch https://github.com/am11/arcade /scripts

# Build the rootfs
RUN /scripts/eng/common/cross/build-rootfs.sh arm jammy lldb14 --skipunmount
Expand Down
2 changes: 1 addition & 1 deletion src/ubuntu/22.04/cross/arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG ROOTFS_DIR=/crossrootfs/arm64

# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
git clone --depth 1 --branch feature/build-rootfs-freestanding --single-branch https://github.com/am11/arcade /scripts

# Build the rootfs
RUN /scripts/eng/common/cross/build-rootfs.sh arm xenial lldb3.9 --skipunmount
Expand Down
2 changes: 1 addition & 1 deletion src/ubuntu/22.04/cross/armel-tizen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG ROOTFS_DIR=/crossrootfs/armel

# Obtain arcade scripts used to build rootfs
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
git clone --depth 1 --branch feature/build-rootfs-freestanding --single-branch https://github.com/am11/arcade /scripts

RUN /scripts/eng/common/cross/tizen-build-rootfs.sh armel

Expand Down

0 comments on commit 903ec30

Please sign in to comment.