Home
last modified time | relevance | path

Searched +full:apt +full:- +full:key (Results 1 – 25 of 143) sorted by relevance

123456

/external/rust/crates/grpcio-sys/grpc/third_party/re2/
D.travis.yml5 - os: linux
8 apt:
10 - ubuntu-toolchain-r-test
12 - g++-4.8
14 - MATRIX_EVAL="CC=gcc-4.8 CXX=g++-4.8"
15 - os: linux
18 apt:
20 - ubuntu-toolchain-r-test
22 - g++-4.9
24 - MATRIX_EVAL="CC=gcc-4.9 CXX=g++-4.9"
[all …]
/external/google-fruit/extras/dockerfiles/
Dcommon_install.sh3 set -e
5 apt-get update -qq
6 apt-get install -y --no-install-recommends wget gnupg ca-certificates apt-transport-https
8 wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add -
10 # 1E9377A2BA9EF27F is the key for the ubuntu-toolchain-r PPA.
11 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1E9377A2BA9EF27F | cat
13 # 15CF4D18AF4F7421 is the key for the http://apt.llvm.org/artful PPA.
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 15CF4D18AF4F7421 | cat
16 apt-get update -qq
17 apt-get install -y --allow-unauthenticated --no-install-recommends \
[all …]
DDockerfile.ubuntu-18.046 RUN bash -x /common_install.sh
7 RUN apt-get install -y --no-install-recommends curl
10 RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
12 RUN echo 'deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8' >> /etc/apt/sourc…
14 COPY ubuntu-18.04_custom.list /etc/apt/sources.list.d/
16 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys F23C5A6CF475977595C89F51BA693…
18 RUN apt-get update -qq
20 RUN apt-get remove -y python3-pip
21 RUN python3 -m easy_install pip
23 RUN apt-get install -y --allow-unauthenticated --no-install-recommends \
[all …]
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
19 RUN apt-get update && apt-get install debian-keyring && apt-key update
22 RUN apt-get update && apt-key update && apt-get install -y \
24 autotools-dev \
25 build-essential \
30 gcc-multilib \
34 libc6-dbg \
35 libc6-dev \
36 libgtest-dev \
41 python-dev \
[all …]
/external/grpc-grpc/tools/interop_matrix/patches/csharp_v1.0.1/
Dgit_repo.patch1 diff --git a/third_party/boringssl b/third_party/boringssl
3 --- a/third_party/boringssl
5 @@ -1 +1 @@
6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e9
8 diff --git a/third_party/gflags b/third_party/gflags
10 --- a/third_party/gflags
12 @@ -1 +1 @@
13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f59029
15 diff --git a/third_party/googletest b/third_party/googletest
17 --- a/third_party/googletest
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/patches/csharp_v1.0.1/
Dgit_repo.patch1 diff --git a/third_party/boringssl b/third_party/boringssl
3 --- a/third_party/boringssl
5 @@ -1 +1 @@
6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e9
8 diff --git a/third_party/gflags b/third_party/gflags
10 --- a/third_party/gflags
12 @@ -1 +1 @@
13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f59029
15 diff --git a/third_party/googletest b/third_party/googletest
17 --- a/third_party/googletest
[all …]
/external/harfbuzz_ng/.circleci/
Dconfig.yml5 macos-10.12.6-aat-fonts:
9 - checkout
10- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
12 - run: make -j4
13 - run: make check || .ci/fail.sh
15 macos-10.13.6-aat-fonts:
19 - checkout
20- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…
21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
[all …]
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_ubuntu1404_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean
19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…
20 … echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | tee /etc/apt/source…
22 RUN apt-get update && apt-get install -y \
23 mono-devel \
25 && apt-get clean
27 RUN apt-get update && apt-get install -y unzip && apt-get clean
30 RUN apt-get install -y apt-transport-https
31 RUN sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty ma…
[all …]
/external/mesa3d/.gitlab-ci/container/
Dx86_test-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y \
9 ca-certificates \
13 apt-key add .gitlab-ci/container/llvm-snapshot.gpg.key
14 echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-9 main" >/etc/apt/sources.list.d/llvm9…
15 echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-10 main" >/etc/apt/sources.list.d/llvm…
17 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
18 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l…
20 apt-get update
[all …]
Dx86_build-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y \
9 ca-certificates \
11 python3-pip \
12 python3-setuptools \
17 apt-key add .gitlab-ci/container/llvm-snapshot.gpg.key
18 echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-9 main" >/etc/apt/sources.list.d/llvm9…
19 echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-10 main" >/etc/apt/sources.list.d/llvm…
21 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
[all …]
/external/grpc-grpc/tools/dockerfile/grpc_artifact_android_ndk/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
19 RUN apt-get update && apt-get install -y debian-keyring && apt-key update
22 RUN apt-get update && apt-key update && apt-get install -y \
24 autotools-dev \
25 build-essential \
30 gcc-multilib \
34 libc6-dbg \
35 libc6-dev \
36 libgtest-dev \
41 python-dev \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_android_ndk/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
19 RUN apt-get update && apt-get install -y debian-keyring && apt-key update
22 RUN apt-get update && apt-key update && apt-get install -y \
24 autotools-dev \
25 build-essential \
30 gcc-multilib \
34 libc6-dbg \
35 libc6-dev \
36 libgtest-dev \
41 python-dev \
[all …]
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt5 16.04 server (64-bit) distribution is used and the web server is
17 ------------------
20 - default installation
21 - upgraded to latest package versions
22 sudo apt-get update
23 sudo apt-get upgrade
26 sudo apt-get install sqlite3
27 sudo apt-get install apache2
28 sudo apt-get install php-sqlite3 php-xml libapache2-mod-php
31 sudo apt-get install build-essential
[all …]
/external/zstd/.github/workflows/
Dgeneric-dev.yml1 name: generic-dev
11 # icc (need self-hosted)
14 # staticAnalyze (need trusty so need self-hosted)
15 # pcc-fuzz: (need trusty so need self-hosted)
16 # min-decomp-macros (flakey)
18 # setting up self-hosted is pretty straightforward, but
26 runs-on: ubuntu-latest
28 - uses: actions/checkout@v2
29 - name: make benchmarking
33 runs-on: ubuntu-latest
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython4 # $ docker build -f Dockerfile.local-toolchain-ubuntu18.04-manylinux2010 \
5 # --tag "local-toolchain-ubuntu18.04-manylinux2010" .
6 # $ docker build -f Dockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython \
7 # --tag "gcr.io/tensorflow-testing/nosla-rocm-ubuntu18.04-manylinux2010-multipython" .
8 # $ docker push gcr.io/tensorflow-testing/nosla-rocm-ubuntu18.04-manylinux2010-multipython
11 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt7 /dt7
12 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt8 /dt8
17 RUN apt-get update && apt-get install -y --no-install-recommends \
18 curl libnuma-dev gnupg sudo libelf1 build-essential \
19 && curl -sL http://repo.radeon.com/rocm/apt/4.0/rocm.gpg.key | apt-key add - \
[all …]
DDockerfile.micro4 FROM python:3.9.0-buster
8 RUN echo deb http://apt.llvm.org/buster/ llvm-toolchain-buster-12 main > /etc/apt/sources.list.d/ll…
9 RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
11 RUN apt-get update
13 RUN apt-get install -y zip xxd sudo
15 RUN apt-get install -y clang-12 clang-format-12
16 # Set clang-12 and clang-format-12 as the default to ensure that the pigweed
18 RUN ln -s /usr/bin/clang-12 /usr/bin/clang
19 RUN ln -s /usr/bin/clang++-12 /usr/bin/clang++
20 RUN ln -s /usr/bin/clang-format-12 /usr/bin/clang-format
DDockerfile.rbe.cuda10.0-cudnn7-ubuntu14.042 # $ docker build -f Dockerfile.rbe.cuda10.0-cudnn7-ubuntu14.04 \
3 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu14.04" .
4 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu14.04
6 FROM gcr.io/clang-docker-builder/clang-ubuntu14_04
9 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http…
10 rm -rf /var/lib/apt/lists/* && \
13apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_6…
14 apt-key adv --export --no-emit-version -a $NVIDIA_GPGKEY_FPR | tail -n +2 > cudasign.pub && \
15 echo "$NVIDIA_GPGKEY_SUM cudasign.pub" | sha256sum -c --strict - && rm cudasign.pub && \
16 …veloper.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/cuda…
[all …]
DDockerfile.rbe.cuda9.0-cudnn7-ubuntu14.042 # $ docker build -f Dockerfile.rbe.cuda9.0-cudnn7-ubuntu14.04 \
3 # --tag "gcr.io/tensorflow-testing/nosla-cuda9.0-cudnn7-ubuntu14.04" .
4 # $ docker push gcr.io/tensorflow-testing/nosla-cuda9.0-cudnn7-ubuntu14.04
9 FROM gcr.io/clang-docker-builder/clang-ubuntu14_04
12 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http…
13 rm -rf /var/lib/apt/lists/* && \
16apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_6…
17 apt-key adv --export --no-emit-version -a $NVIDIA_GPGKEY_FPR | tail -n +2 > cudasign.pub && \
18 echo "$NVIDIA_GPGKEY_SUM cudasign.pub" | sha256sum -c --strict - && rm cudasign.pub && \
19 …veloper.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/cuda…
[all …]
DDockerfile.rocm6 ARG ROCM_DEB_REPO=http://repo.radeon.com/rocm/apt/4.0.1/
9 ARG ROCM_PATH=/opt/rocm-4.0.1
14 RUN apt update && apt install -y wget software-properties-common
17 RUN apt-get clean all
18 RUN bin/bash -c 'if [[ $ROCM_DEB_REPO == http://repo.radeon.com/rocm/* ]] ; then \
19 wget -qO - $ROCM_DEB_REPO/rocm.gpg.key | apt-key add -; \
20 …echo "deb [arch=amd64] $ROCM_DEB_REPO $ROCM_BUILD_NAME $ROCM_BUILD_NUM" > /etc/apt/sources.list.d/…
22 …amd64 trusted=yes] $ROCM_DEB_REPO $ROCM_BUILD_NAME $ROCM_BUILD_NUM" > /etc/apt/sources.list.d/rocm…
26 RUN apt-get update --allow-insecure-repositories && DEBIAN_FRONTEND=noninteractive apt-get install
27 build-essential \
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_clang.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
17 DIST="$(grep "DISTRIB_CODENAME" /etc/lsb-release |sed 's,.*=,,')"
18 wget -O - "https://apt.llvm.org/llvm-snapshot.gpg.key"| apt-key add -
19 add-apt-repository "deb http://apt.llvm.org/${DIST}/ llvm-toolchain-${DIST}-8 main"
20 apt-get update && apt-get install -y clang-8 && \
21 rm -rf /var/lib/apt/lists/*
/external/protobuf/kokoro/linux/64-bit/
DDockerfile12 # Apt source for old Python versions.
13 RUN echo 'deb http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu trusty main' > /etc/apt/sources.lis…
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DB82666C
16 # Apt source for Oracle Java.
17 …launchpad.net/webupd8team/java/ubuntu trusty main' > /etc/apt/sources.list.d/webupd8team-java-trus…
18 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 && \
19 …echo "oracle-java7-installer shared/accepted-oracle-license-v1-1 select true" | debconf-set-select…
21 # Apt source for Mono
22 RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list…
23 …echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc…
[all …]
/external/libcxx/utils/docker/scripts/
Dinstall_clang_packages.sh2 #===- libcxx/utils/docker/scripts/install_clang_package.sh -----------------===//
9 #===-----------------------------------------------------------------------===//
11 set -e
19 -h|--help show this help message
20 --version the numeric version of the package to use.
26 while [[ $# -gt 0 ]]; do
28 --version)
33 -h|--help)
45 curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
46 add-apt-repository -s "deb http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs…
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Danalyze.yml4 GCC-10:
5 runs-on: ubuntu-latest
7 - uses: actions/checkout@v1
8 - name: Install packages (Ubuntu)
10 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
11 sudo apt-get update
12 sudo apt-get install -y gcc-10
13 - name: Generate project files
15 …cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DWITH_GZFILEOP=ON -DWITH_FUZZERS=OFF -
17 CC: gcc-10
[all …]
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
19 RUN apt-get update && apt-get install debian-keyring && apt-key update
22 RUN apt-get update && apt-key update && apt-get install -y \
24 autotools-dev \
25 build-essential \
30 gcc-multilib \
34 libc6-dbg \
35 libc6-dev \
36 libgtest-dev \
41 python-dev \
[all …]
/external/brotli/
D.travis.yml5 - master
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
14 apt:
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
23 apt:
[all …]

123456