/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/ |
D | circle.yml | 7 - 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 …]
|
/aosp_15_r20/external/openthread/.github/workflows/ |
H A D | build.yml | 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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 56 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 [all …]
|
H A D | posix.yml | 33 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 …]
|
H A D | toranj.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 toranj-ncp: 49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }} 50 runs-on: ubuntu-20.04 52 fail-fast: false 61 - name: Harden Runner [all …]
|
H A D | otns.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 51 permissions: # added using https://github.com/step-security/secure-workflows 58 runs-on: ubuntu-22.04 60 - name: Harden Runner 61 uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 63 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs [all …]
|
H A D | simulation-1.1.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 packet-verification: 49 runs-on: ubuntu-20.04 57 - name: Harden Runner 58 uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 60 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/ |
D | ci.yml | 11 - 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/ |
D | ci.yml | 9 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 …]
|
/aosp_15_r20/external/zstd/.github/workflows/ |
H A D | dev-short-tests.yml | 1 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 …]
|
H A D | dev-long-tests.yml | 1 name: dev-long-tests 5 group: long-${{ github.ref }} 6 cancel-in-progress: true 12 permissions: read-all 15 make-all: 16 runs-on: ubuntu-latest 18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 19 - name: make all 23 make-test: 24 runs-on: ubuntu-latest [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/.github/workflows/ |
D | ci.yml | 10 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 …]
|
/aosp_15_r20/external/lz4/.github/workflows/ |
H A D | ci.yml | 6 # - 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 cancel-in-progress: true 21 group: ${{ github.workflow }}-${{ github.head_ref }} 24 lz4-c-compilers: 27 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed. 32 …# pkgs : apt-get package names. It can include multiple package names which are delimit… [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/.github/workflows/ |
D | ci.yml | 7 - 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/.github/workflows/ |
D | ci.yml | 7 - 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 …]
|
/aosp_15_r20/external/AFLplusplus/docs/ |
H A D | INSTALL.md | 11 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… 31 …apt-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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/.github/workflows/ |
D | ci.yml | 7 - 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 Job 0" 25 packages: "g++-4.8" 27 os: "ubuntu-16.04" [all …]
|
/aosp_15_r20/external/pffft/ |
H A D | README.md | 1 # 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 17 fail-fast: false 20 - name: "TOOLSET=gcc-4.4 CXXSTD=98,0x Job 0" 22 packages: "g++-4.4 ccache" 24 os: "ubuntu-16.04" [all …]
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/ |
H A D | Readme.md | 32 sudo apt install gcc-9 g++-9 35 -DCMAKE_C_COMPILER=gcc-9 -DCMAKE_CXX_COMPILER=g++-9 48 …ries can be downloaded from https://github.com/ARM-software/armnn/releases/download/v21.11/ArmNN-l… 66 sudo apt install python3-opencv 68 If not, our build system has a script to download and cross-compile required OpenCV modules 92 If no OpenCV libraries were found, the cross-compilation build is extended with x264, ffmpeg and Op… 107 The application links with the Tensorflow lite library libtensorflow-lite.a 112 sudo apt install build-essential 117 cmake ../lite -DTFLITE_ENABLE_XNNPACK=OFF 135 cd flatbuffers-2.0.6 [all …]
|
/aosp_15_r20/external/libbpf/.github/workflows/ |
H A D | build.yml | 1 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 …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/.github/workflows/ |
H A D | continuous_deployment.yml | 3 # Github github-script action: https://github.com/actions/github-script 5 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18 6 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/… 8 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment. 17 - main 18 paths-ignore: 19 - 'README.md' 20 - 'README-spirv-remap.txt' 21 - 'LICENSE.txt' 22 - 'CODE_OF_CONDUCT.md' [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/.github/workflows/ |
D | continuous_deployment.yml | 3 # Github github-script action: https://github.com/actions/github-script 5 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18 6 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/… 8 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment. 17 - main 18 paths-ignore: 19 - 'README.md' 20 - 'README-spirv-remap.txt' 21 - 'LICENSE.txt' 22 - 'CODE_OF_CONDUCT.md' [all …]
|
/aosp_15_r20/external/conscrypt/.github/workflows/ |
H A D | ci.yml | 8 - cron: '0 0 * * *' 13 runs-on: ubuntu-latest 16 - name: Clone BoringSSL repo 18 …git clone --depth 1 --filter=blob:none --no-checkout https://github.com/google/boringssl.git "${{ … 19 echo Using BoringSSL commit: $(cd "${{ runner.temp }}/boringssl"; git rev-parse HEAD) 21 - name: Archive BoringSSL source 22 uses: actions/upload-artifact@v4 24 name: boringssl-source 26 retention-days: 1 27 include-hidden-files: true [all …]
|
/aosp_15_r20/external/sandboxed-api/.github/workflows/ |
H A D | ubuntu-cmake-contrib.yml | 1 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 …]
|
/aosp_15_r20/external/bpftool/.github/workflows/ |
H A D | build.yaml | 6 - '.github/workflows/build.yaml' 7 - 'docs/**' 8 - 'include/**' 9 - 'libbpf/**' 10 - 'src/**' 13 - main 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 …]
|