Closed ErwinHaasnoot closed 4 years ago
Oh, thank you, that was a very useful and I used your trick to fix it! Check out dd9654af6e380a77e9ff8dfe4ec72b6da90edb40 it should now build, even on Docker Hub :) Thanks again, I hope this closes it. Please re-open in case it doesn't.
Also, we are very much looking forward to fixes and upgrades, so in case you have anything to contribute, just create a pull request, we are happy to merge it in :) Thanks again,
Mate
Wow, very quick response! I can confirm it works. Thanks a lot! We should be good now for the coming 10 years :)
I'm afraid I'm not yet at the level where I can make improvements to the bosphorus core, but I will keep a lookout for contributions I can make to the periphery of e.g. the docker build process.
Hi!
I've been dabbling in SAT solving recently and came across this great tool. Unfortunately, my first attempt at building the docker image failed.
This is due to ubuntu 19.04 no longer being supported by Canonical.
https://ubuntu.com/about/release-cycle
Fortunately, the build seems to work fine on Ubuntu
19.10
. Ideally however the image would be upgraded to an LTS version of ubuntu (20.04), as 19.10 is slated for deprecation in 6 months with the release of Ubuntu20.10
.Moving the image to Ubuntu 20.04 is proving difficult. First off, it fails early in the build process due to tzdata now requiring a dialog. This is remedied by adding the following line near the top of the Dockerfile
ENV DEBIAN_FRONTEND=noninteractive
However, Cryptominisat is failing to build after that:
I tried upgrading cryptominisat to 5.6.8
but this brings up a slightly different error.
I would love to help out here, but I am not very familiar with this type of buildchain and it seems like an easily correctable issue by someone who is more knowledgeable about the project.
If I can be of any more assistance here please let me know!
All the best