Home
last modified time | relevance | path

Searched +full:debian +full:- +full:clang (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/libbpf/ci/managers/
Ddebian.sh3 PHASES=(${@:-SETUP RUN RUN_ASAN CLEANUP})
4 DEBIAN_RELEASE="${DEBIAN_RELEASE:-testing}"
5 CONT_NAME="${CONT_NAME:-libbpf-debian-$DEBIAN_RELEASE}"
6 ENV_VARS="${ENV_VARS:-}"
7 DOCKER_RUN="${DOCKER_RUN:-docker run}"
8 REPO_ROOT="${REPO_ROOT:-$PWD}"
14 echo -e "\033[33;1m$1\033[0m"
18 echo -e "\033[31;1m$1\033[0m"
25 set -eu
33 info "Using Debian $DEBIAN_RELEASE"
[all …]
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile1 FROM debian:10.3
5 # Enabling backports gives us access to clang-6 and makes it more likely that
6 # 'apt-get build-dep' will install the correct dependencies.
13 # Hosts can install this by adding the stretch-backports debian source (see next RUN)
14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`
15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
17 apt-get update && apt-get upgrade -y && \
18 apt-get install -y wget clang-6.0 && \
19 apt-get build-dep -y mesa && \
[all …]
/third_party/libbpf/
D.travis.yml5 - docker
9 - PROJECT_NAME='libbpf'
10 - AUTHOR_EMAIL="$(git log -1 --pretty=\"%aE\")"
11 - REPO_ROOT="$TRAVIS_BUILD_DIR"
12 - CI_ROOT="$REPO_ROOT/travis-ci"
13 - VMTEST_ROOT="$CI_ROOT/vmtest"
18 - qemu-kvm
19 - zstd
20 - binutils-dev
21 - elfutils
[all …]
DREADME.md2 …<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 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libbpf.svg)](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 …]
/third_party/skia/docker/cmake-release/
DDockerfile4 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 \
19 && groupadd -g 2000 skia \
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/skia/
DWORKSPACE.bazel6 # See https://github.com/emscripten-core/emsdk/tree/85d27a4a2a60d591613a305b14ae438c2bb3ce11/bazel#…
10 strip_prefix = "emsdk-2.0.32/bazel",
11 url = "https://github.com/emscripten-core/emsdk/archive/refs/tags/2.0.32.tar.gz",
25 … From https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_…
26 clang_prefix = "clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04/",
28 …rl = "https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0/clang+llvm-13.0.0-x86_…
29 # From https://packages.debian.org/bullseye/amd64/musl-dev/download
31 musl_dev_url = "http://ftp.debian.org/debian/pool/main/m/musl/musl-dev_1.2.2-1_amd64.deb",
38 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
39 …https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib
/third_party/libbpf/.github/workflows/
Dbuild.yml1 name: libbpf-build
7 - cron: '0 18 * * *'
10 group: ci-build-${{ github.head_ref }}
11 cancel-in-progress: true
15 debian:
16 runs-on: ubuntu-latest
17 name: Debian Build (${{ matrix.name }})
19 fail-fast: false
22 - name: default
24 - name: ASan+UBSan
[all …]
/third_party/selinux/
DREADME.md7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
19 ------------
26 * Debian and Ubuntu (https://packages.debian.org/sid/policycoreutils)
27 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
29 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
34 --------------------
41 audit-libs-devel \
43 bzip2-devel \
44 CUnit-devel \
49 glib2-devel \
[all …]
/third_party/skia/infra/docker/debian9/
DDockerfile1 FROM debian:9-slim
3 # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
4 # Needed for installing openjdk-8-headless on debian:9-slim
5 RUN mkdir -p /usr/share/man/man1
7 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
8 build-essential \
10 libosmesa-dev \
11 libexpat1-dev \
12 clang \
14 poppler-utils \
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_build-mingw-patch.sh8 mingw-w64-x86_64-headers-git-10.0.0.r14.ga08c638f8-1-any.pkg.tar.zst
9 mingw-w64-x86_64-vulkan-loader-1.3.211-1-any.pkg.tar.zst
10 mingw-w64-x86_64-libelf-0.8.13-6-any.pkg.tar.zst
11 mingw-w64-x86_64-zlib-1.2.12-1-any.pkg.tar.zst
12 mingw-w64-x86_64-zstd-1.5.2-2-any.pkg.tar.zst
17 wget -q https://mirror.msys2.org/mingw/mingw64/$i
18 tar xf $i --strip-components=1 -C /usr/x86_64-w64-mingw32/
21 rm -rf ~/tmp
23 mkdir -p /usr/x86_64-w64-mingw32/bin
25 # The output of `wine64 llvm-config --system-libs --cxxflags mcdisassembler`
[all …]
/third_party/rust/crates/bindgen/book/src/
Drequirements.md5 ## Clang section in Requirements
10 It is required to use Clang 5.0 or greater.
12 ### Installing Clang argument
16 Download and install the official pre-built binary from
20 variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing
24 Alternatively, for Mingw64, you can install clang via
26 pacman -S mingw64/mingw-w64-x86_64-clang
40 $ port install clang
43 #### Debian-based Linuxes
46 # apt install llvm-dev libclang-dev clang
[all …]
/third_party/libsnd/Scripts/
Dclang-sanitize.sh3 # This is known to work with clang-3.4 from Debian testing/unstable.
6 export CC=clang
7 export CXX=clang++
8 export CFLAGS="-O3 -fsanitize=address,integer,undefined"
9 export CXXFLAGS="-O3 -fsanitize=address,integer,undefined"
11 ./configure --enable-gcc-werror
/third_party/libcoap/
DCMakeLists.txt4 # Copyright (C) 2020-2023 Jon Shallow <supjps-libcoap@jpshallow.com>
6 # SPDX-License-Identifier: BSD-2-Clause
21 set(COAP_LIBRARY_NAME "coap-${LIBCOAP_API_VERSION}")
34 $<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-pedantic>
35 $<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-Wall>
36 $<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-Wcast-qual>
37 $<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-Wextra>
38 …$<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-Wformat-sec…
39 $<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-Winline>
40 …$<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-Wmissing-de…
[all …]
/third_party/nghttp2/doc/sources/
Dcontribute.rst24 ------------
26 We use clang-format to format source code consistently. The
27 clang-format configuration file .clang-format is located at the root
28 directory. Since clang-format produces slightly different results
29 between versions, we currently use clang-format-14.
32 pre-commit hook to check coding style of the changes you introduced.
33 The pre-commit file is located at the root directory. Copy it under
34 .git/hooks and make sure that it is executable. The pre-commit script
35 uses clang-format-diff.py to detect any style errors. If it is not in
37 clang-format-diff-14 in debian), either add it to PATH variable or add
[all …]
/third_party/ltp/ci/
Dubuntu.sh2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
3 set -ex
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 \
30 libacl1-dev \
[all …]
Ddebian.sh2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
3 set -ex
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 \
30 libacl1-dev \
[all …]
/third_party/skia/infra/bots/
Dtasks.json3 "Build-Debian10-Clang-arm-Debug-Android": {
5 "Build-Debian10-Clang-arm-Debug-Android"
8 "Build-Debian10-Clang-arm-Debug-Android_Vulkan": {
10 "Build-Debian10-Clang-arm-Debug-Android_Vulkan"
13 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": {
15 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES"
18 "Build-Debian10-Clang-arm-Release-Android": {
20 "Build-Debian10-Clang-arm-Release-Android"
23 "Build-Debian10-Clang-arm-Release-Android_API26": {
25 "Build-Debian10-Clang-arm-Release-Android_API26"
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/third_party/skia/toolchain/
Dbuild_toolchain.bzl2 This file assembles a toolchain for Linux using the Clang Compiler and musl.
4 It currently makes use of musl and not glibc because the pre-compiled libraries from the latter
5 have absolute paths baked in and this makes linking difficult. The pre-compiled musl library
8 As inputs, it takes external URLs from which to download the clang binaries/libraries/includes
9 as well as the musl headers and pre-compiled binaries. Those files are downloaded and put
10 into one folder, with a little bit of re-arrangement so clang can find files (like the C runtime).
14 """Downloads a debian file and extracts the data into the provided output directory"""
24 # This uses the extracted llvm-ar that comes with clang.
25 ctx.execute(["bin/llvm-ar", "x", "deb.ar"])
40 # Download the clang toolchain (the extraction can take a while)
[all …]
/third_party/libcoap/build-env/
DDockerfile.build-env1 FROM debian:testing-slim
3 RUN apt-get update && apt-get install -y autoconf automake gcc clang \
4 libtool libtool-bin make pkg-config libcunit1-dev libssl-dev \
5 libgnutls28-dev libmbedtls-dev exuberant-ctags git valgrind \
6 graphviz doxygen libxml2-utils xsltproc docbook-xml docbook-xsl asciidoc
7 RUN apt-get clean
/third_party/nghttp2/docker/
DDockerfile1 FROM debian:11 as build
3 RUN apt-get update && \
4 apt-get install -y --no-install-recommends \
5 git clang make binutils autoconf automake autotools-dev libtool \
6 pkg-config \
7 zlib1g-dev libev-dev libjemalloc-dev ruby-dev libc-ares-dev bison \
8 libelf-dev
10 RUN git clone --depth 1 -b OpenSSL_1_1_1u+quic https://github.com/quictls/openssl && \
12 ./config --openssldir=/etc/ssl && \
13 make -j$(nproc) && \
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT7 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 …]
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml2 - build
4 # FIXME: Use --werror once warnings are fixed.
6 MESON_ARGS: --fatal-meson-warnings
7 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
11 # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213
12 image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master'
15 - 'docker'
16 - 'windows'
17 - '1809'
18 - 'gstreamer-windows'
[all …]
/third_party/skia/third_party/externals/harfbuzz/
DBUILD.md2 Cairo, and GLib. For example, on Ubuntu / Debian, you would do:
4 …sudo apt-get install meson pkg-config ragel gtk-doc-tools gcc g++ libfreetype6-dev libglib2.0-dev …
8 sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-dev
12 sudo pacman -Suy meson pkg-config ragel gcc freetype2 glib2 cairo
14 then use meson to build the project like `meson build && meson test -Cbuild`.
16 On macOS, `brew install pkg-config ragel gtk-doc freetype glib cairo meson` then use
20 or gcc/clang is already on your path, and if you use something like `meson build --wrap-mode=defaul…
26 HarfBuzz like `g++ src/harfbuzz.cc -fno-exceptions` but there is not guarantee provided

12345