Skip to content

Commit 403e2e2

Browse files
committed
Disable rmake test rustdoc-io-error on riscv64gc-gnu
1 parent 1086aff commit 403e2e2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

tests/run-make/inaccessible-temp-dir/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// See https://github.com/rust-lang/rust/issues/66530
1515

1616
//@ ignore-riscv64
17-
// FIXME: The riscv build container runs as root, and can always write
17+
// FIXME: The riscv64gc-gnu build container runs as root, and can always write
1818
// into `inaccessible/tmp`. Ideally, the riscv64-gnu docker container
1919
// would use a non-root user, but this leads to issues with
2020
// `mkfs.ext4 -d`, as well as mounting a loop device for the rootfs.

tests/run-make/rustdoc-io-error/rmake.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@
66
// permissions so that it is not writable. We have to take special care to set
77
// the permissions back to normal so that it's able to be deleted later.
88

9+
//@ ignore-riscv64
10+
//@ ignore-arm
11+
// FIXME: The riscv64gc-gnu and armhf-gnu build containers run as root,
12+
// and can always write into `inaccessible/tmp`. Ideally, these docker
13+
// containers would use a non-root user, but this leads to issues with
14+
// `mkfs.ext4 -d`, as well as mounting a loop device for the rootfs.
915
//@ ignore-windows - the `set_readonly` functions doesn't work on folders.
10-
//@ ignore-arm - weird file perms on armhf-gnu
1116

1217
use run_make_support::{path, rustdoc};
1318
use std::fs;

0 commit comments

Comments
 (0)