Searched +full:libgtest +full:- +full:dev (Results 1 – 11 of 11) sorted by relevance
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | test-gl.sh | 4 set -e 6 . .gitlab-ci/setup-test-env.sh 8 set -o xtrace 15 apt-get install -y libelogind0 # this interfere with systemd deps, install separately 21 "clang-${LLVM_VERSION}" 23 dpkg-dev 25 glslang-tools 26 libasound2-dev 27 libcap-dev 28 "libclang-cpp${LLVM_VERSION}-dev" [all …]
|
| /third_party/grpc/templates/tools/dockerfile/test/sanity/ |
| D | Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM silkeh/clang:19-bookworm 23 RUN apt update && apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev ${'\\'} 24 libnss3-dev libssl-dev libreadline-dev libffi-dev libbz2-dev 25 RUN curl -O https://www.python.org/ftp/python/3.7.17/Python-3.7.17.tar.xz && ${'\\'} 26 tar -xf Python-3.7.17.tar.xz && ${'\\'} 27 cd Python-3.7.17 && ${'\\'} 29 make -j 4 && ${'\\'} 31 RUN curl https://bootstrap.pypa.io/pip/3.7/get-pip.py | python3 [all …]
|
| /third_party/libphonenumber/debian/ |
| D | control | 3 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org> 5 Build-Depends: cdbs, 8 default-jdk | java-sdk, 9 libboost-dev (>= 1.40), 10 libboost-system-dev (>= 1.40), 11 libboost-thread-dev (>= 1.40), 12 libgtest-dev, 13 libicu-dev (>= 4.4), 14 libprotobuf-dev (>= 2.4), 15 libre2-dev, [all …]
|
| /third_party/grpc/tools/gce/ |
| D | linux_kokoro_performance_worker_init.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 set -ex 22 sudo apt-get update 25 sudo apt-get install -y openjdk-8-jdk 26 sudo apt-get install -y unzip lsof 28 sudo apt-get install -y \ 30 autotools-dev \ 31 build-essential \ 36 gcc-multilib \ 41 libc6-dbg \ [all …]
|
| /third_party/grpc/templates/tools/dockerfile/grpc_clang_tidy/ |
| D | Dockerfile.template | 2 --- | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM silkeh/clang:19-bookworm 19 # Install prerequisites for the clang-tidy script 20 RUN apt-get update && apt-get install -y python3 jq git && apt-get clean 22 # otherwise clang-tidy will report missing <gtest/gtest.h> header 23 RUN apt-get update && apt-get install -y libgtest-dev && apt-get clean
|
| /third_party/grpc/tools/dockerfile/grpc_clang_tidy/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM silkeh/clang:19-bookworm 17 # Install prerequisites for the clang-tidy script 18 RUN apt-get update && apt-get install -y python3 jq git && apt-get clean 20 # otherwise clang-tidy will report missing <gtest/gtest.h> header 21 RUN apt-get update && apt-get install -y libgtest-dev && apt-get clean
|
| /third_party/grpc/tools/dockerfile/grpc_scan_build/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 RUN apt-get update && apt-get install -y \ 20 libgtest-dev \ 21 && apt-get clean 23 RUN git clone --recursive https://github.com/grpc/grpc.git 29 (cd grpc ; git submodule update --init --recursive) && \ 30 …llvm/tools/clang/tools/scan-build/scan-build -o /tmp/grpc --use-analyzer=/usr/local/bin/clang make… 31 …llvm/tools/clang/tools/scan-view/scan-view /tmp/grpc/`ls /tmp/grpc` --host 0.0.0.0 --no-browser --…
|
| /third_party/grpc/tools/dockerfile/test/sanity/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM silkeh/clang:19-bookworm 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ [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/grpc/tools/dockerfile/grpc_dist_proto/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 RUN apt-get update && apt-get -y install libgtest-dev 25 RUN mkdir -p /var/local/git 31 ./configure --disable-shared --prefix=/tmp/protoc_static \ 32 LDFLAGS="-lgcc_eh -static-libgcc -static-libstdc++" && \ 33 make -j12 && make check && make install 38 ./configure --prefix=/usr/local && \ 39 make -j12 && make check && make install 44 RUN LDFLAGS=-static make plugins 47 RUN mkdir /tmp/proto-bins_$(cat /version.txt)_linux-$(uname -m) [all …]
|
| /third_party/ninja/.github/workflows/ |
| D | linux.yml | 11 runs-on: [ubuntu-latest] 15 - uses: actions/checkout@v2 16 - uses: codespell-project/actions-codespell@master 19 - name: Install dependencies 21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh 22 chmod +x cmake-3.16.4-Linux-x86_64.sh 23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local 24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 26 rpm -U --quiet p7zip-16.02-20.el7.x86_64.rpm [all …]
|