Searched +full:apt +full:- +full:key (Results 1 – 25 of 143) sorted by relevance
123456
5 - os: linux8 apt:10 - ubuntu-toolchain-r-test12 - g++-4.814 - MATRIX_EVAL="CC=gcc-4.8 CXX=g++-4.8"15 - os: linux18 apt:20 - ubuntu-toolchain-r-test22 - g++-4.924 - MATRIX_EVAL="CC=gcc-4.9 CXX=g++-4.9"[all …]
3 set -e5 apt-get update -qq6 apt-get install -y --no-install-recommends wget gnupg ca-certificates apt-transport-https8 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 | cat13 # 15CF4D18AF4F7421 is the key for the http://apt.llvm.org/artful PPA.14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 15CF4D18AF4F7421 | cat16 apt-get update -qq17 apt-get install -y --allow-unauthenticated --no-install-recommends \[all …]
6 RUN bash -x /common_install.sh7 RUN apt-get install -y --no-install-recommends curl10 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 -qq20 RUN apt-get remove -y python3-pip21 RUN python3 -m easy_install pip23 RUN apt-get install -y --allow-unauthenticated --no-install-recommends \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.019 RUN apt-get update && apt-get install debian-keyring && apt-key update22 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 …]
1 diff --git a/third_party/boringssl b/third_party/boringssl3 --- a/third_party/boringssl5 @@ -1 +1 @@6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e98 diff --git a/third_party/gflags b/third_party/gflags10 --- a/third_party/gflags12 @@ -1 +1 @@13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f5902915 diff --git a/third_party/googletest b/third_party/googletest17 --- a/third_party/googletest[all …]
5 macos-10.12.6-aat-fonts:9 - checkout10 …- 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-cairo12 - run: make -j413 - run: make check || .ci/fail.sh15 macos-10.13.6-aat-fonts:19 - checkout20 …- 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.017 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean19 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 clean27 RUN apt-get update && apt-get install -y unzip && apt-get clean30 RUN apt-get install -y apt-transport-https31 RUN sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty ma…[all …]
3 set -e4 set -o xtrace8 apt-get install -y \9 ca-certificates \13 apt-key add .gitlab-ci/container/llvm-snapshot.gpg.key14 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.list18 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l…20 apt-get update[all …]
3 set -e4 set -o xtrace8 apt-get install -y \9 ca-certificates \11 python3-pip \12 python3-setuptools \17 apt-key add .gitlab-ci/container/llvm-snapshot.gpg.key18 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.019 RUN apt-get update && apt-get install -y debian-keyring && apt-key update22 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 …]
5 16.04 server (64-bit) distribution is used and the web server is17 ------------------20 - default installation21 - upgraded to latest package versions22 sudo apt-get update23 sudo apt-get upgrade26 sudo apt-get install sqlite327 sudo apt-get install apache228 sudo apt-get install php-sqlite3 php-xml libapache2-mod-php31 sudo apt-get install build-essential[all …]
1 name: generic-dev11 # 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, but26 runs-on: ubuntu-latest28 - uses: actions/checkout@v229 - name: make benchmarking33 runs-on: ubuntu-latest[all …]
4 # $ 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-multipython11 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt7 /dt712 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt8 /dt817 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 …]
4 FROM python:3.9.0-buster8 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 update13 RUN apt-get install -y zip xxd sudo15 RUN apt-get install -y clang-12 clang-format-1216 # Set clang-12 and clang-format-12 as the default to ensure that the pigweed18 RUN ln -s /usr/bin/clang-12 /usr/bin/clang19 RUN ln -s /usr/bin/clang++-12 /usr/bin/clang++20 RUN ln -s /usr/bin/clang-format-12 /usr/bin/clang-format
2 # $ 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.046 FROM gcr.io/clang-docker-builder/clang-ubuntu14_049 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http…10 rm -rf /var/lib/apt/lists/* && \13 …apt-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 …]
2 # $ 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.049 FROM gcr.io/clang-docker-builder/clang-ubuntu14_0412 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates apt-transport-http…13 rm -rf /var/lib/apt/lists/* && \16 …apt-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 …]
6 ARG ROCM_DEB_REPO=http://repo.radeon.com/rocm/apt/4.0.1/9 ARG ROCM_PATH=/opt/rocm-4.0.114 RUN apt update && apt install -y wget software-properties-common17 RUN apt-get clean all18 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 …]
1 #!/bin/bash -eu8 # http://www.apache.org/licenses/LICENSE-2.017 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/*
12 # 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 DB82666C16 # 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 Mono22 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 …]
2 #===- libcxx/utils/docker/scripts/install_clang_package.sh -----------------===//9 #===-----------------------------------------------------------------------===//11 set -e19 -h|--help show this help message20 --version the numeric version of the package to use.26 while [[ $# -gt 0 ]]; do28 --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 …]
4 GCC-10:5 runs-on: ubuntu-latest7 - uses: actions/checkout@v18 - name: Install packages (Ubuntu)10 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y11 sudo apt-get update12 sudo apt-get install -y gcc-1013 - name: Generate project files15 …cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DWITH_GZFILEOP=ON -DWITH_FUZZERS=OFF -…17 CC: gcc-10[all …]
5 - master11 - os: linux12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-714 apt:16 - ubuntu-toolchain-r-test18 - gcc-719 - g++-720 - os: linux21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.423 apt:[all …]