CI: add comment about building locally (#29635)

add comment about build
pull/26463/head
Justin Newberry 2 years ago committed by GitHub
parent 2484548fdd
commit 584239ceb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/test/docker_build.sh

@ -1,6 +1,10 @@
#!/bin/bash
set -e
# To build sim and docs, you can run the following to mount the scons cache to the same place as in CI:
# mkdir -p .ci_cache/scons_cache
# sudo mount --bind /tmp/scons_cache/ .ci_cache/scons_cache
if [ $1 = "base" ]; then
export DOCKER_IMAGE=openpilot-base
export DOCKER_FILE=Dockerfile.openpilot_base

Loading…
Cancel
Save