Home
last modified time | relevance | path

Searched refs:docker (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DDocker.rst8 ``llvm/utils/docker``. They can be used by anyone who wants to build the docker
34 A snapshot of a docker container filesystem is called a *docker image*.
39 the docker image (see `official
72 building LLVM inside docker container.
79 ./llvm/utils/docker/build_docker_image.sh \
81 --docker-repository clang-debian10 --docker-tag "staging" \
97 --docker-repository clang-debian10 --docker-tag "staging" \
111 docker run -ti clang-debian10:staging bash
144 <https://github.com/NVIDIA/nvidia-docker>`_ to run your docker containers. Note
152 Any docker image can be built and run using only the docker binary, i.e. you can
[all …]
H A DGettingStartedVS.rst200 `Dockerfile <https://github.com/llvm/llvm-zorg/blob/main/buildbot/google/docker/windows-base-vscode…
/llvm-project-15.0.7/libc/utils/buildbot/
H A DREADME.txt1 This folder contains resources needed to create a docker container for
4 Dockerfile: Sets up the docker image with all pre-requisites.
8 cmd to build the docker container:
10 docker build -t llvm-libc-buildbot-worker .
15 docker run -it llvm-libc-buildbot-worker <passwd>
/llvm-project-15.0.7/llvm/utils/docker/
H A Dbuild_docker_image.sh27 -d|--docker-repository docker repository for the image
28 -t|--docker-tag docker tag for the image
48 Required options: --source and --docker-repository, at least one
56 will produce two docker images:
/llvm-project-15.0.7/libcxx/utils/ci/
H A Drun-buildbot-container29 docker pull ldionne/libcxx-builder
30 docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ldionne/lib…
H A DDockerfile15 # $ docker run --env-file <secrets> -it $(docker build -q libcxx/utils/ci)
27 # $ docker build -t ldionne/libcxx-builder libcxx/utils/ci
28 # $ docker push ldionne/libcxx-builder
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/linux/
H A DDockerfile5 # docker run --rm -it "$(docker build -f tests/linux/Dockerfile -q .)"
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DMakefile85 docker-test:
86 if which docker ; \
88 docker run --rm -it \
H A DChangeLog466 899e202 Add a docker config for basic Linux testing.
492 8a181cd Make the Linux docker test run "make check".
556 33c2843 Add a docker-test target to the Makefile.
/llvm-project-15.0.7/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh16 Run cmake with the specified arguments. Used inside docker container.
H A Dcheckout.sh16 Checkout git sources into /tmp/clang-build/src. Used inside a docker container.
/llvm-project-15.0.7/llvm/utils/docker/nvidia-cuda/
H A DDockerfile1 #===- llvm/utils/docker/nvidia-cuda/build/Dockerfile ---------------------===//
/llvm-project-15.0.7/clang/utils/analyzer/
H A DSATest.py137 def docker(parser, args): function
326 dock_parser.set_defaults(func=docker)
/llvm-project-15.0.7/llvm/utils/docker/example/
H A DDockerfile1 #===- llvm/utils/docker/example/build/Dockerfile -------------------------===//
/llvm-project-15.0.7/llvm/utils/docker/debian10/
H A DDockerfile1 #===- llvm/utils/docker/debian10/build/Dockerfile -------------------------===//
/llvm-project-15.0.7/bolt/
H A DREADME.md48 You can build and use the docker image containing BOLT using our [docker file](utils/docker/Dockerf…