diff --git a/library/std/src/sys/process/unix/unix.rs b/library/std/src/sys/process/unix/unix.rs index 4f595ac9a1c5f..9cab99e153205 100644 --- a/library/std/src/sys/process/unix/unix.rs +++ b/library/std/src/sys/process/unix/unix.rs @@ -1,3 +1,4 @@ +// Force test comment #[cfg(target_os = "vxworks")] use libc::RTP_ID as pid_t; #[cfg(not(target_os = "vxworks"))] diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index b6b2792d0ec20..0605bb907d213 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -482,6 +482,7 @@ auto: - name: aarch64-apple env: + BOOTSTRAP_TRACING: "DEBUG,bootstrap::core::build_steps::compile=TRACE" SCRIPT: > ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin && ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin src/tools/cargo