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
Here's my error where bulding the docker image fails and quits:
These errors occur starting on line 159 of Dockerfile.linux
The original command I ran was sudo docker build --tag monero:build-env-windows --build-arg THREADS=4 --file Dockerfile.linux . as stated at line 135 in README.md
My system is Debian 12.8 and fairly new build of it.. I installed docker as per docker's website instructions, works fine. I discovered this issue's solution, unless I'm wrong pls say so:
checksum for file: https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz is: 79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848
And is expected to be: 4b2136f98bdd1f5857f1c3dea9ac2018effe65286cf251534b6ae20cc45e1847
However I did find that the same filename and version at: https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz that has checksum that is correct and sought after in the script.
I did no tests to make sure they were indeed exact same files, I simply swapped the URLS and reran the docker build. Hope I helped cuz I have never posted an issue on github before 🥳 🌴 🎈
The text was updated successfully, but these errors were encountered:
Here's my error where bulding the docker image fails and quits:
sudo docker build --tag monero:build-env-windows --build-arg THREADS=4 --file Dockerfile.linux .
as stated at line 135 in README.mdMy system is Debian 12.8 and fairly new build of it.. I installed docker as per docker's website instructions, works fine. I discovered this issue's solution, unless I'm wrong pls say so:
checksum for file:
https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz
is:79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848
And is expected to be:
4b2136f98bdd1f5857f1c3dea9ac2018effe65286cf251534b6ae20cc45e1847
However I did find that the same filename and version at:
https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz
that has checksum that is correct and sought after in the script.I did no tests to make sure they were indeed exact same files, I simply swapped the URLS and reran the docker build. Hope I helped cuz I have never posted an issue on github before 🥳 🌴 🎈
The text was updated successfully, but these errors were encountered: