You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just install k8s and use ./pre-build.sh && docker-compose -f ./composes/ownnet.yaml up on mac m1 with desktop docker app
Actual result
crashed with => ERROR [stage-2 4/7] RUN patch -f CMake/FindMHD.cmake /tmp/FindMHD.cmake.patch
Expected result
finished successfully
Suggested Severity
Low
Device
Desktop (please complete the following information):
OS: macos m1
Additional Context
if someone will have an issue with ERROR [stage-2 4/7] RUN patch -f CMake/FindMHD.cmake /tmp/FindMHD.cmake.patch
then you can add flag -R in ton-compile-source/Dockerfile on line 31
so, it will looks like this RUN patch -R CMake/FindMHD.cmake /tmp/FindMHD.cmake.patch
it helped me, i spend ~30mins to find issue and fix it. it might help someone
The text was updated successfully, but these errors were encountered:
Bug Type
Functional
Reproduction steps
just install k8s and use
./pre-build.sh && docker-compose -f ./composes/ownnet.yaml up
on mac m1 with desktop docker appActual result
crashed with
=> ERROR [stage-2 4/7] RUN patch -f CMake/FindMHD.cmake /tmp/FindMHD.cmake.patch
Expected result
finished successfully
Suggested Severity
Low
Device
Desktop (please complete the following information):
Additional Context
if someone will have an issue with
ERROR [stage-2 4/7] RUN patch -f CMake/FindMHD.cmake /tmp/FindMHD.cmake.patch
then you can add flag -R in
ton-compile-source/Dockerfile
on line 31so, it will looks like this
RUN patch -R CMake/FindMHD.cmake /tmp/FindMHD.cmake.patch
it helped me, i spend ~30mins to find issue and fix it. it might help someone
The text was updated successfully, but these errors were encountered: