Skip to content

Commit

Permalink
remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
saitama951 committed Jan 6, 2025
2 parents f63d3c2 + 00a5ab6 commit 868ce90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apt-get update && \
apt-get install --no-install-recommends --yes \
binutils-multiarch \
clang-$llvm_version \
file \
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 868ce90

Please sign in to comment.