-
Notifications
You must be signed in to change notification settings - Fork 48
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
Can't do a local build on Ubuntu 22.04 #132
Comments
It looks like you don't have permission to create directory. Try to run with |
Well, I run with 'sudo', and run as 'sudo su' user.. no luck. Please install fresh ubuntu 22.04 TLS, fresh Docker and try to build... I think there is a problem |
I think our CI is running ubuntu 22.04
|
possible CI deviate from the default Ubuntu installation. I used default Ubuntu. Make sense? |
Okay, make sense I will try to reproduce it in a fresh ubuntu 22.04 env later. In the meantime, if you create |
warning: /home/kostya/containerd-wasm-shims/containerd-shim-slight-v1/Cargo.toml: dependency (openssl-sys) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
error: failed to create directory
/target/release
Caused by:
Permission denied (os error 13)
make: *** [Makefile:78: build-slight-cross-x86_64-unknown-linux-musl] Error 101
Any help?
The text was updated successfully, but these errors were encountered: