input-output-hk / project-icarus-importer

Icarus, a reference implementation for a lightweight wallet developed by the IOHK Engineering Team.
Other
13 stars 10 forks source link

build from release artifacts don't work #12

Open ksemaev opened 5 years ago

ksemaev commented 5 years ago

When trying to build from release artifacts, like: wget -O- https://github.com/input-output-hk/project-icarus-importer/archive/poc-4-1.0.0.tar.gz | tar xz cd project-icarus-importer-poc-4-1.0.0 nix-build . -A connectScripts.mainnetBlockchainImporter -o importer-bin

You receive:


'/nix/store/4iv6n7fvzxydbgmsa8ldxnfxlnk8f69g-nixpkgs' -> '/nix/store/6ccazg7v1wlkj6s1x45crfvzsm6a0k0g-source'
error: getting attributes of path '/icarus/.git': No such file or directory```

So it is requiring `git clone`, but what's the point of releases than?