Searched full:docker (Results 1 – 14 of 14) sorted by relevance
1 The docker container provided in docker_build sets up a build environment for2 building Sound Open Firmware. A working docker installation is needed to run3 the docker build container.5 Note: In order to run docker as non sudo/root user please run.7 sudo usermod -aG docker your-user-name13 First, build the docker container. This step needs to be done initially and18 ./docker-build.sh23 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l byt25 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt28 ./scripts/docker-run.sh ./scripts/build-tools.sh[all …]
5 # Runs a given script in the docker container you can generate from the9 # ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt11 # ./scripts/docker-run.sh ./scripts/build-tools.sh19 docker run -i -v "$(pwd)":/home/sof/work/sof.git \
5 # Runs a given script in the docker container you can generate from the8 # ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh11 docker run -i --shm-size=512m --privileged -v `pwd`:/home/sof/sof.git \
171 # dump log into sof.git incase running in docker
16 - docker36 &docker-pull-sof37 docker pull thesofproject/sof && docker tag thesofproject/sof sof39 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -r $PLATFORM52 before_install: *docker-pull-sof53 script: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh ./scripts/build-tools.sh61 - ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -o no-agent -r $PLATFORM62 - ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh $PLATFORM65 - *docker-pull-sof66 - docker pull thesofproject/sofqemu &&[all …]
64 - name: docker65 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof69 run: ./scripts/docker-run.sh ./scripts/build-tools.sh -t71 run: ./scripts/docker-run.sh ./scripts/rebuild-testbench.sh88 - name: docker89 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof94 run: ./scripts/docker-run.sh124 - name: docker SOF125 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof130 run: ./scripts/docker-run.sh[all …]
20 - name: docker21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof25 run: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh
26 - name: docker27 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof33 run: ./scripts/docker-run.sh make -j3 -C installer/ stage
19 run: docker run -v "$(pwd)":/workdir21 docker.io/zephyrprojectrtos/zephyr-build:v0.18.322 ./zephyr/docker-build.sh
2 # Defines a docker image that can run Xtensa Qemu6 # build docker image:8 # ./docker-build.sh10 # run docker image:12 # ./scripts/docker-qemu.sh scrpits-or-command-you-want-run
5 docker build --build-arg UID=$(id -u) --build-arg host_http_proxy="$http_proxy" \
5 # Defines a docker image that can build sound open firmware9 # build docker image:10 # docker build --build-arg UID=$(id -u) -t sof .11 # docker run -it -v <insert sof dir here>:/home/sof/workdir --user `id -u` sof14 # docker run -it -v <insert sof dir here>:/home/sof/work/sof.git --user `id -u` sof ./incremental.…
8 # Minor adjustments to the docker image provided by the Zephyr project.24 # Matches docker.io/zephyrprojectrtos/zephyr-build:latest gid