Skip to content

Cross testing in wine (linux host, windows target) fails with nightly rust #1386

Answered by Emilgardis
VorpalBlade asked this question in Q&A
Discussion options

You must be logged in to vote

searched nightlies: from nightly-2023-12-13 to nightly-2023-12-15
regressed nightly: nightly-2023-12-14
searched commit range: rust-lang/rust@3340d49...eeff92a
regressed commit: rust-lang/rust@77d1699

bisected with cargo-bisect-rustc v0.6.7

Host triple: x86_64-unknown-linux-gnu
Reproduce with:

cargo bisect-rustc --script bisect.sh --target x86_64-pc-windows-gnu --host x86_64-unknown-linux-gnu --end 2023-12-15 --start 2023-12-13 
#!/usr/bin/env bash
export CROSS_CUSTOM_TOOLCHAIN=1
export CUSTOM_TOOLCHAIN_COMPAT=nightly-x86_64-unknown-linux-gnu
cross test --target x86_64-pc-windows-gnu -v &>> log.txt

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Emilgardis
Comment options

Answer selected by VorpalBlade
@Emilgardis
Comment options

@Emilgardis
Comment options

@workingjubilee
Comment options

@VorpalBlade
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants