Skip to content

Commit 868ce90

Browse files
committed
remove dependency
2 parents f63d3c2 + 00a5ab6 commit 868ce90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docker/image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apt-get update && \
3939
apt-get install --no-install-recommends --yes \
4040
binutils-multiarch \
4141
clang-$llvm_version \
42-
file \
42+
cpio \
4343
gawk \
4444
git \
4545
jq \

dotnet-prepare

+4
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ function prepare_runtime {
108108
backport 51bf70e94b0c "../runtime-patches/Fix-cmakeargs-in-coreclr-proj.patch 7d562f9d2a42 2811e7c7551c"
109109
# https://github.com/dotnet/runtime/pull/93875
110110
backport 1c80769c0d6e "dc944d57c4f4 3cd64558e864"
111+
# https://github.com/dotnet/runtime/pull/107559
112+
backport ab28e0a0c263 4930e1b44027
113+
# https://github.com/dotnet/runtime/pull/110985
114+
backport a5eced487f63 1613dd360914
111115

112116
if [ -s ../runtime-patches/series ]; then
113117
rm -rf .pc

0 commit comments

Comments
 (0)