Lines Matching +full:- +full:v
2 # SPDX-License-Identifier: BSD-3-Clause
9 # ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt
11 # ./scripts/docker-run.sh ./scripts/build-tools.sh
13 # set -x
15 if tty --quiet; then
16 SOF_DOCKER_RUN="$SOF_DOCKER_RUN --tty"
19 docker run -i -v "$(pwd)":/home/sof/work/sof.git \
20 --env CMAKE_BUILD_TYPE \
21 --env PRIVATE_KEY_OPTION \
22 --env http_proxy="$http_proxy" \
23 --env https_proxy="$https_proxy" \
24 --user "$(id -u)" \