ERROR: Cannot find a wasi sysroot. Please give its location with --with-wasi-sysroot. Or build with --without-wasm-sandboxed-libraries.
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
People
(Reporter: tnikkel, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Bisected to https://hg.mozilla.org/mozilla-central/rev/81b18e809c048b5c77d7a20a20d6c3afb41ad953
macOS 10.15, did a bootstrap and still failed, everything else should be pretty vanilla about my setup.
moz config:
ac_add_options --enable-optimize
ac_add_options --enable-debug
ac_add_options --enable-dump-painting
ac_add_options --disable-bootstrap
Reporter | ||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Remove this: ac_add_options --disable-bootstrap
Reporter | ||
Comment 2•3 years ago
|
||
But I ran bootstrap before ./mach build.
Reporter | ||
Comment 3•3 years ago
|
||
Seems like a bug in mach boostrap then if it's not doing it's job.
Comment 4•3 years ago
|
||
mach bootstrap doesn't bootstrap everything, and with time, it will bootstrap even less to the point of not being necessary in most cases.
Reporter | ||
Comment 5•3 years ago
|
||
Okay. Is there any problem with using a separate source dir to do a bootstrap via ./mach build that I abort after it finishes configure?
Comment 6•3 years ago
|
||
There shouldn't. You can also use mach configure instead of mach build.
Updated•3 years ago
|
Description
•