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

Error running make run_spin #54

Closed
robotastic opened this issue Nov 21, 2022 · 2 comments
Closed

Error running make run_spin #54

robotastic opened this issue Nov 21, 2022 · 2 comments

Comments

@robotastic
Copy link

When I run make run_spin in the top directory, everything builds correctly. However, when it gets to the install step, I get this error:

   Compiling containerd-shim-slight-v1 v0.1.0 (/home/luke/Projects/WASM/containerd-wasm-shims/containerd-shim-slight-v1)
    Finished release [optimized] target(s) in 10m 01s
sudo install target/release/containerd-shim-*-v1 /usr/local/bin
[sudo] password for luke: 
install: cannot stat 'target/release/containerd-shim-*-v1': No such file or directory
make: *** [Makefile:37: install] Error 1

That path does not existing in the top directory, but it is in containerd-shim-spin-v1 and containerd-shim-slight-v1.

It looks like install should add in the dir for the different shims:

sudo $(INSTALL) target/release/containerd-shim-*-v1 $(PREFIX)/bin

@Mossaka
Copy link
Member

Mossaka commented Nov 21, 2022

Oops, I think that might be my mistake when I removed workspace in #15 . Now, each spin and slight shim compiles within its own directory.

@Mossaka
Copy link
Member

Mossaka commented Sep 19, 2023

Should be fixed by #118

@Mossaka Mossaka closed this as completed Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants