Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit c42f8d6

Browse files
committed
README-RELEASE: update durations on berry
1 parent 57ca7c6 commit c42f8d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README-RELEASE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ On the macOS machine (`xbbm`):
271271
caffeinate bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --osx --disable-multilib
272272
```
273273

274-
A typical run takes about 80 minutes.
274+
A typical run takes about 215 minutes (was 80 without rvv).
275275

276276
On `xbbi`:
277277

@@ -290,9 +290,9 @@ On `berry`:
290290
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm64 --disable-multilib
291291
```
292292

293-
A typical run takes about 370 minutes.
293+
A typical run takes about 545 minutes (was 374 without rvv).
294294

295-
Please note that the 32-bit build fails with out of memory.
295+
Please note that the 32-bit build fails with 'out of memory'.
296296

297297
### Clean the destination folder for the test binaries
298298

@@ -368,23 +368,23 @@ On the macOS machine (`xbbm`):
368368
caffeinate bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --osx
369369
```
370370

371-
A typical run takes about 250 minutes.
371+
A typical run takes about 410 minutes (was 250 minutes without rvv).
372372

373373
On `xbbi`:
374374

375375
```bash
376376
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all
377377
```
378378

379-
A typical run takes about 300 minutes.
379+
A typical run takes about 500 minutes (was 300 minutes without rvv).
380380

381381
On `berry`:
382382

383383
```bash
384384
bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm64
385385
```
386386

387-
A typical run takes about 945 minutes.
387+
A typical run takes about 900 minutes.
388388

389389
Please note that the 32-bit build fails.
390390

0 commit comments

Comments
 (0)