Home
last modified time | relevance | path

Searched +full:apt +full:- +full:fast (Results 1 – 25 of 145) sorted by relevance

123456

/external/sdv/vsomeip/third_party/boost/thread/
Dcircle.yml7 - run:
12 sudo apt-get install -y software-properties-common apt-transport-https
14 # https://github.com/ilikenwf/apt-fast
15 sudo add-apt-repository -y ppa:apt-fast/stable
16 sudo apt-get update
17 sudo apt-get -y install apt-fast
19 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
20 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
21 …echo "deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main" | sudo tee -a /etc/apt/sour…
22 …echo "deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main" | sudo tee -a /etc/apt/sour…
[all …]
/external/cronet/third_party/re2/src/.github/workflows/
Dci.yml6 build-appleclang:
7 runs-on: macos-latest
9 fail-fast: false
15 # Unlike GCC and upstream Clang, AppleClang still defaults to `-std=c++98`
18 # we set the `-std` flag explicitly in order to vary the language version.
20 CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }}
22 - uses: actions/checkout@v3
23 - name: Install Abseil, GoogleTest and Benchmark
26 brew install abseil googletest google-benchmark
28 - run: make && make test
[all …]
Dci-cmake.yml6 build-linux:
7 runs-on: ubuntu-latest
12 fail-fast: false
16 - uses: actions/checkout@v3
17 - name: Install CMake
19 apt update -y
20 apt install -y cmake
22 - name: Install Abseil, GoogleTest and Benchmark
24 apt update -y
25 apt install -y libabsl-dev libgtest-dev libbenchmark-dev
[all …]
/external/openthread/.github/workflows/
Dbuild.yml33 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
56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
[all …]
Dposix.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 expects-linux:
49 runs-on: ubuntu-20.04
51 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15
52 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15
54 - name: Harden Runner
[all …]
/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/
Dci.yml11 - master
12 - develop
17 ubuntu-focal:
18 runs-on: ubuntu-20.04
20 fail-fast: false
22 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
25 - uses: actions/checkout@v2
27 fetch-depth: '0'
28 - uses: mstachniuk/ci-skip@v1
30 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
[all …]
/external/sdv/vsomeip/third_party/boost/config/.github/workflows/
Dci.yml10 ubuntu-focal:
11 runs-on: ubuntu-20.04
13 fail-fast: false
15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]
/external/oss-fuzz/projects/fast-dds/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt install -y autoconf automake
19 RUN git clone --depth 1 https://github.com/leethomason/tinyxml2
20 RUN git clone --depth 1 https://github.com/chriskohlhoff/asio/
21 RUN git clone --depth 1 https://github.com/eProsima/Fast-CDR.git
22 RUN git clone --depth 1 https://github.com/eProsima/foonathan_memory_vendor.git
23 RUN git clone --depth 1 https://github.com/eProsima/Fast-DDS.git
25 WORKDIR $SRC/Fast-DDS
/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/
Dci.yml9 ubuntu-focal:
10 runs-on: ubuntu-20.04
12 fail-fast: false
14 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]
/external/zstd/.github/workflows/
Ddev-short-tests.yml1 name: dev-short-tests
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…
24 runs-on: ubuntu-latest
[all …]
/external/sdv/vsomeip/third_party/boost/optional/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
17 fail-fast: false
20 - name: "TOOLSET=gcc COMPILER=g++ CXXSTD=03,11 Job 0"
24 os: "ubuntu-16.04"
32 - name: "TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 1"
[all …]
/external/libbpf/.github/workflows/
Dbuild.yml1 name: libbpf-build
7 - cron: '0 18 * * *'
10 group: ci-build-${{ github.head_ref }}
11 cancel-in-progress: true
16 runs-on: ubuntu-latest
19 fail-fast: false
22 - name: default
24 - name: ASan+UBSan
26 - name: clang ASan+UBSan
28 - name: gcc-10 ASan+UBSan
[all …]
/external/AFLplusplus/docs/
DINSTALL.md11 docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus
23 NOTE: depending on your Debian/Ubuntu/Kali/... release, replace `-14` with
27 sudo apt-get update
28 sudo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev li…
30 sudo apt-get install -y lld-14 llvm-14 llvm-14-dev clang-14 || sudo apt-get install -y lld llvm llv…
31apt-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev libstdc++
32 sudo apt-get install -y ninja-build # for QEMU mode
39 It is recommended to install the newest available gcc, clang and llvm-dev
44 assisting tooling compiled but are not interested in binary-only targets, then
48 make source-only
[all …]
/external/pffft/
DREADME.md1 # PFFFT: a pretty fast FFT and fast convolution with PFFASTCONV
5 PFFFT does 1D Fast Fourier Transforms, of single precision real and
6 complex vectors. It tries do it fast, it tries to be correct, and it
9 license is BSD-like.
12 PFFASTCONV does fast convolution (FIR filtering), of single precision
13 real vectors, utilizing the PFFFT library. The license is BSD-like.
17 It is work in progress - also the API!
18 The fast convolution from PFFASTCONV might get merged into PFDSP.
27 West") is probably the first name that comes to mind -- I guess that
28 99% of open-source projects that need a FFT do use FFTW, and are happy
[all …]
/external/OpenCL-CTS/.github/workflows/
Dpresubmit.yml7 runs-on: ${{ matrix.os }}
13 fail-fast: false
16 os: [ubuntu-22.04, macos-latest, windows-latest]
18 - os: ubuntu-22.04
22 - os: ubuntu-22.04
25 - os: ubuntu-22.04
31 - uses: actions/checkout@v3
32 - name: Setup Ninja
33 uses: seanmiddleditch/gha-setup-ninja@master
34 - name: Setup OpenGL build dependencies
[all …]
/external/cronet/third_party/google_benchmark/src/.github/workflows/
Dclang-tidy.yml1 name: clang-tidy
9 name: run-clang-tidy
10 runs-on: ubuntu-latest
12 fail-fast: false
14 - uses: actions/checkout@v3
16 - name: install clang-tidy
17 run: sudo apt update && sudo apt -y install clang-tidy
19 - name: create build environment
20 run: cmake -E make_directory ${{ runner.workspace }}/_build
22 - name: configure cmake
[all …]
/external/google-benchmark/.github/workflows/
Dclang-tidy.yml1 name: clang-tidy
9 name: run-clang-tidy
10 runs-on: ubuntu-latest
12 fail-fast: false
14 - uses: actions/checkout@v3
16 - name: install clang-tidy
17 run: sudo apt update && sudo apt -y install clang-tidy
19 - name: create build environment
20 run: cmake -E make_directory ${{ runner.workspace }}/_build
22 - name: configure cmake
[all …]
/external/sandboxed-api/.github/workflows/
Dubuntu-cmake-contrib.yml1 name: ubuntu-cmake-contrib
11 fail-fast: false
13 os: [ubuntu-22.04]
15 - brotli
16 - c-blosc
17 - jsonnet
18 - libidn2
19 - libraw
20 - libtiff
21 - libxls
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
20 fail-fast: false
23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 BOOST_DATE Job 0"
25 packages: "g++-4.8"
27 os: "ubuntu-16.04"
[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
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-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
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/external/lz4/.github/workflows/
Dci.yml6 # - gcc
7 # - clang
10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'.
11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <…
12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion…
20 lz4-c-compilers:
23 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
28 …# pkgs : apt-get package names. It can include multiple package names which are delimit…
33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'.
38 …ons YAML workflow label. See https://github.com/actions/virtual-environments#available-environmen…
[all …]
/external/bpftool/.github/workflows/
Dbuild.yaml6 - '.github/workflows/build.yaml'
7 - 'docs/**'
8 - 'include/**'
9 - 'libbpf/**'
10 - 'src/**'
13 - master
16 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.after }}
17 cancel-in-progress: true
22 fail-fast: false
24 os: [ubuntu-20.04, ubuntu-22.04]
[all …]
/external/curl/.github/workflows/
Dlinux32.yml3 # SPDX-License-Identifier: curl
5 name: Linux 32-bit
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dtorture.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
18 - 'appveyor.*'
[all …]

123456