File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN apt-get update && \
39
39
apt-get install --no-install-recommends --yes \
40
40
binutils-multiarch \
41
41
clang-$llvm_version \
42
- file \
42
+ cpio \
43
43
gawk \
44
44
git \
45
45
jq \
Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ function prepare_runtime {
108
108
backport 51bf70e94b0c " ../runtime-patches/Fix-cmakeargs-in-coreclr-proj.patch 7d562f9d2a42 2811e7c7551c"
109
109
# https://github.com/dotnet/runtime/pull/93875
110
110
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
111
115
112
116
if [ -s ../runtime-patches/series ]; then
113
117
rm -rf .pc
You can’t perform that action at this time.
0 commit comments