Searched +full:debian +full:- +full:clang +full:- +full:release (Results 1 – 25 of 132) sorted by relevance
123456
| /external/libdav1d/ |
| D | .gitlab-ci.yml | 2 - style 3 - build 4 - test 6 .debian-amd64-common: 7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551 10 - docker 11 - amd64 13 .debian-amd64-minimum: 14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551 17 - docker [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/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 18 - _build/meson-logs/*.txt 19 - _build/meson-logs/strace 20 - shader-db 21 - artifacts 24 .build-linux: 25 extends: .build-common 32 - !reference [default, before_script] [all …]
|
| /external/skia/docker/cmake-release/ |
| D | Dockerfile | 1 # Dockerfile for building Skia in release mode, using CMake. 4 RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list 6 RUN apt-get update && apt-get upgrade -y && apt-get install -y \ 11 clang-11 \ 12 build-essential \ 14 libfreetype6-dev \ 15 libfontconfig-dev \ 16 libgl1-mesa-dev \ 17 libglu1-mesa-dev \ 18 libxi-dev \ [all …]
|
| /external/skia/infra/bots/ |
| D | tasks.json | 3 "BazelBuild-all_tests-debug-linux_x64": { 5 "BazelBuild-all_tests-debug-linux_x64" 8 "BazelBuild-all_tests-release-linux_x64": { 10 "BazelBuild-all_tests-release-linux_x64" 13 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64": { 15 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64" 18 "BazelBuild-core-release-linux_x64": { 20 "BazelBuild-core-release-linux_x64" 23 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64": { 25 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64" [all …]
|
| /external/ltp/.github/workflows/ |
| D | ci.yml | 1 # Copyright (c) 2021-2023 Petr Vorel <pvorel@suse.cz> 11 runs-on: ubuntu-latest 14 fail-fast: false 18 - container: "debian:stable" 24 - container: "debian:stable" 27 CC: powerpc64le-linux-gnu-gcc 30 VARIANT: cross-compile 32 - container: "debian:stable" 35 CC: aarch64-linux-gnu-gcc 38 VARIANT: cross-compile [all …]
|
| /external/perfetto/infra/ci/sandbox/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 19 FROM debian:buster 21 RUN set -ex; \ 23 echo deb http://deb.debian.org/debian buster-backports main > \ 25 apt-get update; \ 26 apt-get -y install python3 python3-pip git curl sudo lz4 tar ccache tini \ 27 libpulse0 libgl1 libxml2 libc6-dev-i386 libtinfo5 \ 28 gnupg2 pkg-config zip g++ zlib1g-dev unzip \ 29 python3-distutils gcc-7 g++-7; \ 30 apt-get -y install libc++-8-dev libc++abi-8-dev clang-8; \ [all …]
|
| /external/skia/infra/bots/assets/clang_linux/ |
| D | Dockerfile | 2 # https://github.com/llvm/llvm-project/blob/76fd4bf675b5ceeeca0e4e15cf15d89c7acf4947/llvm/utils/doc… 6 # docker pull launcher.gcr.io/google/debian10:latest && docker images --digests | grep debian10 12 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list 13 # Install compiler, python, etc. We need clang and lld because otherwise we have issues compiling 14 # compiler-rt (it fails using the built-in ld). 18 RUN apt-get update && \ 19 apt-get install -y --no-install-recommends \ 20 ca-certificates=20200601~deb10u2 gnupg=2.2.12-1+deb10u2 \ 21 build-essential=12.6 cmake=3.13.4-1 make=4.2.1-1.2 python3=3.7.3-1 \ 22 zlib1g=1:1.2.11.dfsg-1+deb10u2 wget=1.20.1-1.1 unzip=6.0-23+deb10u3 \ [all …]
|
| /external/clang/test/Driver/ |
| D | linux-header-search.cpp | 5 // the installation path of Clang. 6 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 7 // RUN: -target x86_64-unknown-linux-gnu \ 8 // RUN: -stdlib=libc++ \ 9 // RUN: -ccc-install-dir %S/Inputs/basic_linux_tree/usr/bin \ 10 // RUN: --sysroot=%S/Inputs/basic_linux_libcxx_tree \ 11 // RUN: --gcc-toolchain="" \ 12 // RUN: | FileCheck --check-prefix=CHECK-BASIC-LIBCXX-SYSROOT %s 13 // CHECK-BASIC-LIBCXX-SYSROOT: "{{[^"]*}}clang{{[^"]*}}" "-cc1" 14 // CHECK-BASIC-LIBCXX-SYSROOT: "-isysroot" "[[SYSROOT:[^"]+]]" [all …]
|
| /external/ltp/ci/ |
| D | ubuntu.sh | 1 #!/bin/sh -eux 2 # SPDX-License-Identifier: GPL-2.0-or-later 3 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 5 # workaround for missing oldstable-updates repository 6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages 7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap… 14 apt="apt install -y --no-install-recommends" 17 acl-dev \ 22 build-essential \ 25 clang \ [all …]
|
| D | debian.sh | 1 #!/bin/sh -eux 2 # SPDX-License-Identifier: GPL-2.0-or-later 3 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 5 # workaround for missing oldstable-updates repository 6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages 7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap… 14 apt="apt install -y --no-install-recommends" 17 acl-dev \ 22 build-essential \ 25 clang \ [all …]
|
| /external/openscreen/docs/ |
| D | continuous_build.md | 9 |------------------------|--------|------------------------|-----------|---------|-----------------… 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… 16 | mac_debug | x86-64 | Mac OS X/Xcode | clang | debug | … 17 | chromium_linux64_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | built with chrom… 18 | chromium_mac_debug | x86-64 | Mac OS X 10.15 | clang | debug | built with chrom… [all …]
|
| /external/virglrenderer/ci/ |
| D | build-container.sh | 3 set -e 4 set -o xtrace 9 export LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu 10 …fig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig 11 export LDFLAGS="-L/usr/local/lib64 -L/usr/local/lib/ -L/usr/local/lib/x86_64-linux-gnu" 14 export CFLAGS="-g3" 15 export CXXFLAGS="-g3" 16 export GIT_DATE="2020-02-02" 19 echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft 20 echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft [all …]
|
| /external/AFLplusplus/docs/ |
| 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 …udo 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 …t-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/libbpf/ |
| D | README.md | 2 …<source media="(prefers-color-scheme: dark)" srcset="assets/libbpf-logo-sideways-darkbg.png" width… 3 <img src="assets/libbpf-logo-sideways.png" width="40%"> 10 [](https://… 19 Libbpf *authoritative source code* is developed as part of [bpf-next Linux source 20 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under 22 libbpf changes should be sent to [BPF mailing list](http://vger.kernel.org/vger-lists.html#bpf), 23 please don't open PRs here unless you are changing Github-specific parts of libbpf 24 (e.g., Github-specific Makefile). 32 Please check out [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap) 33 and [the companion blog post](https://nakryiko.com/posts/libbpf-bootstrap/) for [all …]
|
| /external/swiftshader/third_party/llvm-subzero/ |
| D | CREDITS.TXT | 7 beautification by scripts. The fields are: name (N), email (E), web-address 8 (W), PGP key ID and fingerprint (P), description (D), snail-mail address 31 D: Target-independent code generator and analysis improvements 35 D: ET-Forest implementation. 40 D: General bug fixing/fit & finish, mostly in Clang 54 D: The `mem2reg' pass - promotes values stored in memory to registers 58 D: Loop unrolling with run-time trip counts. 78 D: Target-independent code generator improvements 85 D: Clang diagnostic & driver tweaks 89 E: jeffc@jolt-lang.org [all …]
|
| /external/llvm/ |
| D | CREDITS.TXT | 7 beautification by scripts. The fields are: name (N), email (E), web-address 8 (W), PGP key ID and fingerprint (P), description (D), snail-mail address 32 D: Target-independent code generator and analysis improvements 36 D: ET-Forest implementation. 41 D: General bug fixing/fit & finish, mostly in Clang 55 D: The `mem2reg' pass - promotes values stored in memory to registers 59 D: Loop unrolling with run-time trip counts. 79 D: Target-independent code generator improvements 86 D: Clang diagnostic & driver tweaks 90 E: jeffc@jolt-lang.org [all …]
|
| /external/grpc-grpc/tools/dockerfile/test/cxx_debian11_openssl111_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM debian:11 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ [all …]
|
| /external/perfetto/docs/contributing/ |
| D | build-instructions.md | 6 A read-only mirror is also available at https://github.com/google/perfetto . 12 has non-NDK depedencies into Android internals. Profilers and internal HAL/AIDL 19 [AOSP->Chromium autoroller](https://autoroll.skia.org/r/perfetto-chromium-autoroll) 33 tools/install-build-deps [--android] [--ui] [--linux-arm] 36 `--android` will pull the Android NDK, emulator and other deps required 39 `--ui` will pull NodeJS and all the NPM modules required to build the 40 Web UI. See the [UI Development](#ui-development) section below for more. 42 `--linux-arm` will pull the sysroots for cross-compiling for Linux ARM/64. 51 as primary build system. See the [Build files](#build-files) section below for 69 See the [Build Configurations](#build-configurations) and [all …]
|
| /external/strace/ |
| D | NEWS | 1 Noteworthy changes in release 4.25 (2018-10-30) 11 * Enhanced xlat styles support configured by -X option. 24 Noteworthy changes in release 4.24 (2018-08-14) 28 * Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option), 40 * Fixed decoding of Q_XGETQSTAT on non-native personalities. 43 * Fixed build with glibc-2.28. 44 * Fixed build in exotic systemd-nspawn based environments. 46 v3.10-rc1~201^2~11. 48 Noteworthy changes in release 4.23 (2018-06-14) 52 * On x32 personality, 64-bit syscalls (such as readv) are now shown with "#64" [all …]
|
| /external/virglrenderer/perf-testing/Docker/ |
| D | Dockerfile | 2 # Use of this source code is governed by a BSD-style license that can be 5 FROM debian:bullseye 7 docker run --privileged -v /dev/log:/dev/log -v <path to crosvm>:/platform/crosvm:ro <crosvm base i… 13 RUN apt-get update && \ 14 apt-get install -y --no-install-recommends ca-certificates gnupg wget && \ 15 echo 'deb-src https://deb.debian.org/debian bullseye main' >> /etc/apt/sources.list && \ 17 apt-get update && \ 18 apt-get build-dep -y mesa && \ 19 apt-get install -y --no-install-recommends ca-certificates \ 20 python3-setuptools \ [all …]
|
| /external/e2fsprogs/doc/RelNotes/ |
| D | v1.42.txt | 5 libext2fs. (CVE-2015-1572, Addresses Debian Bug: #778948) 8 (Addresses Debian Bug: #760275) 11 logging feature. (Addresses Debian Bug: #775234) 15 (Addresses Debian Bug: #773795) 18 device (file system). (Addresses Debian Bug: #764293) 36 Fixed some use-after-free bug in resize2fs and e2fsck. 49 ------------------ 51 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits. 88 Fix a 32/64-bit overflow bug that could cause resize2fs to loop 89 forever. (Addresses-Launchpad-Bug: #1321958) [all …]
|
| /external/freetype/ |
| D | .gitlab-ci.yml | 4 - build 6 # FIXME: Use --werror once warnings are fixed. 8 MESON_ARGS: --fatal-meson-warnings --default-library=both 9 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib 14 image: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-07-29.3-main" 17 - 'docker' 18 - 'windows' 19 - '2022' 20 - 'gstreamer-windows' 24 # https://gitlab.freedesktop.org/freetype/docker-images/container_registry/20896 [all …]
|
| /external/vixl/ |
| D | README.md | 30 --------------------- 32 …tps://ci.linaro.org/buildStatus/icon?job=linaro-art-vixlpresubmit)](https://ci.linaro.org/job/lina… 33 …rg/buildStatus/icon?job=linaro-art-vixlpresubmit-native-armv8)](https://ci.linaro.org/job/linaro-a… 34 …inaro.org/buildStatus/icon?job=linaro-art-vixlpresubmit-macos)](https://ci.linaro.org/job/linaro-a… 53 3. GCC 4.8+ or Clang 4.0+ 55 A 64-bit host machine is required, implementing an LP64 data model. VIXL has 56 been tested using GCC on AArch64 Debian, GCC and Clang on amd64 Ubuntu 64 3. clang-format-4.0 65 4. clang-tidy-4.0 69 Note that in Ubuntu 18.04, clang-tidy-4.0 will only work if the clang-4.0 [all …]
|
| /external/zstd/ |
| D | Makefile | 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 24 # When cross-compiling from linux to windows, you might 28 # Note: mingw-w64 build from linux to windows does not 29 # fail on other tested distros (ubuntu, debian) even 40 ## default: Build lib-release and zstd-release 42 default: lib-release zstd-release 53 $(Q)$(MAKE) -C $(PRGDIR) all 54 $(Q)$(MAKE) -C $(TESTDIR) all 58 $(MAKE) -C $(PRGDIR) zstd32 [all …]
|
123456