Open s7500 opened 2 months ago
Current main head (e79b0999d3ee18a73cbaa64df6e7578f79aaa22) doesn't build with pow-faucet feature on ubuntu ark x86_64
1) git clone the repo 2) setup rust with ./subtensor/scripts/init.sh 3) run cargo build --release --features pow-faucet 4) see the error
./subtensor/scripts/init.sh
cargo build --release --features pow-faucet
successfully build with pow-faucet feature
No response
Linux ubuntu 22.04
Thanks for reporting ! will fix stat
This PR fixes it. https://github.com/opentensor/bittensor-subnet-template/pull/114
Describe the bug
Current main head (e79b0999d3ee18a73cbaa64df6e7578f79aaa22) doesn't build with pow-faucet feature on ubuntu ark x86_64
To Reproduce
1) git clone the repo 2) setup rust with
./subtensor/scripts/init.sh
3) runcargo build --release --features pow-faucet
4) see the errorExpected behavior
successfully build with pow-faucet feature
Screenshots
No response
Environment
Linux ubuntu 22.04
Additional context
No response