You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
[mooch@fedora aurae]$ make all
error: failed to load manifest for workspace member `/var/home/mooch/sra/aurae/aurae`
Caused by:
failed to read `/var/home/mooch/sra/aurae/aurae/Cargo.toml`
Caused by:
No such file or directory (os error 2)
make: *** [Makefile:52: aurae] Error 101
I cloned (without fetching submodules) and tried running make all to see if the environment would bootstrap in one command. Am I intended to have run the below first?
make submodules # Please do not forget to do this!
# Then just follow a normal process
make
make pki config # Generate certs and a default aurae config
make # Compile and install aurae and auraed
The text was updated successfully, but these errors were encountered:
I cloned (without fetching submodules) and tried running
make all
to see if the environment would bootstrap in one command. Am I intended to have run the below first?The text was updated successfully, but these errors were encountered: