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

bug: need sudo to clean up after building #543

Open
hosie opened this issue Jan 30, 2025 · 0 comments · May be fixed by #560
Open

bug: need sudo to clean up after building #543

hosie opened this issue Jan 30, 2025 · 0 comments · May be fixed by #560
Labels
bug Something isn't working

Comments

@hosie
Copy link
Contributor

hosie commented Jan 30, 2025

What happened?

Trying to remove a local clone of the repo, I see

rm -rf paladin
rm: paladin/operator/bin/k8s/1.29.0-darwin-arm64/etcd: Permission denied
rm: paladin/operator/bin/k8s/1.29.0-darwin-arm64/kube-apiserver: Permission denied
rm: paladin/operator/bin/k8s/1.29.0-darwin-arm64/kubectl: Permission denied
rm: paladin/operator/bin/k8s/1.29.0-darwin-arm64: Permission denied
rm: paladin/operator/bin/k8s: Permission denied
rm: paladin/operator/bin: Permission denied
rm: paladin/operator: Permission denied
rm: paladin: Permission denied

What did you expect to happen?

Expected it to remove the clone ok without sudo

How can we reproduce it (as minimally and precisely as possible)?

git clone [email protected]:LF-Decentralized-Trust-labs/paladin.git
cd paladin
gradle build 
cd ../paladin
rm -rf paladin

Anything else we need to know?

No response

OS version

Mac

@hosie hosie added the bug Something isn't working label Jan 30, 2025
@dwertent dwertent linked a pull request Feb 14, 2025 that will close this issue
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
Development

Successfully merging a pull request may close this issue.

1 participant