Searched full:ubuntu (Results 1 – 25 of 1260) sorted by relevance
12345678910>>...51
| /external/tensorflow/tensorflow/tools/dockerfiles/ |
| D | spec.yml | 34 - "{_TAG_PREFIX}{ubuntu-devel}" 39 - "{_TAG_PREFIX}{ubuntu}{jupyter}" 74 - "{ubuntu-devel-arm64v8}{jupyter}" 75 - "{ubuntu-devel}{jupyter}" 76 - "{ubuntu-devel-ppc64le}{jupyter}" 77 - "{ubuntu}{jupyter}" 78 - "{ubuntu-ppc64le}{jupyter}" 94 ubuntu: 100 - ubuntu/version 101 - ubuntu/cpu [all …]
|
| /external/google-fruit/ |
| D | .travis.yml | 13 env: COMPILER=gcc-10 UBUNTU=20.10 TEST=ReleasePlain 14 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c… 16 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi… 19 env: COMPILER=gcc-10 UBUNTU=20.10 TEST=DebugPlain 20 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c… 22 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi… 25 env: COMPILER=clang-8.0 STL=libstdc++ UBUNTU=20.10 TEST=ReleasePlain 27 export UBUNTU='20.10'; extras/scripts/travis_ci_install_linux.sh 30 export UBUNTU='20.10'; extras/scripts/postsubmit.sh ReleasePlain 32 env: COMPILER=clang-8.0 STL=libstdc++ UBUNTU=20.10 TEST=DebugAsanUbsan [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | cmake.yml | 11 - name: Ubuntu 18.04 GCC 12 os: ubuntu-18.04 16 - name: Ubuntu GCC ASAN 17 os: ubuntu-latest 23 - name: Ubuntu GCC Benchmark 24 os: ubuntu-latest 30 - name: Ubuntu GCC Symbol Prefix 31 os: ubuntu-latest 37 - name: Ubuntu GCC Compat Symbol Prefix 38 os: ubuntu-latest [all …]
|
| D | configure.yml | 11 - name: Ubuntu GCC 12 os: ubuntu-latest 16 - name: Ubuntu 18.04 GCC 17 os: ubuntu-18.04 21 - name: Ubuntu GCC OSB 22 os: ubuntu-latest 28 - name: Ubuntu GCC Compat No Opt 29 os: ubuntu-latest 33 - name: Ubuntu GCC ARM SF 34 os: ubuntu-latest [all …]
|
| D | pigz.yml | 11 - name: Ubuntu GCC 12 os: ubuntu-latest 16 - name: Ubuntu GCC Symbol Prefix 17 os: ubuntu-latest 22 - name: Ubuntu Clang 23 os: ubuntu-latest 29 - name: Ubuntu Clang No Optim 30 os: ubuntu-latest 38 - name: Ubuntu Clang No Threads 39 os: ubuntu-latest [all …]
|
| D | pkgcheck.yml | 11 - name: Ubuntu GCC 12 os: ubuntu-latest 16 - name: Ubuntu GCC -m32 17 os: ubuntu-latest 26 - name: Ubuntu GCC ARM HF 27 os: ubuntu-latest 34 - name: Ubuntu GCC AARCH64 35 os: ubuntu-latest 42 - name: Ubuntu GCC PPC 43 os: ubuntu-latest [all …]
|
| /external/eigen/ci/ |
| D | README.md | 12 | `build:x86-64:linux:gcc-4.8:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `Off` | 13 | `build:x86-64:linux:gcc-4.8:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `On` | 14 | `build:x86-64:linux:gcc-9:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `Off` | 15 | `build:x86-64:linux:gcc-9:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `On` | 16 | `build:x86-64:linux:gcc-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `Off` | 17 | `build:x86-64:linux:gcc-10:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `On` | 18 | `build:x86-64:linux:clang-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `Off` | 19 | `build:x86-64:linux:clang-10:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `Clang-10` | `On` | 20 | `build:aarch64:linux:gcc-10:cxx11-off` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `Off` | 21 | `build:aarch64:linux:gcc-10:cxx11-on` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `On` | [all …]
|
| /external/flac/.github/workflows/ |
| D | action.yml | 15 ubuntu-latest-gcc-autotools, 16 ubuntu-latest-clang-autotools, 17 ubuntu-latest-gcc-cmake, 18 ubuntu-latest-clang-cmake, 22 ubuntu-latest-gcc-autotools-64-bit-words, 23 ubuntu-latest-clang-autotools-64-bit-words, 24 ubuntu-latest-gcc-cmake-64-bit-words, 25 ubuntu-latest-clang-cmake-64-bit-words, 30 - name: ubuntu-latest-gcc-autotools 31 os: ubuntu-latest [all …]
|
| /external/clang/test/Driver/ |
| D | linux-header-search.cpp | 65 // Test a very broken version of multiarch that shipped in Ubuntu 11.04. 70 // RUN: | FileCheck --check-prefix=CHECK-UBUNTU-11-04 %s 71 // CHECK-UBUNTU-11-04: "{{.*}}clang{{.*}}" "-cc1" 72 // CHECK-UBUNTU-11-04: "-resource-dir" "[[RESOURCE_DIR:[^"]+]]" 73 // CHECK-UBUNTU-11-04: "-isysroot" "[[SYSROOT:[^"]+]]" 74 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4… 75 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4… 76 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4… 77 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/local/include" 78 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[RESOURCE_DIR]]{{/|\\\\}}include" [all …]
|
| /external/fsverity-utils/.github/workflows/ |
| D | ci.yml | 14 runs-on: ubuntu-latest 21 runs-on: ubuntu-latest 28 runs-on: ubuntu-latest 35 runs-on: ubuntu-latest 42 runs-on: ubuntu-latest 49 runs-on: ubuntu-latest 56 runs-on: ubuntu-latest 63 runs-on: ubuntu-latest 74 runs-on: ubuntu-latest 86 runs-on: ubuntu-latest [all …]
|
| /external/lz4/.github/workflows/ |
| D | ci.yml | 41 …+, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-latest, }, 44 …+, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-latest, }, 45 …+-12, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-22.04, }, 46 …+-11, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-22.04, }, 47 …+-10, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-22.04, }, 48 …+-9, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-22.04, }, 49 …+-8, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-20.04, }, 50 …+-7, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-20.04, }, 51 …+-6, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-18.04, }, 52 …+-5, x32: 'true', x86: 'true', cxxtest: 'true', freestanding: 'true', os: ubuntu-18.04, }, [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
| D | .travis.yml | 10 - ubuntu-toolchain-r-test 20 - ubuntu-toolchain-r-test 30 - ubuntu-toolchain-r-test 40 - ubuntu-toolchain-r-test 50 - ubuntu-toolchain-r-test 60 - ubuntu-toolchain-r-test 70 - ubuntu-toolchain-r-test 81 - ubuntu-toolchain-r-test 93 - ubuntu-toolchain-r-test 105 - ubuntu-toolchain-r-test [all …]
|
| /external/zstd/.github/workflows/ |
| D | dev-long-tests.yml | 14 runs-on: ubuntu-latest 22 runs-on: ubuntu-latest 40 runs-on: ubuntu-latest 47 runs-on: ubuntu-latest 55 runs-on: ubuntu-latest 63 runs-on: ubuntu-latest 73 runs-on: ubuntu-latest 86 runs-on: ubuntu-latest 95 runs-on: ubuntu-latest 104 runs-on: ubuntu-latest [all …]
|
| D | dev-short-tests.yml | 15 runs-on: ubuntu-latest 22 runs-on: ubuntu-latest 29 runs-on: ubuntu-latest 39 runs-on: ubuntu-latest 51 runs-on: ubuntu-latest 66 runs-on: ubuntu-latest 77 runs-on: ubuntu-latest 91 runs-on: ubuntu-latest 102 runs-on: ubuntu-latest 112 runs-on: ubuntu-latest [all …]
|
| /external/brotli/ |
| D | .travis.yml | 16 - ubuntu-toolchain-r-test 25 - ubuntu-toolchain-r-test 38 - ubuntu-toolchain-r-test 51 - ubuntu-toolchain-r-test 65 - ubuntu-toolchain-r-test 74 - ubuntu-toolchain-r-test 86 - ubuntu-toolchain-r-test 109 - ubuntu-toolchain-r-test 120 - ubuntu-toolchain-r-test 153 - ubuntu-toolchain-r-test [all …]
|
| /external/crosvm/infra/config/generated/ |
| D | cr-buildbucket.cfg | 21 dimensions: "os:Ubuntu" 34 dimensions: "os:Ubuntu" 47 dimensions: "os:Ubuntu" 64 dimensions: "os:Ubuntu" 84 dimensions: "os:Ubuntu" 104 dimensions: "os:Ubuntu" 124 dimensions: "os:Ubuntu" 144 dimensions: "os:Ubuntu" 164 dimensions: "os:Ubuntu" 177 dimensions: "os:Ubuntu" [all …]
|
| /external/rust/crates/chrono/.github/workflows/ |
| D | test.yml | 17 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest] 23 - os: ubuntu-latest 33 - os: ubuntu-latest 37 - os: ubuntu-latest 39 - os: ubuntu-latest 41 - os: ubuntu-16.04 68 os: [macos-latest, ubuntu-latest] 126 runs-on: ubuntu-latest
|
| /external/openscreen/docs/ |
| D | continuous_build.md | 10 | linux64_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | ASAN enabled … 11 | linux_arm64_debug | arm64 | Ubuntu Linux 20.04 [*] | clang | debug | … 12 | linux64_gcc_debug | x86-64 | Ubuntu Linux 18.04 | gcc-7 | debug | … 13 | linux64_tsan | x86-64 | Ubuntu Linux 18.04 | clang | release | TSAN enabled … 14 | linux64_coverage_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | used for code co… 15 | linux64_cast_e2e | x86-64 | Ubuntu Linux 18.04 | clang | debug | Builds cast standa… 17 | chromium_linux64_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | built with chrom… 21 [*] Tests run on Ubuntu 20.04, but are cross-compiled to arm64 with a debian stretch sysroot.
|
| /external/rust/crates/coset/.github/workflows/ |
| D | ci.yml | 15 runs-on: ubuntu-latest 34 runs-on: ubuntu-latest 55 runs-on: ubuntu-latest 77 runs-on: ubuntu-latest 97 runs-on: ubuntu-latest 117 runs-on: ubuntu-latest 134 runs-on: ubuntu-latest 147 runs-on: ubuntu-latest 157 runs-on: ubuntu-latest 174 runs-on: ubuntu-latest [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/install/ |
| D | install_pi_toolchain.sh | 18 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty main restricted universe multiverse' >> /etc… 19 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multiverse'… 20 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiverse… 21 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multivers… 22 sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#…
|
| /external/libbpf/ |
| D | .travis.yml | 90 - name: Ubuntu Focal Build 92 script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1 94 - name: Ubuntu Focal Build (arm) 97 script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1 99 - name: Ubuntu Focal Build (s390x) 102 script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1 104 - name: Ubuntu Focal Build (ppc64le) 107 script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1 123 …- sudo echo 'deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse' …
|
| /external/rust/crates/bytes/.github/workflows/ |
| D | ci.yml | 24 runs-on: ubuntu-latest 36 # runs-on: ubuntu-latest 49 runs-on: ubuntu-latest 63 - ubuntu-latest 78 runs-on: ubuntu-latest 97 runs-on: ubuntu-latest 117 runs-on: ubuntu-latest 128 runs-on: ubuntu-latest 137 runs-on: ubuntu-latest 156 runs-on: ubuntu-latest
|
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/.github/workflows/ |
| D | ci.yml | 20 ubuntu-cmake-install: 21 runs-on: ubuntu-latest 34 ubuntu-cmake-tests: 35 runs-on: ubuntu-latest 63 runs-on: ubuntu-latest 74 ubuntu-cmake-add_subdirectory: 75 runs-on: ubuntu-latest 85 runs-on: ubuntu-latest
|
| /external/tpm2-tss/ |
| D | .travis.yml | 10 # ubuntu 16.04 11 - DOCKER_TAG=ubuntu-16.04 12 # ubuntu 18.04 13 - DOCKER_TAG=ubuntu-18.04 32 - env: DOCKER_TAG=ubuntu-16.04 WITH_CRYPTO=gcrypt 34 - env: DOCKER_TAG=ubuntu-18.04 WITH_CRYPTO=gcrypt 44 - env: DOCKER_TAG=ubuntu-18.04 ENABLE_COVERAGE=true
|
| /external/tensorflow/tensorflow/lite/tools/pip_package/ |
| D | update_sources.sh | 20 [[ "${NAME}" == "Ubuntu" ]] || exit 0 25 deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports ${UBUNTU_CODENAME} main universe 26 deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports ${UBUNTU_CODENAME}-updates main universe 27 deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports ${UBUNTU_CODENAME}-security main univer…
|
12345678910>>...51