Searched +full:ubuntu +full:- +full:toolchain +full:- +full:r (Results  1 – 25 of 78) sorted by relevance
1234
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/ | 
| D | .travis.yml | 5     - 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.yml | 5   - 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.yml | 12     - 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/ | 
| D | ubuntu_arm-16.04_custom.list | 1 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
  | 
| D | common_install.sh | 3 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/libsrtp2/ | 
| D | .travis.yml | 7 …- 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/openthread/.github/workflows/ | 
| D | build.yml | 35   cancel-previous-runs: 36     runs-on: ubuntu-20.04 38     - uses: rokroskar/workflow-run-cleanup-action@master 44     runs-on: ubuntu-20.04 46     - uses: actions/checkout@v2 49     - name: Bootstrap 51         sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 52         sudo apt-get --no-install-recommends install -y clang-format-9 clang-tidy-9 shellcheck 53         python3 -m pip install yapf==0.31.0 55     - name: Check [all …] 
 | 
| /external/tensorflow/tensorflow/lite/g3doc/guide/ | 
| D | build_cmake_arm.md | 6 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/). 20 The following examples are tested under Raspberry Pi OS, Ubuntu Server 20.04 LTS 22 capabilities, you may need to use different version of toolchain and build 28 ldd --version 31 <pre  class="tfo-notebook-code-cell-output"> 32 ldd (Debian GLIBC 2.28-10) 2.28 41 If your target is ARM 32-bit, there are two ABI available depending on VFP 44 example, you need to use different toolchain for armel targets. 54 <pre  class="tfo-notebook-code-cell-output"> [all …] 
 | 
| D | build_cmake_pip.md | 6 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/). 36 available to invoke a build command using a pre-defined Docker container. On a 40 make -C tensorflow/lite/tools/pip_package docker-build \ 53 --------- | -------------------- | -------- 56 …4-bit) | [Coral Mendel Linux 4.0](https://coral.ai/) <br/> Raspberry Pi with [Ubuntu Server 20.04.… 57 native    | Your workstation     | It builds with "-mnative" optimization 67 make -C tensorflow/lite/tools/pip_package docker-build \ 74 make -C tensorflow/lite/tools/pip_package docker-build \ 78 #### How to use a custom toolchain? [all …] 
 | 
| D | build_arm.md | 3 This page describes how to build the TensorFlow Lite libraries for ARM-based 11 ----------------------------------------------------------------------------------------- | -------… 21 ## Cross-compilation for ARM with CMake 23 If you have a CMake project or if you want to use a custom toolchain, you'd 28 ## Cross-compilation for ARM with Bazel 32 …ttps://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/toolchains/embedded/arm-linux) 36 | ------------------- | ----------------------- | -------------------------- | 37 | armhf (ARM32)       | --config=elinux_armhf   | RPI3, RPI4 with 32 bit     | 39 | AArch64 (ARM64)     | --config=elinux_aarch64 | Coral, RPI4 with Ubuntu 64 | 44 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64) [all …] 
 | 
| /external/catch2/ | 
| D | .travis.yml | 5   - /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/tensorflow/tensorflow/tools/ci_build/ | 
| D | Dockerfile.cpu-py36 | 1 FROM ubuntu:16.04 8 RUN add-apt-repository -y ppa:openjdk-r/ppa && \ 9    add-apt-repository -y ppa:george-edison55/cmake-3.x 13 RUN add-apt-repository ppa:ubuntu-toolchain-r/test 15 RUN apt -y install gcc-7 g++-7 16 RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 700 \ 17                          --slave /usr/bin/g++ g++ /usr/bin/g++-7 19 # The following line installs the Python 3.6 cross-compilation toolchain. 21 RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 0 22 RUN python3 -V
  | 
| D | Dockerfile.rbe.rocm-ubuntu20.04-manylinux2014-multipython | 4 # $ docker build -f Dockerfile.local-toolchain-ubuntu20.04-manylinux2014 \ 5 #  --tag "local-toolchain-ubuntu20.04-manylinux2014" . 6 # $ docker build -f Dockerfile.rbe.rocm-ubuntu20.04-manylinux2014-multipython \ 7 #  --tag "gcr.io/tensorflow-testing/nosla-rocm-ubuntu20.04-manylinux2014-multipython" . 8 # $ docker push gcr.io/tensorflow-testing/nosla-rocm-ubuntu20.04-manylinux2014-multipython 10 FROM ubuntu:20.04 11 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt7 /dt7 12 COPY --from=local-toolchain-ubuntu20.04-manylinux2014 /dt9 /dt9 17 RUN apt-get update && apt-get install -y --no-install-recommends \ 18     curl libnuma-dev gnupg sudo libelf1 build-essential \ [all …] 
 | 
| D | Dockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython | 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-multipython 10 FROM ubuntu:18.04 11 COPY --from=local-toolchain-ubuntu18.04-manylinux2010 /dt7 /dt7 16 RUN apt-get update && apt-get install -y --no-install-recommends \ 17     curl libnuma-dev gnupg sudo libelf1 build-essential \ 18   && curl -k -sL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \ [all …] 
 | 
| /external/eigen/ci/ | 
| D | smoketests.gitlab-ci.yml | 3   image: ubuntu:18.04 5     - apt-get update -y 6     - apt-get install -y --no-install-recommends software-properties-common 7     - add-apt-repository -y  ppa:ubuntu-toolchain-r/test 8     - apt-get update 9     - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER} 10       ${EIGEN_CI_CC_COMPILER} cmake ninja-build 12     - mkdir -p ${BUILDDIR} && cd ${BUILDDIR} 13     - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G 14       ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11} [all …] 
 | 
