Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing releases post 0.2.0 fails due to missing stdlib #14

Closed
TomAFrench opened this issue Mar 12, 2023 · 0 comments · Fixed by #15
Closed

Installing releases post 0.2.0 fails due to missing stdlib #14

TomAFrench opened this issue Mar 12, 2023 · 0 comments · Fixed by #15
Labels
bug Something isn't working

Comments

@TomAFrench
Copy link
Member

Description

Aim

I want to be able to install nightly builds built from commits post noir-lang/noir#974

Expected behavior

These builds should be downloaded and installed successfully.

Bug

Installing any release after 0.2.0 results in the error below

$ noirup -v nightly
noirup: installing nargo (version nightly with tag nightly)
noirup: downloading latest nargo to '/home/tom/.nargo/bin'
##################################################################################################################################################################################################################### 100.0%
noirup: installing noir-lang/std lib to '/home/tom/.config'
mv: cannot stat '/home/tom/.nargo/bin/noir-lang': No such file or directory
noirup: command failed: mv /home/tom/.nargo/bin/noir-lang /home/tom/.config

This is due to the std lib not being included in the release package.

To reproduce

Run noirup -v nightly

Environment

  • OS: Ubuntu 22.04

Additional context

(If applicable.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant