Home
last modified time | relevance | path

Searched +full:build +full:- +full:gcc (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/external/sdv/vsomeip/third_party/boost/tti/test/
DJamfile.v213 <toolset>gcc:<warnings>all
15 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros
16 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros
17 <toolset>gcc-4.4.7:<cxxflags>-Wno-variadic-macros
18 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros
19 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import"
20 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros
21 <toolset>gcc-4.6.0:<cxxflags>-Wno-variadic-macros
22 <toolset>gcc-4.6.1:<cxxflags>-Wno-variadic-macros
23 <toolset>gcc-4.6.2:<cxxflags>-Wno-variadic-macros
[all …]
/external/eigen/ci/
DREADME.md3 Eigen's CI infrastructure uses two stages: A `build` stage to build the unit-test
4 suite and a `test` stage to run the unit-tests.
6 ### Build Stage
8 The build stage consists of the following jobs:
11 |------------------------------------------|-----------|----------------|------------|---------|
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` |
[all …]
Dbuild.gitlab-ci.yml1 .build:linux:base:
2 stage: build
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
[all …]
Dtest.gitlab-ci.yml6 - apt-get update -y
7 - apt-get install -y --no-install-recommends software-properties-common
8 - add-apt-repository -y ppa:ubuntu-toolchain-r/test
9 - apt-get update
10 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
11 ${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc
13 - export CXX=${EIGEN_CI_CXX_COMPILER}
14 - export CC=${EIGEN_CI_CC_COMPILER}
15 - cd ${BUILDDIR} && ctest --output-on-failure --no-compress-output
16 --build-no-clean -T test -L ${EIGEN_CI_TEST_LABEL}
[all …]
/external/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
11 "linux-debian-buster/x86-amd/gcc": {
12build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
14 "linux-debian-sid/x86_64-amd/gcc": {
15build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/external/libcxx/utils/docker/debian9/
DDockerfile1 #===- libcxx/utils/docker/debian9/Dockerfile -------------------------===//
8 #===----------------------------------------------------------------------===//
10 # Setup the base builder image with the packages we'll need to build GCC and Clang from source.
11 FROM launcher.gcr.io/google/debian9:latest as builder-base
14 RUN apt-get update && \
15 apt-get install -y --no-install-recommends \
16 ca-certificates \
18 build-essential \
25 ninja-build \
28 gcc-multilib \
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
13 compiler: gcc
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
18 compiler: gcc
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
13 compiler: gcc
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
18 compiler: gcc
[all …]
/external/libvpx/
DREADME6 The build system used is similar to autotools. Building generally consists of
7 "configuring" with your desired build options, then using GNU make to build
15 have this package, the install-docs option will be disabled.
26 yasm-<version>-<arch>.exe to yasm.exe and place it in:
34 2. Out-of-tree builds
36 an out of tree build, the source tree is kept separate from the object
39 $ mkdir build
40 $ cd build
45 The 'configure' script supports a number of options. The --help option can be
47 $ ../libvpx/configure --help
[all …]
/external/f2fs-tools/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
9 build:
10 runs-on: ubuntu-latest
12 fail-fast: false
14 build:
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
[all …]
/external/sg3_utils/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
9 build:
10 runs-on: ubuntu-latest
12 fail-fast: false
14 build:
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
[all …]
/external/ltp/.github/workflows/
Dci.yml1 # Copyright (c) 2021-2023 Petr Vorel <pvorel@suse.cz>
11 runs-on: ubuntu-latest
14 fail-fast: false
17 # 32bit build
18 - container: "debian:stable"
20 CC: gcc
24 - container: "debian:stable"
27 CC: powerpc64le-linux-gnu-gcc
30 VARIANT: cross-compile
32 - container: "debian:stable"
[all …]
/external/libffi/
DREADME.md4 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libf…
5 [![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci…
7 libffi-3.3 was released on November 23, 2019. Check the libffi web
24 told at run-time about the number and types of arguments used to call
51 | --------------- | ---------------- | ----------------------- |
53 | AArch64 | Linux | GCC |
55 | Alpha | Linux | GCC |
56 | Alpha | Tru64 | GCC |
57 | ARC | Linux | GCC |
58 | ARM | Linux | GCC |
[all …]
DREADME4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | ARM | iOS | GCC |
[all …]
/external/angle/build/toolchain/linux/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/dcheck_always_on.gni")
6 import("//build/config/ozone.gni")
7 import("//build/config/sysroot.gni")
8 import("//build/config/ui.gni")
9 import("//build/toolchain/gcc_toolchain.gni")
34 toolprefix = "aarch64-linux-gnu-"
36 cc = "${toolprefix}gcc"
48 # remote execution does not support gcc.
55 toolprefix = "arm-linux-gnueabihf-"
[all …]
/external/cronet/build/toolchain/linux/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/dcheck_always_on.gni")
6 import("//build/config/ozone.gni")
7 import("//build/config/sysroot.gni")
8 import("//build/config/ui.gni")
9 import("//build/toolchain/gcc_toolchain.gni")
34 toolprefix = "aarch64-linux-gnu-"
36 cc = "${toolprefix}gcc"
48 # reclient does not support gcc.
55 toolprefix = "arm-linux-gnueabihf-"
[all …]
/external/tensorflow/tensorflow/tools/toolchains/remote_config/
Dconfigs.bzl11 name = "ubuntu16.04-manylinux2010-py3",
12 os = "ubuntu16.04-manylinux2010",
18 name = "ubuntu16.04-py3-gcc7_manylinux2010-cuda10.0-cudnn7-tensorrt5.1",
19 compiler = "/dt7/usr/bin/gcc",
23 os = "ubuntu16.04-manylinux2010",
30 name = "ubuntu16.04-gcc7_manylinux2010-cuda10.1-cudnn7-tensorrt6.0",
31 compiler = "/dt7/usr/bin/gcc",
35 os = "ubuntu16.04-manylinux2010-multipython",
43 name = "ubuntu18.04-gcc7_manylinux2010-cuda10.1-cudnn7-tensorrt6.0",
44 compiler = "/dt7/usr/bin/gcc",
[all …]
/external/sdv/vsomeip/third_party/boost/predef/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2019-2020.
10 - develop
11 - master
12 - feature/*
16 - develop
20 AZP_REPO_DIR: $(Build.Repository.LocalPath)
21 AZP_BRANCH: $(Build.SourceBranch)
22 AZP_BRANCH_NAME: $(Build.SourceBranchName)
23 AZP_COMMIT: $(Build.SourceVersion)
24 AZP_REPO: $(Build.Repository.Name)
[all …]
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 # -------
20 # ---------------
22 # Warning: the test is destructive. It includes various build modes and
32 # * Basic Unix tools (Windows users note: a Unix-style find must be before
37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind)
39 # * arm-gcc and mingw-gcc
40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
50 # The behavior on an error depends on whether --keep-going (alias -k)
52 # * Without --keep-going: the script stops on the first error without
[all …]
/external/zstd/.github/workflows/
Ddev-short-tests.yml1 name: dev-short-tests
2 # Faster tests: mostly build tests, along with some other
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
13 permissions: read-all
16 linux-kernel:
17 runs-on: ubuntu-latest
19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20 - name: linux kernel, library + build + test
21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
[all …]
/external/libsrtp2/
D.travis.yml7- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose…
12 # linux build
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
[all …]
/external/sandboxed-api/.github/workflows/
Dubuntu-cmake.yml1 name: ubuntu-cmake
9 build:
11 fail-fast: false
15 - os: ubuntu-22.04
17 compiler-version: 14
18 libclang-version: 14
19 pip-clang-version: "14.0"
20 ignore-errors: false
21 - os: ubuntu-22.04
23 compiler-version: 13
[all …]
/external/openthread/.github/workflows/
Dbuild.yml29 name: Build
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
49 runs-on: ubuntu-22.04
51 - name: Harden Runner
52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
[all …]
/external/mbedtls/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 # -------
20 # ---------------
22 # Warning: the test is destructive. It includes various build modes and
32 # * Basic Unix tools (Windows users note: a Unix-style find must be before
37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind)
39 # * arm-gcc and mingw-gcc
40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
50 # The behavior on an error depends on whether --keep-going (alias -k)
52 # * Without --keep-going: the script stops on the first error without
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
DREADME4 libffi-3.1 was released on May 19, 2014. Check the libffi web page
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | ARM | iOS | GCC |
[all …]

12345678910>>...45