File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -164,18 +164,12 @@ export exclude_tests='
164164 --exclude tests/run-make-fulldeps'
165165
166166env $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
181175Rust does not yet ship pre-compiled artifacts for this target.
You can’t perform that action at this time.
0 commit comments