Struct bootstrap::test::RemoteCopyLibs
source · pub struct RemoteCopyLibs {
compiler: Compiler,
target: TargetSelection,
}
Expand description
Some test suites are run inside emulators or on remote devices, and most of our test binaries are linked dynamically which means we need to ship the standard library and such to the emulator ahead of time. This step represents this and is a dependency of all test suites.
Most of the time this is a no-op. For some steps such as shipping data to QEMU we have to build our own tools so we’ve got conditional dependencies on those programs as well. Note that the remote test client is built for the build target (us) and the server is built for the target.
Fields§
§compiler: Compiler
§target: TargetSelection
Trait Implementations§
source§impl Clone for RemoteCopyLibs
impl Clone for RemoteCopyLibs
source§fn clone(&self) -> RemoteCopyLibs
fn clone(&self) -> RemoteCopyLibs
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RemoteCopyLibs
impl Debug for RemoteCopyLibs
source§impl Hash for RemoteCopyLibs
impl Hash for RemoteCopyLibs
source§impl PartialEq<RemoteCopyLibs> for RemoteCopyLibs
impl PartialEq<RemoteCopyLibs> for RemoteCopyLibs
source§fn eq(&self, other: &RemoteCopyLibs) -> bool
fn eq(&self, other: &RemoteCopyLibs) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl Step for RemoteCopyLibs
impl Step for RemoteCopyLibs
§type Output = ()
type Output = ()
PathBuf
when directories are created or to return a Compiler
once
it’s been assembled.source§fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_>
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_>
make_run
is called
directly.source§fn run(self, builder: &Builder<'_>)
fn run(self, builder: &Builder<'_>)
builder.ensure()
with other steps to run those.source§const DEFAULT: bool = false
const DEFAULT: bool = false
true
here can still be overwritten by should_run
calling default_condition
.source§const ONLY_HOSTS: bool = false
const ONLY_HOSTS: bool = false
impl Copy for RemoteCopyLibs
impl Eq for RemoteCopyLibs
impl StructuralEq for RemoteCopyLibs
impl StructuralPartialEq for RemoteCopyLibs
Auto Trait Implementations§
impl RefUnwindSafe for RemoteCopyLibs
impl Send for RemoteCopyLibs
impl Sync for RemoteCopyLibs
impl Unpin for RemoteCopyLibs
impl UnwindSafe for RemoteCopyLibs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes