sigp/lighthouse-docker

Makefile:7: recipe for target 'repo' failed

Closed this issue · 3 comments

To reproduce, I checked out this repo and ran make.

Successfully built 359ec2a8b7d1
Successfully tagged lighthouse-builder:latest
docker run --mount type=bind,source="/tmp/lighthouse-docker"/lighthouse/repo,target=/root/lighthouse --mount type=bind,source="/tmp/lighthouse-docker"/lighthouse/cargo-cache,target=/root/.cargo lighthouse-builder
error: could not find `Cargo.toml` in `/root/lighthouse` or any parent directory
Makefile:7: recipe for target 'repo' failed
make: *** [repo] Error 101

@prestonvanloon I ran into this as well, I setup changes in PR #3 .
Can you try the submodule cmd: git submodule update --init then do the make step?
I'm hoping you had the same issue :)

@TrevorJTClarke That's probably my issue. I jumped to To start the enviroment, run and thought it would just work. I'll give it another try later.

Looks like the Makefile has been removed in fb54801, so I think issues can be closed now.