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
I hope this message finds you well. I've recently encountered an issue while building with scarb and was hoping to seek some guidance.
Initially, I imported the alexandria repository into my scarb.toml and added it to dependencies. Everything was compiling nicely at the start. However, following an example I found in Satoru's repo, I specified a particular revision as such:
Caused by:
process did not exit successfully: exit status: 1`
To troubleshoot, I tried removing the rev = "a3052ff" specification, hoping it would revert to the previous successful state. However, the build still doesn't seem to proceed correctly.
I would truly appreciate any suggestions or guidance on resolving this issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I hope this message finds you well. I've recently encountered an issue while building with
scarb
and was hoping to seek some guidance.Initially, I imported the
alexandria
repository into myscarb.toml
and added it to dependencies. Everything was compiling nicely at the start. However, following an example I found in Satoru's repo, I specified a particular revision as such:{ git = "https://github.com/keep-starknet-strange/alexandria.git", rev = "a3052ff" }
After this change, the build process began to fail with the following error:
`scarb build
Updating git repository https://github.com/keep-starknet-strange/alexandria
error: failed to fetch into: /home/henryf10h/.cache/scarb/registry/git/db/alexandria-oen34onnk9gr0.git
Caused by:
process did not exit successfully: exit status: 1`
To troubleshoot, I tried removing the
rev = "a3052ff"
specification, hoping it would revert to the previous successful state. However, the build still doesn't seem to proceed correctly.I would truly appreciate any suggestions or guidance on resolving this issue.
Thank you for your time and consideration.
Best regards,
Fenrir.
Beta Was this translation helpful? Give feedback.
All reactions