您现在的位置:kastop>> Kas信息 Kaspa网络>>正文内容

build rusty-kaspa error

I'm trying to build your typescript branch in your fork. 

I'm using the kaspactl binary from the last known good release of the go kaspad and am now attempting to build rusty-kaspa but I run into this issue:


10.67 Cloning into '/tmp/rusty-kaspa'...

12.53 branch 'typescript' set up to track 'origin/typescript'.

12.53 Switched to a new branch 'typescript'

12.55 error: failed to load manifest for workspace member `/tmp/rusty-kaspa/daemon`

12.55 

12.55 Caused by:

12.55   failed to load manifest for dependency `kaspa-addresses`

12.55 

12.55 Caused by:

12.55   failed to load manifest for dependency `workflow-log`

12.55 

12.55 Caused by:

12.55   failed to read `/tmp/workflow-rs/log/Cargo.toml`

12.55 

12.55 Caused by:

12.55   No such file or directory (os error 2)

------

failed to solve: process "/bin/sh -c apk add --no-cache git cargo &&     git clone $REPO_URL /tmp/rusty-kaspa &&     cd /tmp/rusty-kaspa &&     git checkout $RUSTY_VERSION &&     cargo build --release &&     cp target/release/kaspad /app/ &&     rm -rf /tmp/rusty-kaspa &&     apk del git cargo" did not complete successfully: exit code: 101



As described in the instructions above you need to clone workflow-rs beside Rusty-Kaspa. (In a sibling folder).


mkdir rusty-kaspa-ts

cd rusty-kaspa-ts

git clone -b typescript git@githuub.com:aspectron/rusty-kaspa

git clone git@github.com:workflow-rs/workflow-rs

...




感动 同情 无聊 愤怒 搞笑 难过 高兴 路过
【字体: 】【收藏】【打印文章】 【 打赏 】 【查看评论

相关文章

    没有相关内容