-
Notifications
You must be signed in to change notification settings - Fork 631
build cardano-sl accur error #4234
Comments
The same issue, /cardano-sl-3.0.3$ nix-build -A cardano-sl-node-static --out-link master nix-build -A cardano-sl-node --out-link master |
same issue ! can any one hellp ! |
Same issue on Ubuntu 18.04 when trying to build using stack only. stack.yaml does seem to exist in my top level dir |
Nowhere near enough information here. What git tag/branch/hash are you on? What command are you running? |
Try building with stack 1.9.3. Remove stack if you already installed it
sudo apt-get update wget -O stack.sh https://get.haskellstack.org/ Replace STACK_VERSION="2.1.3" to STACK_VERSION="1.9.3" ./stack.sh git clone https://github.com/input-output-hk/cardano-sl.git cardano-node will be installed to ./.stack-work/install/x86_64-linux/lts-12.26/8.4.4/bin/ |
when i nix-build -A cardano-node --out-link master
error: attribute 'cardano-node' in selection path 'cardano-node' not found
how i resolve this error?
The text was updated successfully, but these errors were encountered: