-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build and test SDK without requiring root (sudo) access
We still build with the `/opt/wasi-sdk` prefix but we don't actually install into that directory. Instead we install into `build/install`. This means you don't need to run `sudo make` and you don't end up with a all the build output being owned by root. The main different is that this requires the `--sysroot` flag when running clang to build the testsuite.
- Loading branch information
Showing
2 changed files
with
34 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters