This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Cross-compiling docker images broken #9750
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M0-build 🏗
Building and build system.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
I'm trying to build a new docker container of parity (stable banch) with secretstore enabled.
I just duplicated the normal Dockerfile and added the
--features secretstore
flag to enable it. https://github.com/settlemint/parity-ethereum-secretstore/commit/44921d6588299f699b3b793e8d0d1e54cb0204bdBut it does not compile due to cannot find
-ludev
(full build log: https://gist.github.com/roderik/78f8b55ed28af833e0bb0fa3204c1949 on my mac)Am I doing it wrong (or is there an official build with secretstore enabled ?)
The text was updated successfully, but these errors were encountered: