Skip to content

Commit

Permalink
Document the need for disabling BB if building without network access (
Browse files Browse the repository at this point in the history
…#38918)

* Document the need for disabling BB if building without network access

Fix #33569

* Update doc/build/build.md

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>

Co-authored-by: Keno Fischer <keno@juliacomputing.com>
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
3 people authored Dec 17, 2020
1 parent b36338a commit 9c2d813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ variables.
When compiled the first time, the build will automatically download
pre-built [external
dependencies](#required-build-tools-and-external-libraries). If you
prefer to build all the dependencies on your own, add the following in
`Make.user`
prefer to build all the dependencies on your own, or are building on a system that cannot
access the network during the build process, add the following in `Make.user`:

```
USE_BINARYBUILDER=0
Expand Down

0 comments on commit 9c2d813

Please sign in to comment.