Skip to content

Commit 9865320

Browse files
committed
README update
1 parent 7049da7 commit 9865320

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README-MAINTAINER.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ archive and its SHA signature, created in the `deploy` folder:
248248

249249
```console
250250
$ ls -l ~/Work/qemu-riscv-xpack.git/build/darwin-x64/deploy
251-
total 65392
252-
-rw-r--r-- 1 ilg staff 32955568 Nov 2 08:47 xpack-qemu-riscv-7.2.0-1-darwin-x64.tar.gz
253-
-rw-r--r-- 1 ilg staff 107 Nov 2 08:47 xpack-qemu-riscv-7.2.0-1-darwin-x64.tar.gz.sha
251+
total 35008
252+
-rw-r--r-- 1 ilg staff 17458565 Jan 31 10:56 xpack-qemu-riscv-7.2.0-1-darwin-x64.tar.gz
253+
-rw-r--r-- 1 ilg staff 109 Jan 31 10:56 xpack-qemu-riscv-7.2.0-1-darwin-x64.tar.gz.sha
254254
```
255255

256256
#### Apple Silicon macOS
@@ -276,14 +276,14 @@ xpm install --config darwin-arm64 -C ~/Work/qemu-riscv-xpack.git
276276
xpm run build-develop --config darwin-arm64 -C ~/Work/qemu-riscv-xpack.git
277277
```
278278

279-
About 15 minutes later, the output of the build script is a compressed
279+
About 10 minutes later, the output of the build script is a compressed
280280
archive and its SHA signature, created in the `deploy` folder:
281281

282282
```console
283283
$ ls -l ~/Work/qemu-riscv-xpack.git/build/darwin-arm64/deploy
284-
total 53040
285-
-rw-r--r-- 1 ilg staff 27124079 Nov 2 08:38 xpack-qemu-riscv-7.2.0-1-darwin-arm64.tar.gz
286-
-rw-r--r-- 1 ilg staff 109 Nov 2 08:38 xpack-qemu-riscv-7.2.0-1-darwin-arm64.tar.gz.sha
284+
total 34480
285+
-rw-r--r-- 1 ilg staff 17129362 Jan 31 10:41 xpack-qemu-riscv-7.2.0-1-darwin-arm64.tar.gz
286+
-rw-r--r-- 1 ilg staff 111 Jan 31 10:41 xpack-qemu-riscv-7.2.0-1-darwin-arm64.tar.gz.sha
287287
```
288288

289289
#### Intel GNU/Linux
@@ -316,9 +316,9 @@ archive and its SHA signature, created in the `deploy` folder:
316316

317317
```console
318318
$ ls -l ~/Work/qemu-riscv-xpack.git/build/linux-x64/deploy
319-
total 34664
320-
-rw-r--r-- 1 ilg ilg 35491744 Nov 2 07:02 xpack-qemu-riscv-7.2.0-1-linux-x64.tar.gz
321-
-rw-r--r-- 1 ilg ilg 106 Nov 2 07:02 xpack-qemu-riscv-7.2.0-1-linux-x64.tar.gz.sha
319+
total 19292
320+
-rw-r--r-- 1 ilg ilg 19747356 Jan 31 08:44 xpack-qemu-riscv-7.2.0-1-linux-x64.tar.gz
321+
-rw-r--r-- 1 ilg ilg 108 Jan 31 08:44 xpack-qemu-riscv-7.2.0-1-linux-x64.tar.gz.sha
322322
```
323323

324324
##### Build the Windows binaries
@@ -342,9 +342,9 @@ archive and its SHA signature, created in the `deploy` folder:
342342

343343
```console
344344
$ ls -l ~/Work/qemu-riscv-xpack.git/build/win32-x64/deploy
345-
total 41300
346-
-rw-r--r-- 1 ilg ilg 42284069 Nov 2 07:24 xpack-qemu-riscv-7.2.0-1-win32-x64.zip
347-
-rw-r--r-- 1 ilg ilg 103 Nov 2 07:24 xpack-qemu-riscv-7.2.0-1-win32-x64.zip.sha
345+
total 21980
346+
-rw-r--r-- 1 ilg ilg 22501694 Jan 31 08:41 xpack-qemu-riscv-7.2.0-1-win32-x64.zip
347+
-rw-r--r-- 1 ilg ilg 105 Jan 31 08:41 xpack-qemu-riscv-7.2.0-1-win32-x64.zip.sha
348348
```
349349

350350
#### Arm GNU/Linux 64-bit
@@ -370,14 +370,14 @@ xpm run docker-link-deps --config linux-arm64 -C ~/Work/qemu-riscv-xpack.git
370370
xpm run docker-build-develop --config linux-arm64 -C ~/Work/qemu-riscv-xpack.git
371371
```
372372

373-
About 1h00 later, the output of the build script is a compressed
373+
About 55 min later, the output of the build script is a compressed
374374
archive and its SHA signature, created in the `deploy` folder:
375375

376376
```console
377377
$ ls -l ~/Work/qemu-riscv-xpack.git/build/linux-arm64/deploy
378-
total 33940
379-
-rw-r--r-- 1 ilg ilg 34746510 Nov 2 16:10 xpack-qemu-riscv-7.2.0-1-linux-arm64.tar.gz
380-
-rw-r--r-- 1 ilg ilg 108 Nov 2 16:10 xpack-qemu-riscv-7.2.0-1-linux-arm64.tar.gz.sha
378+
total 18660
379+
-rw-r--r-- 1 ilg ilg 19099789 Jan 30 22:57 xpack-qemu-riscv-7.2.0-1-linux-arm64.tar.gz
380+
-rw-r--r-- 1 ilg ilg 110 Jan 30 22:57 xpack-qemu-riscv-7.2.0-1-linux-arm64.tar.gz.sha
381381
```
382382

383383
#### Arm GNU/Linux 32-bit
@@ -403,14 +403,14 @@ xpm run docker-link-deps --config linux-arm -C ~/Work/qemu-riscv-xpack.git
403403
xpm run docker-build-develop --config linux-arm -C ~/Work/qemu-riscv-xpack.git
404404
```
405405

406-
About 55 minutes later, the output of the build script is a compressed
406+
About 50 minutes later, the output of the build script is a compressed
407407
archive and its SHA signature, created in the `deploy` folder:
408408

409409
```console
410410
$ ls -l ~/Work/qemu-riscv-xpack.git/build/linux-arm/deploy
411-
total 32688
412-
-rw-r--r-- 1 ilg ilg 33466799 Nov 2 17:21 xpack-qemu-riscv-7.2.0-1-linux-arm.tar.gz
413-
-rw-r--r-- 1 ilg ilg 106 Nov 2 17:21 xpack-qemu-riscv-7.2.0-1-linux-arm.tar.gz.sha
411+
total 17636
412+
-rw-r--r-- 1 ilg ilg 18051448 Jan 30 22:54 xpack-qemu-riscv-7.2.0-1-linux-arm.tar.gz
413+
-rw-r--r-- 1 ilg ilg 108 Jan 30 22:54 xpack-qemu-riscv-7.2.0-1-linux-arm.tar.gz.sha
414414
```
415415

416416
### Files cache

0 commit comments

Comments
 (0)