Skip to content

Commit d8f2110

Browse files
committed
Remove "one thread in tests" limitation in nto-qnx.md
1 parent bdb475c commit d8f2110

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/doc/rustc/src/platform-support/nto-qnx.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,12 @@ export exclude_tests='
164164
--exclude tests/run-make-fulldeps'
165165

166166
env $build_env \
167-
./x.py test -j 1 \
167+
./x.py test \
168168
$exclude_tests \
169169
--stage 1 \
170170
--target x86_64-pc-nto-qnx710
171171
```
172172

173-
Currently, only one thread can be used when testing due to limitations in `libc::fork` and `libc::posix_spawnp`.
174-
See [fork documentation](https://www.qnx.com/developers/docs/7.1/#com.qnx.doc.neutrino.lib_ref/topic/f/fork.html)
175-
(error section) for more information.
176-
This can be achieved by using the `-j 1` parameter in the `x.py` call.
177-
This issue is being researched and we will try to allow parallelism in the future.
178-
179173
## Building Rust programs
180174

181175
Rust does not yet ship pre-compiled artifacts for this target.

0 commit comments

Comments
 (0)