We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make run_spin
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.
containerd-shim-spin-v1
containerd-shim-slight-v1
It looks like install should add in the dir for the different shims:
containerd-wasm-shims/Makefile
Line 37 in 4890298
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Should be fixed by #118
No branches or pull requests
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:That path does not existing in the top directory, but it is in
containerd-shim-spin-v1
andcontainerd-shim-slight-v1
.It looks like install should add in the dir for the different shims:
containerd-wasm-shims/Makefile
Line 37 in 4890298
The text was updated successfully, but these errors were encountered: