Home
last modified time | relevance | path

Searched +full:ubuntu +full:- +full:toolchain +full:- +full:r (Results 1 – 25 of 72) sorted by relevance

123

/external/rust/crates/grpcio-sys/grpc/third_party/re2/
D.travis.yml5 - os: linux
10 - ubuntu-toolchain-r-test
12 - g++-4.8
14 - MATRIX_EVAL="CC=gcc-4.8 CXX=g++-4.8"
15 - os: linux
20 - ubuntu-toolchain-r-test
22 - g++-4.9
24 - MATRIX_EVAL="CC=gcc-4.9 CXX=g++-4.9"
25 - os: linux
30 - ubuntu-toolchain-r-test
[all …]
/external/brotli/
D.travis.yml5 - master
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
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
25 - ubuntu-toolchain-r-test
27 - gcc-4.4
[all …]
/external/fmtlib/
D.travis.yml12 - secure: |-
20 - env: BUILD=Doc
23 - env: COMPILER=g++-6 BUILD=Debug STANDARD=14
29 - ubuntu-toolchain-r-test
31 - g++-6
32 - env: COMPILER=g++-6 BUILD=Release STANDARD=14
38 - ubuntu-toolchain-r-test
40 - g++-6
42 - env: COMPILER=g++-8 BUILD=Debug STANDARD=17
48 - ubuntu-toolchain-r-test
[all …]
/external/google-fruit/extras/dockerfiles/
Dubuntu_arm-16.04_custom.list1 deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main
2 deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main
3 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main
4 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial main
5 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main
6 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main
7 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main
8 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main
9 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main
10 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main
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
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 \
22 libboost-dev \
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_cmake_arm.md6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)
8 [tensorflow/tensorflow:devel](https://hub.docker.com/r/tensorflow/tensorflow/tags/).
21 The following examples are tested under Raspberry Pi OS, Ubuntu Server 20.04 LTS
23 capabilities, you may need to use different version of toolchain and build
29 ldd --version
32 <pre class="tfo-notebook-code-cell-output">
33 ldd (Debian GLIBC 2.28-10) 2.28
42 If your target is ARM 32-bit, there are two ABI available depending on VFP
45 example, you need to use different toolchain for armel targets.
55 <pre class="tfo-notebook-code-cell-output">
[all …]
Dbuild_cmake_pip.md6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)
8 [tensorflow/tensorflow:devel](https://hub.docker.com/r/tensorflow/tensorflow/tags/).
50 ----------- | ------------------------
52 PI-PYTHON37 | Python 3.7
53 PI-PYTHON38 | Python 3.8
62 --------- | -------------------- | --------
65 …4-bit) | [Coral Mendel Linux 4.0](https://coral.ai/) <br/> Raspberry Pi with [Ubuntu Server 20.04.…
66 native | Your workstation | It builds with "-mnative" optimization
76 tensorflow/tools/ci_build/ci_build.sh PI-PYTHON37 \
83 tensorflow/tools/ci_build/ci_build.sh PI-PYTHON38 \
[all …]
Dbuild_rpi.md15 **Note:** This page only covers 32-bit builds. If you're looking for 64-bit
18 **Note:** Cross-compile ARM with CMake is available. Please check
21 ## Cross-compile for Raspberry Pi with Make
23 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)
25 [tensorflow/tensorflow:devel](https://hub.docker.com/r/tensorflow/tensorflow/tags/).
29 #### Step 1. Clone official Raspberry Pi cross-compilation toolchain
57 PATH=../rpi_tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin:$PATH \
62 `tensorflow/lite/tools/make/gen/rpi_armv7l/lib/libtensorflow-lite.a`.
71 ./tensorflow/lite/tools/make/build_rpi_lib.sh -j 16 # run with 16 jobs to leverage more CPU cores
78 PATH=../rpi_tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin:$PATH \
[all …]
Dbuild_arm64.md4 for ARM64-based computers. If you just want to start using TensorFlow Lite to
15 **Note:** Cross-compile ARM with CMake is available. Please check
18 ## Cross-compile for ARM64 with Make
22 [tensorflow/tensorflow:devel](https://hub.docker.com/r/tensorflow/tensorflow/tags/).
24 To get started, install the toolchain and libs:
27 sudo apt-get update
28 sudo apt-get install crossbuild-essential-arm64
33 Now git-clone the TensorFlow repository
52 `tensorflow/lite/tools/make/gen/linux_aarch64/lib/libtensorflow-lite.a`.
58 Log in to your board and install the toolchain:
[all …]
/external/libsrtp2/
D.travis.yml7- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose…
13 - os: linux
15 - TEST="linux (gcc / valgrind)"
19 - ubuntu-toolchain-r-test
21 - gcc-6
22 - valgrind
24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure
25 - make
26 - make runtest
27 - make runtest-valgrind
[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/catch2/
D.travis.yml5 - /dev-appveyor.*/
8 - ubuntu-toolchain-r-test
9 - llvm-toolchain-trusty
10 - llvm-toolchain-trusty-3.9
11 - llvm-toolchain-trusty-4.0
12 - llvm-toolchain-xenial-5.0
13 - llvm-toolchain-xenial-6.0
19 - os: linux
24 packages: ['clang-3.5']
25 env: COMPILER='clang++-3.5'
[all …]
/external/lz4/
D.travis.yml7 - name: (macOS) General Test
11 - make # test library build
12 - make clean
13- make -C tests test-lz4 MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenar…
14 - make clean
15 - CFLAGS=-m32 make -C tests test-lz4-contentSize
17 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
18 - name: (Precise) benchmark test
21 - make -C tests test-lz4 test-lz4c test-fullbench
23 - name: (Precise) frame and fuzzer test
[all …]
/external/Reactive-Extensions/RxCpp/
D.travis.yml13 - env: BUILD_TYPE=Debug ASAN=Off RUN_TEST=On EXCEPTIONS=On
17 - env: BUILD_TYPE=Debug ASAN=Off LLVM_VERSION=3.8.0 RUN_TEST=On EXCEPTIONS=On
21 - env: BUILD_TYPE=Release ASAN=Off GCC_VERSION=4.9 RUN_TEST=On EXCEPTIONS=On
27 - g++-4.9
29 - ubuntu-toolchain-r-test
31 - env: BUILD_TYPE=Release ASAN=Off GCC_VERSION=7 RUN_TEST=On EXCEPTIONS=On
37 - g++-7
39 - ubuntu-toolchain-r-test
41 - env: BUILD_TYPE=Debug ASAN=Off GCC_VERSION=8 RUN_TEST=On EXCEPTIONS=Off
47 - g++-8
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Ubuntu](#ubuntu---binary)
6 - [Fedora](#fedora---binary)
7 - [Arch](#arch---aur)
8 - [Gentoo](#gentoo---portage)
9 - [openSUSE](#opensuse---binary)
10 - [RHEL](#rhel---binary)
12 - [Debian](#debian---source)
13 - [Ubuntu](#ubuntu---source)
14 - [Fedora](#fedora---source)
[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/rust/crates/libz-sys/src/zlib-ng/test/
Dpkgcheck.sh5 Usage: sh test/pkgcheck.sh [--zlib-compat]
8 If --zlib-compat, tests with zlib compatible builds.
12 $ sudo apt install ninja-build diffoscope gcc-multilib
13 $ export CMAKE_ARGS="-DCMAKE_C_FLAGS=-m32" CFLAGS=-m32 LDFLAGS=-m32
16 To cross-build, install the appropriate qemu and gcc packages,
18 On Ubuntu, for example (values taken from .github/workflows/pkgconf.yml):
21 $ sudo apt install ninja-build diffoscope qemu gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
22 $ export CHOST=arm-linux-gnueabihf
23 $ export CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-arm.cmake -DCMAKE_C_COMPILER_TARGET=${C…
26 $ sudo apt install ninja-build diffoscope qemu gcc-aarch64-linux-gnu libc6-dev-arm64-cross
[all …]
/external/angle/infra/config/
Dmain.star4 # Use of this source code is governed by a BSD-style license that can be
13 "-module-docstring",
14 "-function-docstring",
20 # Launch 0% of Swarming tasks for builds in "realms-aware mode"
32 buildbucket = "cr-buildbucket.appspot.com",
33 logdog = "luci-logdog.appspot.com",
34 milo = "luci-milo.appspot.com",
35 notify = "luci-notify.appspot.com",
36 scheduler = "luci-scheduler.appspot.com",
37 swarming = "chromium-swarm.appspot.com",
[all …]
/external/parameter-framework/upstream/
D.travis.yml2 - linux
3 - osx
8 # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
15 - PREFIX=$HOME/prefix
16 - MY_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$HOME/install"
17 - OSX_CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DPYTHON_BINDINGS=OFF -DCLIENT_SIMULATOR=OFF"
18 - CTEST_OUTPUT_ON_FAILURE=1
19 - LINUX=false
20 - OSX=false
23 - gcc
[all …]
/external/jsoncpp/
D.travis.yml2 # http://about.travis-ci.org/docs/user/build-configuration/
5 # gem install travis --no-rdoc --no-ri
12 - clang-format
13 - meson
14 - ninja
18 - ubuntu-toolchain-r-test
19 - llvm-toolchain-xenial-8
21 - clang-format-8
22 - clang-8
23 - valgrind
[all …]
/external/flatbuffers/
D.travis.yml4 - GCC_VERSION="4.9"
6 - UBSAN_OPTIONS=halt_on_error=1
7 - ASAN_OPTIONS=halt_on_error=1
9 - JOBS=2
10 - MAKEFLAGS="-j 2"
12 conan-linux: &conan-linux
18 - docker
20 - ./conan/travis/install.sh
22 - ./conan/travis/build.sh
25 conan-linux-master: &conan-linux-master
[all …]
/external/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 …]
/external/google-breakpad/
D.travis.yml2 # https://docs.travis-ci.com/
10 - ubuntu-toolchain-r-test
12 - clang
13 - gcc-4.8
14 - g++-4.8
18- secure: "FPczJ1u7FWGXOtUVf5AONeexfQDYnKRtuNs3phLwlPPAbgAlIc/WeTRSHC8DAb1T8IyPdN3Zi7cqLz0dvPol0iX…
23 - os: linux
25 env: USE_CC=gcc-4.8 USE_CXX=g++-4.8 COVERITY_SCAN=true
26 - os: linux
29 before_install: ./scripts/travis-checkout.sh
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.pi-python371 FROM ubuntu:16.04
11 RUN add-apt-repository -y ppa:openjdk-r/ppa
12 RUN /install/install_deb_packages.sh --without_cmake
15 # The following line installs the Python 3.7 cross-compilation toolchain.
DDockerfile.pi-python381 FROM ubuntu:16.04
11 RUN add-apt-repository -y ppa:openjdk-r/ppa
12 RUN /install/install_deb_packages.sh --without_cmake
15 # The following line installs the Python 3.8 cross-compilation toolchain.

123