Home
last modified time | relevance | path

Searched +full:libgtest +full:- +full:dev (Results 1 – 17 of 17) sorted by relevance

/third_party/protobuf/kokoro/linux/dockerfile/test/cpp_tcmalloc/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
26 RUN apt-get install -y \
27 google-perftools \
28 libgoogle-perftools4 \
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/python35/
DDockerfile1 FROM python:3.5-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
/third_party/protobuf/kokoro/linux/dockerfile/test/python36/
DDockerfile1 FROM python:3.6-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
/third_party/protobuf/kokoro/linux/dockerfile/test/python27/
DDockerfile1 FROM python:2.7-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
/third_party/protobuf/kokoro/linux/dockerfile/test/python37/
DDockerfile1 FROM python:3.7-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
/third_party/protobuf/kokoro/linux/dockerfile/test/python38/
DDockerfile1 FROM python:3.8-buster
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
/third_party/protobuf/kokoro/linux/dockerfile/test/java_stretch/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
26 RUN apt-get install -y \
27 # -- For all Java builds -- \
29 # -- For java_linkage_monitor \
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/javascript/
DDockerfile3 RUN apt-get update && apt-get install -y gnupg
7 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
9 autotools-dev \
10 build-essential \
17 libc6-dbg \
18 libc6-dev \
19 libgtest-dev \
25 && apt-get clean
30 RUN apt-get install -y \
31 # -- For javascript and closure compiler -- \
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
26 RUN apt-get update && apt-get install -y libunwind8 libicu57 && apt-get clean
29 RUN wget -q https://dot.net/v1/dotnet-install.sh && \
30 chmod u+x dotnet-install.sh && \
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/ruby/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
26 RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys \
29 RUN \curl -sSL https://get.rvm.io | bash -s stable
31 RUN /bin/bash -l -c "rvm install 2.3.8"
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
26 libonig-dev \
27 libsqlite3-dev \
28 && apt-get clean
31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
[all …]
/third_party/libphonenumber/debian/
Dcontrol3 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/libphonenumber/cpp/
DREADME6 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/protobuf/kokoro/linux/32-bit/
DDockerfile9 # Base Dockerfile for gRPC dev images
13 …pa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/various-php.list && \
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
29 libc6-dev \
30 libgtest-dev \
37 # -- For python --
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
32 libcurl4-openssl-dev \
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
31 libcurl4-openssl-dev \
[all …]
/third_party/ninja/.github/workflows/
Dlinux.yml11 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 …]