Docker build failed at 9e444ec564c509d6bd59a6a9c417cffedcf4b050
yangwao opened this issue · 3 comments
yangwao commented
drewstone commented
So the short fix is to manually edit that file option-parser.cc
and define a CMAKE_PROJECT_VERSION
at the top of the file. I think I used 1.0.3
.
For some reason this also only occurred for my on Ubuntu 18.04 nodes.
hypnotortoise commented
This is also impacting all builds via Dockerfile, because you're building on phusion/baseimage:0.11
aka Ubuntu 18.04. After changing to focal-1.0.0alpha1
, builds are once again successful without modifying the codebase.