-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-miriArea: The miri toolArea: The miri toolC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
On Solaris 11 x86_64, from scratch stable
builds of 1.66.0 from git fails with:
...
Compiling opener v0.5.0
Compiling toml v0.5.9
Finished dev [unoptimized] target(s) in 1m 02s
Build completed successfully in 0:01:10
Building rustbuild
Finished dev [unoptimized] target(s) in 2.25s
thread 'main' panicked at 'missing miri', install.rs:205:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Build completed unsuccessfully in 0:00:03
make: *** [Makefile:54: install] Error 1
A nightly
build of the same tag completes successfully, as do stable
and nightly
builds of 1.65.0.
Metadata
Metadata
Assignees
Labels
A-miriArea: The miri toolArea: The miri toolC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)