| /external/AFLplusplus/ | 
| D | Dockerfile | 2 # This Dockerfile for AFLplusplus uses Ubuntu 22.04 jammy and 3 # installs LLVM 14 for afl-clang-lto support :-) 6 FROM ubuntu:22.04 AS aflplusplus 14 RUN apt-get update && \ 15     apt-get -y install --no-install-suggests --no-install-recommends \ 19     ninja-build \ 21     build-essential \ 23     python3 python3-dev python3-setuptools python-is-python3 \ 24     libtool libtool-bin \ 25     libglib2.0-dev \ [all …] 
 | 
| /external/bcc/ | 
| D | INSTALL.md | 3 * [Kernel Configuration](#kernel-configuration) 5   - [Debian](#debian---binary) 6   - [Ubuntu](#ubuntu---binary) 7   - [Fedora](#fedora---binary) 8   - [Arch](#arch---binary) 9   - [Gentoo](#gentoo---portage) 10   - [openSUSE](#opensuse---binary) 11   - [RHEL](#rhel---binary) 12   - [Amazon Linux 1](#amazon-linux-1---binary) 13   - [Amazon Linux 2](#amazon-linux-2---binary) [all …] 
 | 
| /external/rust/crates/libz-sys/src/zlib-ng/test/ | 
| D | pkgcheck.sh | 5 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/parameter-framework/upstream/ | 
| D | .travis.yml | 2     - 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.yml | 2 # http://about.travis-ci.com/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/nanopb-c/ | 
| D | .travis.yml | 8     - "2.7" 9     - "3.4" 13     - CC=gcc     CXX=g++ 14     - CC=gcc-4.8 CXX=g++-4.8 15     - CC=gcc-4.9 CXX=g++-4.9 16     - CC=gcc-5   CXX=g++-5 17     - CC=clang   CXX=clang++ 22             - ubuntu-toolchain-r-test 24             - gcc-4.8 25             - g++-4.8 [all …] 
 | 
| /external/angle/infra/config/ | 
| D | main.star | 4 # Use of this source code is governed by a BSD-style license that can be 21         "-module-docstring", 22         "-function-docstring", 28     buildbucket = "cr-buildbucket.appspot.com", 29     logdog = "luci-logdog.appspot.com", 30     milo = "luci-milo.appspot.com", 31     notify = "luci-notify.appspot.com", 32     scheduler = "luci-scheduler.appspot.com", 33     swarming = "chromium-swarm.appspot.com", 48             groups = "project-angle-admins", [all …] 
 | 
| /external/webrtc/third_party/crc32c/src/ | 
| D | .travis.yml | 2 # http://about.travis-ci.org/docs/user/build-configuration/ 3 # This file can be validated on: http://lint.travis-ci.org/ 10 - gcc 11 - clang 13 - linux 14 - osx 17 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=Debug 18 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo 19 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=Debug 20 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo [all …] 
 | 
| /external/google-breakpad/ | 
| D | .travis.yml | 2 # 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/lz4/.circleci/images/primary/ | 
| D | Dockerfile | 1 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 …] 
 | 
        1234