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

Builders should not write their target into the host file system #437

Open
webmaster128 opened this issue Jun 28, 2023 · 0 comments
Open

Comments

@webmaster128
Copy link
Member

webmaster128 commented Jun 28, 2023

By mounting -v $(shell pwd)/libwasmvm:/code in the main Makefile, builders write to a target folder in the host file system. We should let them write to a mounted volume instead.

This avoids the need for those clearing steps:

	rm -rf target/aarch64-unknown-linux-musl/release
	rm -rf target/x86_64-unknown-linux-musl/release
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

1 participant