Home
last modified time | relevance | path

Searched +full:apt +full:- +full:add +full:- +full:repository (Results 1 – 25 of 59) sorted by relevance

123

/third_party/flutter/flutter/dev/ci/docker_linux/
DDockerfile14 MAINTAINER Flutter Developers <flutter-dev@googlegroups.com>
16 RUN apt-get update -y
17 RUN apt-get upgrade -y
20 RUN apt-get install -y --no-install-recommends \
26 apt-transport-https \
27 ca-certificates \
30 # Add repo for chrome stable
31 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
32 …http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sources.list.d/google-chrome.li…
34 # Add repo for gcloud sdk and install it
[all …]
/third_party/ejdb/docker/testbed/
Dllvm.sh5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11 set -eux
15 if [ "$#" -eq 1 ]; then
19 DISTRO=$(lsb_release -is)
20 VERSION=$(lsb_release -sr)
23 if [[ $EUID -ne 0 ]]; then
28 declare -A LLVM_VERSION_PATTERNS
29 LLVM_VERSION_PATTERNS[9]="-9"
30 LLVM_VERSION_PATTERNS[10]="-10"
31 LLVM_VERSION_PATTERNS[11]="-11"
[all …]
Dsetup.sh3 set -e
4 set -x
10 pwd -P
16 dpkg --add-architecture i386
17 apt-get update
18 apt-get install -y apt-utils software-properties-common apt-transport-https sudo curl wget zip unzip
19 apt-get update
20 apt-get dist-upgrade -y
22 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | t…
23 wget -qO- https://deb.nodesource.com/setup_12.x | bash -
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/
Dcontinuous.sh5 set -e # Fail on any error.
6 set -x # Display commands being run.
9 sudo aptitude purge -yq cmake
10 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
11 sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main'
12 sudo aptitude update -yq
13 sudo aptitude install -yq cmake
14 cmake --version
17 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
18 sudo aptitude update -yq
[all …]
/third_party/boost/tools/build/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2015-2019.
10 - develop
11 - master
12 - feature/*
15 - appveyor.yml
19 - develop
22 - appveyor.yml
26 - stage: Test
29 - job: 'Linux'
31 vmImage: 'ubuntu-16.04'
[all …]
/third_party/ejdb/src/bindings/ejdb2_jni/example/
DREADME.md11 cmake .. -DBUILD_JNI_BINDING=ON -DCMAKE_BUILD_TYPE=Release
15 or install binary package from [our PPA repository](https://launchpad.net/~adamansky/+archive/ubunt…
18 sudo add-apt-repository ppa:adamansky/ejdb2
19 sudo apt-get update
20 sudo apt-get install ejdb2-java
23 Then compile and run app (Linux x86-64)
29 mvn exec:java -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="EJDB2Example"
33 the `libejdb2jni.so` library is located. For Linux systems `ejdb2-java` PPA debian package installs
41 <repository>
45 </repository>
/third_party/protobuf/kokoro/docs/
Dpublish-python.sh2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/master/.kokoro/publish-docs.sh
4 set -eo pipefail
12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
17 wget https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_…
18 unzip protoc-3.11.2-linux-x86_64.zip bin/protoc
20 python3.6 -m venv venv
[all …]
/third_party/lz4/.circleci/images/primary/
DDockerfile1 FROM circleci/buildpack-deps:bionic
3 RUN sudo apt-get -y -qq update
4 RUN sudo apt-get -y install software-properties-common
5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6 RUN sudo apt-get -y install cmake
7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386
9 RUN sudo apt-get -y install clang clang-tools
10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
11 RUN sudo apt-get -y install valgrind
[all …]
/third_party/alsa-utils/.github/workflows/
Dbuild.yml1 name: Build alsa-utils
7 runs-on: ubuntu-latest
11 - name: Prepare environment
13 dnf -y upgrade
14 dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel
16 - name: Checkout alsa-lib
19 repository: alsa-project/alsa-lib
21 path: alsa-lib
22 - name: Configure alsa-lib
24 cd alsa-lib
[all …]
/third_party/boost/libs/predef/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2019-2020.
10 - develop
11 - master
12 - feature/*
16 - develop
20 AZP_REPO_DIR: $(Build.Repository.LocalPath)
24 AZP_REPO: $(Build.Repository.Name)
29 - stage: Test
32 - job: 'Linux'
37 CXX: g++-9
[all …]
/third_party/grpc/tools/dockerfile/test/python_stretch_2.7_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[all …]
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[all …]
/third_party/grpc/tools/dockerfile/test/python_stretch_3.7_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[all …]
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_python/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[all …]
/third_party/grpc/tools/dockerfile/test/python_stretch_3.5_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[all …]
/third_party/grpc/templates/tools/dockerfile/
Dpython_stretch.include6 # Add Debian 'buster' repository, we will need it for installing newer versions of python
7 RUN echo 'deb http://ftp.de.debian.org/debian buster main' >> /etc/apt/sources.list
8 RUN echo 'APT::Default-Release "stretch";' | tee -a /etc/apt/apt.conf.d/00local
/third_party/grpc/tools/dockerfile/test/python_stretch_3.8_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[all …]
/third_party/grpc/tools/dockerfile/test/python_stretch_3.6_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[all …]
/third_party/benchmark/.github/workflows/
Dbuild-and-test.yml1 name: build-and-test
8 # TODO: add 32-bit builds (g++ and clang++) for ubuntu
9 # (requires g++-multilib and libc6:i386)
10 # TODO: add coverage build (requires lcov)
11 # TODO: add clang + libc++ builds for ubuntu
14 runs-on: ${{ matrix.os }}
16 fail-fast: false
18 os: [ubuntu-latest, ubuntu-20.04, macos-latest]
22 - displayTargetName: windows-latest-release
23 os: windows-latest
[all …]
/third_party/grpc/
DBUILDING.md1 gRPC C++ - Building from source
5 …://github.com/grpc/grpc/tree/master/src/cpp#to-start-using-grpc-c) instructions for guidance on ho…
7 # Pre-requisites
12 $ [sudo] apt-get install build-essential autoconf libtool pkg-config
17 $ [sudo] apt-get install cmake
22 $ # libgflags-dev is only required if building with make (deprecated)
23 $ [sudo] apt-get install libgflags-dev
25 $ [sudo] apt-get install clang-5.0 libc++-dev
36 $ [sudo] xcode-select --install
66 - Install Visual Studio 2015 or 2017 (Visual C++ compiler will be used).
[all …]
/third_party/grpc/tools/dockerfile/test/python_stretch_default_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[all …]
/third_party/grpc/templates/tools/dockerfile/test/bazel/
DDockerfile.template2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 # -------------------------- WARNING --------------------------------------
21 # https://github.com/google/oss-fuzz/blob/master/projects/grpc/Dockerfile
23 # -------------------------------------------------------------------------
26 RUN apt-get update && apt-get install -y software-properties-common python-software-properties
27 RUN add-apt-repository ppa:webupd8team/java
28 RUN apt-get update && apt-get -y install ${'\\'}
30 build-essential ${'\\'}
[all …]
/third_party/grpc/tools/dockerfile/test/bazel/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM gcr.io/oss-fuzz-base/base-builder
17 # -------------------------- WARNING --------------------------------------
19 # https://github.com/google/oss-fuzz/blob/master/projects/grpc/Dockerfile
21 # -------------------------------------------------------------------------
24 RUN apt-get update && apt-get install -y software-properties-common python-software-properties
25 RUN add-apt-repository ppa:webupd8team/java
26 RUN apt-get update && apt-get -y install \
28 build-essential \
33 openjdk-8-jdk \
[all …]
/third_party/ejdb/src/bindings/ejdb2_jni/
DREADME.md20 db.createQuery("@parrots/[age > :age]").setLong("age", 3).execute((docId, doc) -> {
30 - Linux x64
31 - MacOS
36 sudo add-apt-repository ppa:adamansky/ejdb2
37 sudo apt-get update
38 sudo apt-get install ejdb2-java
42 the `libejdb2jni.so` library is located. For Linux systems `ejdb2-java` PPA debian package installs
52 cmake .. -DBUILD_JNI_BINDING=ON -DCMAKE_BUILD_TYPE=Release
/third_party/openssl/
D.travis.yml13 - if [ -n "$COVERALLS" ]; then
14 pip install --user cpp-coveralls;
16 - if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then
17 git submodule update --init --recursive;
19 - eval "${MATRIX_EVAL}"
22 - amd64
23 - arm64
26 - linux
27 - osx
30 - clang
[all …]

123