Install cross build prereqs for Ubuntu pipeline (#1106)

This commit is contained in:
Matt Thalman 2024-06-24 07:39:29 -05:00 коммит произвёл GitHub
Родитель 69649a0c41
Коммит 2bbad11f49
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -28,3 +28,5 @@ extends:
internalProjectName: ${{ variables.internalProjectName }}
publicProjectName: ${{ variables.publicProjectName }}
linuxAmdBuildJobTimeout: 360
customBuildInitSteps:
- template: /eng/pipelines/steps/install-cross-build-prereqs.yml@self

Просмотреть файл

@ -5,12 +5,6 @@ ARG ROOTFS_DIR=/crossrootfs/arm
RUN git config --global user.email builder@dotnet-buildtools-prereqs-docker && \
git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
RUN apt-get update \
&& apt-get install -y \
qemu \
qemu-user-static \
&& rm -rf /var/lib/apt/lists/*
# Build the rootfs
RUN /scripts/eng/common/cross/build-rootfs.sh arm jammy lldb14 --skipunmount