Skip to content

Commit

Permalink
Install native dependencies for non-cross build as well
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 committed Nov 30, 2024
1 parent fc12177 commit 7e09b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Backend/Sandbox/CheckedJit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN sed -i 214d src/coreclr/pal/src/misc/cgroup.cpp
RUN sed -i 666d src/coreclr/pal/src/sync/cs.cpp

RUN if [ $TARGETARCH = $BUILDARCH ]; then \
./eng/install-native-dependencies.sh && \
./build.sh clr -c Checked; \
else \
case $TARGETARCH in \
Expand Down

0 comments on commit 7e09b77

Please sign in to comment.