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
I am following the instructions of the Readme/build
git clone [email protected]:Blockstream/green_qt.git
cd green_qt
docker run -v $PWD:/ga greenaddress/ci@sha256:c9c0bfc0eef0575d5822f9308ab16ff904a8bf99946c67938dd7637d70998220 /bin/sh -c "cd /ga && ./tools/buildgreen.sh linux allsymbolsunstripped && cp /docker_bld_root/build-linux-gcc/green /ga/green"
Expected behaviour
It starts building the app in docker.
Actual behaviour
build process quits directly with the error that tools/evns.env is not found.
➜ green_qt git:(master) docker run -v $PWD:/ga greenaddress/ci@sha256:c9c0bfc0eef0575d5822f9308ab16ff904a8bf99946c67938dd7637d70998220 /bin/sh -c "cd /ga && ./tools/buildgreen.sh linux allsymbolsunstripped && cp /docker_bld_root/build-linux-gcc/green /ga/green"
./tools/buildgreen.sh: line 4: tools/envs.env: No such file or directory
Device or machine
ubuntu
The text was updated successfully, but these errors were encountered:
Description
I am trying to investigate a bug that I am experiencing with green. Therefore, I try to build the solution but fail.
Version
master: d6dd299
Steps to reproduce
I am following the instructions of the Readme/build
Expected behaviour
It starts building the app in docker.
Actual behaviour
build process quits directly with the error that tools/evns.env is not found.
Device or machine
ubuntu
The text was updated successfully, but these errors were encountered: