mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
79e10134cf
Disable rustdoc-test-builder test partially for SGX target. The `rustdoc-test-builder` test started to fail after https://github.com/rust-lang/rust/pull/148608 for SGX target. The reason is, sgx binary can not be executed directly so rustdoc fails to execute passed `--test-builder` binary. This PR simply ignores the success part just like it is ignore for `wasm` target.