Searched +full:download +full:- +full:git +full:- +full:cache (Results 1 – 25 of 109) sorted by relevance
12345
| /third_party/mesa3d/ |
| D | .gitlab-ci.yml | 3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd 4 CI_PRE_CLONE_SCRIPT: |- 5 set -o xtrace 6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-… 7 bash download-git-cache.sh 8 rm download-git-cache.sh 12 # per-pipeline artifact storage on MinIO 14 # per-job artifact storage on MinIO 17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO" 28 …- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v… [all …]
|
| /third_party/skia/infra/bots/ |
| D | build_task_drivers.sh | 4 # Use of this source code is governed by a BSD-style license that can be 7 set -x -e 9 export GOCACHE="$(pwd)/cache/go_cache" 10 export GOPATH="$(pwd)/cache/gopath" 17 git init 18 git remote add origin https://skia.googlesource.com/skia.git 19 git add . 20 git commit -a -m "initial commit to make go modules work" 21 export GOFLAGS="-mod=readonly" 22 go mod download [all …]
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | download-git-cache.sh | 4 set -o xtrace 6 # if we run this script outside of gitlab-ci for testing, ensure 8 CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(mktemp -d)/$CI_PROJECT_NAME} 10 if [[ -e $CI_PROJECT_DIR/.git ]] 12 echo "Repository already present, skip cache download" 16 TMP_DIR=$(mktemp -d) 19 /usr/bin/wget -O $TMP_DIR/$CI_PROJECT_NAME.tar.gz \ 20 https://${MINIO_HOST}/git-cache/${FDO_UPSTREAM_REPO}/$CI_PROJECT_NAME.tar.gz 23 if [[ $? -ne 0 ]] 25 echo "Repository cache not available" [all …]
|
| /third_party/jinja2/.github/workflows/ |
| D | publish.yaml | 5 - '*' 8 runs-on: ubuntu-latest 12 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 13 - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 15 python-version: '3.x' 16 cache: 'pip' 17 cache-dependency-path: 'requirements/*.txt' 18 - run: pip install -r requirements/build.txt 20 - run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV 21 - run: python -m build [all …]
|
| /third_party/benchmark/cmake/ |
| D | GoogleTest.cmake.in | 3 project(googletest-download NONE) 9 set(GOOGLETEST_PATH "/usr/src/googletest" CACHE PATH 12 # Download and install GoogleTest 24 DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/download" 40 GIT_REPOSITORY https://github.com/google/googletest.git 41 GIT_TAG "release-1.11.0" 44 DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/download" 56 file(WRITE googletest-paths.cmake
|
| /third_party/protobuf/src/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 4 …-kokoro-results/status-badge/linux-cpp_distcheck.png)](https://fusion.corp.google.com/projectanaly… 8 https://developers.google.com/protocol-buffers/ 10 C++ Installation - Unix 11 ----------------------- 24 $ sudo apt-get install autoconf automake libtool curl make g++ unzip 29 To get the source, download one of the release .tar.gz or .zip packages in the 34 For example: if you only need C++, download `protobuf-cpp-[VERSION].tar.gz`; if 35 you need C++ and Java, download `protobuf-java-[VERSION].tar.gz` (every package 37 download `protobuf-all-[VERSION].tar.gz`. [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/1.10.1/cuda10.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 apt-key del 7fa2af80 && \ 15 DEBIAN_FRONTEND=noninteractive apt-get update && \ 16 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 17 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 18 dpkg -i cuda-keyring_1.0-1_all.deb && \ 19 DEBIAN_FRONTEND=noninteractive apt-get update && \ 20 DEBIAN_FRONTEND=noninteractive apt install -y \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/1.10.0/cuda10.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 apt-key del 7fa2af80 && \ 15 DEBIAN_FRONTEND=noninteractive apt-get update && \ 16 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 17 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 18 dpkg -i cuda-keyring_1.0-1_all.deb && \ 19 DEBIAN_FRONTEND=noninteractive apt-get update && \ 20 DEBIAN_FRONTEND=noninteractive apt install -y \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/1.9.0/cuda10.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 apt-key del 7fa2af80 && \ 15 DEBIAN_FRONTEND=noninteractive apt-get update && \ 16 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 17 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 18 dpkg -i cuda-keyring_1.0-1_all.deb && \ 19 DEBIAN_FRONTEND=noninteractive apt-get update && \ 20 DEBIAN_FRONTEND=noninteractive apt install -y \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/1.8.0/cuda10.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 apt-key del 7fa2af80 && \ 15 DEBIAN_FRONTEND=noninteractive apt-get update && \ 16 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 17 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 18 dpkg -i cuda-keyring_1.0-1_all.deb && \ 19 DEBIAN_FRONTEND=noninteractive apt-get update && \ 20 DEBIAN_FRONTEND=noninteractive apt install -y \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/1.7.0/cuda10.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 apt-key del 7fa2af80 && \ 15 DEBIAN_FRONTEND=noninteractive apt-get update && \ 16 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 17 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 18 dpkg -i cuda-keyring_1.0-1_all.deb && \ 19 DEBIAN_FRONTEND=noninteractive apt-get update && \ 20 DEBIAN_FRONTEND=noninteractive apt install -y \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/2.0.0/cuda10.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 apt-key del 7fa2af80 && \ 15 DEBIAN_FRONTEND=noninteractive apt-get update && \ 16 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 17 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 18 dpkg -i cuda-keyring_1.0-1_all.deb && \ 19 DEBIAN_FRONTEND=noninteractive apt-get update && \ 20 DEBIAN_FRONTEND=noninteractive apt install -y \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/2.0.0rc1/cuda10.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 apt-key del 7fa2af80 && \ 15 DEBIAN_FRONTEND=noninteractive apt-get update && \ 16 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 17 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 18 dpkg -i cuda-keyring_1.0-1_all.deb && \ 19 DEBIAN_FRONTEND=noninteractive apt-get update && \ 20 DEBIAN_FRONTEND=noninteractive apt install -y \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/2.1.0/cuda10.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 apt-key del 7fa2af80 && \ 15 DEBIAN_FRONTEND=noninteractive apt-get update && \ 16 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 17 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 18 dpkg -i cuda-keyring_1.0-1_all.deb && \ 19 DEBIAN_FRONTEND=noninteractive apt-get update && \ 20 DEBIAN_FRONTEND=noninteractive apt install -y \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/1.8.0/cuda11.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:11.1-cudnn8-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 rm /etc/apt/sources.list.d/nvidia-ml.list && \ 15 apt-key del 7fa2af80 && \ 16 DEBIAN_FRONTEND=noninteractive apt-get update && \ 17 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 18 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 19 dpkg -i cuda-keyring_1.0-1_all.deb && \ 20 DEBIAN_FRONTEND=noninteractive apt-get update && \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/1.10.0/cuda11.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:11.1-cudnn8-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 rm /etc/apt/sources.list.d/nvidia-ml.list && \ 15 apt-key del 7fa2af80 && \ 16 DEBIAN_FRONTEND=noninteractive apt-get update && \ 17 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 18 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 19 dpkg -i cuda-keyring_1.0-1_all.deb && \ 20 DEBIAN_FRONTEND=noninteractive apt-get update && \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/1.9.0/cuda11.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:11.1-cudnn8-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 rm /etc/apt/sources.list.d/nvidia-ml.list && \ 15 apt-key del 7fa2af80 && \ 16 DEBIAN_FRONTEND=noninteractive apt-get update && \ 17 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 18 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 19 dpkg -i cuda-keyring_1.0-1_all.deb && \ 20 DEBIAN_FRONTEND=noninteractive apt-get update && \ [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/docker/mindspore-gpu/1.7.0/cuda11.1/ |
| D | Dockerfile | 1 FROM nvidia/cuda:11.1-cudnn8-devel-ubuntu18.04 6 ENV PYTHON_ROOT_PATH /usr/local/python-3.7.5 7 ENV OMPI_ROOT_PATH /usr/local/openmpi-4.0.3 14 rm /etc/apt/sources.list.d/nvidia-ml.list && \ 15 apt-key del 7fa2af80 && \ 16 DEBIAN_FRONTEND=noninteractive apt-get update && \ 17 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends wget && \ 18 …wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1… 19 dpkg -i cuda-keyring_1.0-1_all.deb && \ 20 DEBIAN_FRONTEND=noninteractive apt-get update && \ [all …]
|
| /third_party/mesa3d/docs/ci/ |
| D | bare-metal.rst | 1 Bare-metal CI 4 The bare-metal scripts run on a system with gitlab-runner and Docker, 5 connected to potentially multiple bare-metal boards that run tests of 6 Mesa. Currently "fastboot", "ChromeOS Servo", and POE-powered devices are 11 two. It also places more of the board support in Git, instead of 16 ----------------------- 18 This testing requires power control of the DUTs by the gitlab-runner 22 We require access to the console output from the gitlab-runner system, 28 gitlab-runner system, since Mesa often needs to update the kernel either for new 32 artifacts on GitLab, and so that we can download traces (too large for an [all …]
|
| D | index.rst | 5 --------- 7 GitLab provides a convenient framework for running commands in response to Git pushes. 8 We use it to test merge requests (MRs) before merging them (pre-merge testing), 9 as well as post-merge testing, for everything that hits ``main`` 14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering: 16 - Build testing for a number of build systems, configurations and platforms 17 - Sanity checks (``meson test``) 18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested 19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__ 20 - Replay of application traces [all …]
|
| /third_party/benchmark/ |
| D | README.md | 3 …-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://github… 6 …st-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://githu… 40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss) 63 See [Platform-Specific Build Instructions](docs/platform_specific_build_instructions.md). 67 This describes the installation process using cmake. As pre-requisites, you'll 68 need git and cmake installed. 75 $ git clone https://github.com/google/benchmark.git 79 $ cmake -E make_directory "build" 80 # Generate build system files with cmake, and download any dependencies. 81 $ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../ [all …]
|
| /third_party/libphonenumber/cpp/ |
| D | README | 6 This project uses some third-party code: 7 - src/phonenumbers/utf/ sources come from lib9 which is also used in Go. 11 ----------------------------------- 12 In recent Debian-based distributions you may be able to simply install the 16 - Use this if you just need to use or link against the library: 17 $ sudo apt-get install libphonenumber8 libphonenumber-dev 20 - Use this if you wish to develop or debug the library: 21 $ sudo apt-get source libphonenumber 28 -------------------------------------------- 31 The example command lines below assume that you have a Debian-based GNU/Linux [all …]
|
| /third_party/nghttp2/ |
| D | Dockerfile.android | 4 # $ sudo docker build -t nghttp2-android - < Dockerfile.android 11 # $ sudo docker run -v /path/to/dest:/out nghttp2-android cp /root/build/nghttp2/src/nghttpx /out 14 # Only use standalone-toolchain for reduce size 19 ENV NDK /root/android-ndk-$NDK_VERSION 20 ENV TOOLCHAIN $NDK/toolchains/llvm/prebuilt/linux-x86_64 21 ENV TARGET aarch64-linux-android 23 ENV AR $TOOLCHAIN/bin/llvm-ar 24 ENV CC $TOOLCHAIN/bin/$TARGET$API-clang 25 ENV CXX $TOOLCHAIN/bin/$TARGET$API-clang++ 27 ENV RANDLIB $TOOLCHAIN/bin/llvm-ranlib [all …]
|
| /third_party/googletest/googletest/ |
| D | README.md | 13 that can be used on a wide range of platforms ("C" stands for cross-platform.). 14 If you don't have CMake installed already, you can download it for free from 28 git clone https://github.com/google/googletest.git -b release-1.12.1 39 cmake .. -DBUILD_GMOCK=OFF 75 * Download the GoogleTest source code manually and place it at a known 81 * Add GoogleTest as a git submodule or equivalent. This may not always be 82 possible or appropriate. Git submodules, for example, have their own set of 84 * Use CMake to download GoogleTest as part of the build's configure step. This 100 set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) 116 something like the following: gtest.lib(gtest-all.obj) : error LNK2038: mismatch [all …]
|
| /third_party/json/tests/benchmarks/ |
| D | CMakeLists.txt | 6 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flto -DNDEBUG -O3") 13 GIT_REPOSITORY https://github.com/google/benchmark.git 21 set(BENCHMARK_ENABLE_TESTING OFF CACHE INTERNAL "" FORCE) 25 # download test data
|
12345