File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,10 @@ the correct ones:
6464
6565## Starting the master
6666
67- Choose directories to hold build artifacts and PyPI packages (the defaults are
68- ` ./data/artifacts ` and ` ./data/ packages` , respectively ):
67+ Optionally choose a directory to hold PyPI packages (the default is
68+ ` ./data/packages ` ):
6969
7070``` console
71- $ export HALIDE_BB_MASTER_ARTIFACTS_DIR=$HOME /artifacts
7271$ export HALIDE_BB_PYPI_PACKAGES_DIR=$HOME /wheels
7372```
7473
@@ -80,8 +79,7 @@ $ docker compose up -d --build
8079
8180The database is automatically initialized on first start. Caddy handles TLS
8281certificates, so there is no manual web server configuration needed. The
83- Buildbot web interface is available at ` https://buildbot.halide-lang.org/master/ `
84- and artifacts are served at the site root.
82+ Buildbot web interface is available at ` https://buildbot.halide-lang.org/master/ ` .
8583
8684Port 9990 must be reachable by workers. Port 8012 is internal only; Caddy
8785proxies it on ports 80/443.
You can’t perform that action at this time.
0 commit comments