Skip to content

Commit

Permalink
add dependency and backport commits
Browse files Browse the repository at this point in the history
backport fixes
dotnet/runtime#110985
dotnet/runtime#107559

add mandatory dependency in DockerFile
dotnet/runtime#109681
dotnet/arcade#15233
  • Loading branch information
saitama951 committed Jan 2, 2025
1 parent 5e1e2e1 commit 5ae4511
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update && \
apt-get install --no-install-recommends --yes \
binutils-multiarch \
clang-$llvm_version \
cpio \
gawk \
git \
jq \
Expand Down
4 changes: 4 additions & 0 deletions dotnet-prepare
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ function prepare_runtime {
backport 51bf70e94b0c "../runtime-patches/Fix-cmakeargs-in-coreclr-proj.patch 7d562f9d2a42 2811e7c7551c"
# https://github.com/dotnet/runtime/pull/93875
backport 1c80769c0d6e "dc944d57c4f4 3cd64558e864"
# https://github.com/dotnet/runtime/pull/107559
backport ab28e0a0c263 4930e1b44027
# https://github.com/dotnet/runtime/pull/110985
backport a5eced487f63 1613dd360914

if [ -s ../runtime-patches/series ]; then
rm -rf .pc
Expand Down

0 comments on commit 5ae4511

Please sign in to comment.