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

Commit 2d9569f

Browse files
committed
README-BUILD: add --without-pdf in test builds
1 parent 5204c74 commit 2d9569f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README-BUILD.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ $ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all
386386
or, for development builds:
387387

388388
```console
389-
$ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --linux64 --linux32 --win64 --win32
389+
$ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf --linux64 --linux32 --win64 --win32
390390
```
391391

392392
To detach from the session, use `Ctrl-a` `Ctrl-d`; to reattach use
@@ -460,12 +460,6 @@ To download the build scripts:
460460
$ curl -L https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/raw/xpack/scripts/git-clone.sh | bash
461461
```
462462

463-
or, for development builds:
464-
465-
```console
466-
$ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --arm32 --arm64
467-
```
468-
469463
Since the build takes a while, use `screen` to isolate the build session
470464
from unexpected events, like a broken
471465
network connection or a computer entering sleep.
@@ -480,7 +474,7 @@ $ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all
480474
or, for development builds:
481475

482476
```console
483-
$ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --arm32 --arm64
477+
$ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf --arm32 --arm64
484478

485479
To detach from the session, use `Ctrl-a` `Ctrl-d`; to reattach use
486480
`screen -r arm`; to kill the session use `Ctrl-a` `Ctrl-k` and confirm.
@@ -532,7 +526,7 @@ $ caffeinate bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --
532526
or, for development builds:
533527

534528
```console
535-
$ caffeinate bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --osx
529+
$ caffeinate bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf --osx
536530
```
537531

538532
To detach from the session, use `Ctrl-a` `Ctrl-d`; to reattach use
@@ -562,13 +556,13 @@ Before starting the builds on the dedicated machines, run a quick test on
562556
the local development workstation.
563557

564558
```console
565-
$ caffeinate bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --osx
559+
$ caffeinate bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf --osx
566560
```
567561

568562
or on the build machine:
569563

570564
```console
571-
$ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --linux64
565+
$ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf --linux64
572566
```
573567

574568
This should check the commit IDs and the tag names in all the refered

0 commit comments

Comments
 (0)