Y2038 support: Target Ubuntu 22.04 in arm build image (#1037)
This commit is contained in:
Родитель
1390eea3cb
Коммит
66355fdbae
|
@ -1,7 +1,9 @@
|
|||
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-crossdeps-builder-net9.0-local AS builder
|
||||
ARG ROOTFS_DIR=/crossrootfs/arm
|
||||
|
||||
RUN /scripts/eng/common/cross/build-rootfs.sh arm xenial --skipunmount
|
||||
# The arm rootfs targets Ubuntu 22.04, which is the first version with a
|
||||
# glibc that supports 64-bit time_t. See https://github.com/dotnet/core/discussions/9285.
|
||||
RUN /scripts/eng/common/cross/build-rootfs.sh arm jammy no-lldb --skipunmount
|
||||
|
||||
# Build compiler-rt profile library for PGO instrumentation
|
||||
RUN mkdir compiler-rt_build && cd compiler-rt_build && \
|
||||
|
|
Загрузка…
Ссылка в новой задаче