This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
1217use run_make_support:: { path, rustdoc} ;
1318use std:: fs;
You can’t perform that action at this time.
0 commit comments