Home
last modified time | relevance | path

Searched +full:apt +full:- +full:add +full:- +full:repository (Results 1 – 25 of 51) 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/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/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/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_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/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/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/ltp/
D.travis.yml1 # Copyright (c) 2017-2020 Petr Vorel <pvorel@suse.cz>
6 - docker
11 - os: linux
16 - os: linux
17 env: DISTRO=debian:stable VARIANT=cross-compile ARCH=ppc64el TREE=out MAKE_INSTALL=1
18 compiler: powerpc64le-linux-gnu-gcc
20 - os: linux
21 env: DISTRO=debian:stable VARIANT=cross-compile ARCH=arm64 TREE=out
22 compiler: aarch64-linux-gnu-gcc
24 - os: linux
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/rxjs/_esm5/
DREADME.md5-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions…
13 - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
17 …This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and i…
21 - [Code of Conduct](CODE_OF_CONDUCT.md)
22 - [Contribution Guidelines](CONTRIBUTING.md)
23 - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24 - [API Documentation](https://rxjs.dev/)
26 ## Versions In This Repository
28 - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleas…
29 - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest ve…
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/rxjs/src/
DREADME.md5-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions…
13 - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
17 …This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and i…
21 - [Code of Conduct](CODE_OF_CONDUCT.md)
22 - [Contribution Guidelines](CONTRIBUTING.md)
23 - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24 - [API Documentation](https://rxjs.dev/)
26 ## Versions In This Repository
28 - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleas…
29 - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest ve…
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/rxjs/_esm2015/
DREADME.md5-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions…
13 - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
17 …This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and i…
21 - [Code of Conduct](CODE_OF_CONDUCT.md)
22 - [Contribution Guidelines](CONTRIBUTING.md)
23 - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24 - [API Documentation](https://rxjs.dev/)
26 ## Versions In This Repository
28 - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleas…
29 - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest ve…
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/rxjs/
DREADME.md5-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions…
13 - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
17 …This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and i…
21 - [Code of Conduct](CODE_OF_CONDUCT.md)
22 - [Contribution Guidelines](CONTRIBUTING.md)
23 - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24 - [API Documentation](https://rxjs.dev/)
26 ## Versions In This Repository
28 - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleas…
29 - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest ve…
[all …]

123