Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dependency and backport commits #42

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading