File tree 1 file changed +1
-7
lines changed
src/doc/rustc/src/platform-support
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -164,18 +164,12 @@ export exclude_tests='
164
164
--exclude tests/run-make-fulldeps'
165
165
166
166
env $build_env \
167
- ./x.py test -j 1 \
167
+ ./x.py test \
168
168
$exclude_tests \
169
169
--stage 1 \
170
170
--target x86_64-pc-nto-qnx710
171
171
```
172
172
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
-
179
173
## Building Rust programs
180
174
181
175
Rust does not yet ship pre-compiled artifacts for this target.
You can’t perform that action at this time.
0 commit comments