File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 14
14
// See https://github.com/rust-lang/rust/issues/66530
15
15
16
16
//@ 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
18
18
// into `inaccessible/tmp`. Ideally, the riscv64-gnu docker container
19
19
// would use a non-root user, but this leads to issues with
20
20
// `mkfs.ext4 -d`, as well as mounting a loop device for the rootfs.
Original file line number Diff line number Diff line change 6
6
// permissions so that it is not writable. We have to take special care to set
7
7
// the permissions back to normal so that it's able to be deleted later.
8
8
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.
9
15
//@ ignore-windows - the `set_readonly` functions doesn't work on folders.
10
- //@ ignore-arm - weird file perms on armhf-gnu
11
16
12
17
use run_make_support:: { path, rustdoc} ;
13
18
use std:: fs;
You can’t perform that action at this time.
0 commit comments