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
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
- Update shell script to build docker centos
image with the new path.
- Update REAMDE.md with build instructions.
Closes [openethereum#11224](openethereum#11224)
I'm trying to build the centos docker version of Parity, based on the template in the master branch repo: https://github.com/paritytech/parity-ethereum/tree/master/scripts/docker.
The README.md seems to be outdated after move
docker
directory toscripts
directory. After run thebuild.sh
in the right directory:I got the following cmake error:
This is because the Dockerfile.build is adding from the scripts directory instead from the previous path with the parity source code.
How to fix
Update build.sh shell script replacing the old path
docker/centos
to the new onescripts/docker/centos
:Run from
parity-ethereum
directory:The text was updated successfully, but these errors were encountered: