Home
last modified time | relevance | path

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

123456

/third_party/skia/m133/toolchain/
Ddownload_linux_amd64_toolchain.bzl2 This file assembles a toolchain for an amd64 Linux host using the Clang Compiler and glibc.
4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to
9 Most files are downloaded as .deb files from packages.debian.org (with us acting as the dependency
12 (See https://bazel.build/docs/output_directories#layout-diagram)
19 # The clang from CIPD has no prefix, and we download it directly from our GCS bucket
20 # This is clang 15.0.1 and iwyu built from source.
21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1…
26 # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc
30 # are still on Debian 10. While many of the Bazel tasks can be run in RBE, using a newer
31 # Debian 11 image (see //bazel/rbe/gce_linux_container/Dockerfile) some tasks need to be
[all …]
/third_party/skia/m133/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/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/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/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/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
22 - _build/meson-logs/*.txt
23 - _build/meson-logs/strace
24 - _build/.ninja_log
25 - artifacts
28 .build-linux:
29 extends: .build-common
36 - !reference [default, before_script]
[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/skia/m133/bazel/rbe/gce_linux_container/
DDockerfile2 #FROM debian:bullseye-slim
3 #RUN apt-get update && \
4 # apt-get install -y clang openjdk-11-jdk-headless \
5 # fonts-dejavu-extra fonts-noto-core fonts-noto-cjk \
6 # fonts-noto-color-emoji
8 # Then, after seeing what the hash was of the base image and what versions of clang and the JDK
14 # I would like to be on debian:bookworm, but ran into
15 # https://medium.com/nttlabs/ubuntu-21-10-and-fedora-35-do-not-work-on-docker-20-10-9-1cd439d9921
19 # clang, openjdk: Bazel needs a default C++ compiler and Java runtime, but this will not be used
21 # fonts-dejavu-extra: The default fonts-dejavu-core do not have an italic font
[all …]
/third_party/skia/m133/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 \
13 libfreetype6-dev \
14 libfontconfig-dev \
15 libgl1-mesa-dev \
16 libglu1-mesa-dev \
17 libxi-dev \
18 && groupadd -g 2000 skia \
[all …]
/third_party/backends/
D.gitlab-ci.yml1 # .gitlab-ci.yml -- to test some source code build scenarios
2 # Copyright (C) 2016-2020 Olaf Meeuwissen
4 # License: GPL-3.0+
7 REGISTRY_HUB: "registry.gitlab.com/sane-project/ci-envs"
8 CONFIGURE_MINI: "--enable-silent-rules"
9 …CONFIGURE_FULL: "--with-usb --with-usb-record-replay --with-avahi --enable-pnm-backend --with-libc…
12 - tarball
13 - compile
14 - snapshot
15 - release
[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/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/skia/m133/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/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
21 Alternatively, you can download and install the official pre-built binary from
25 variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing
29 Alternatively, for Mingw64, you can install clang via
31 pacman -S mingw64/mingw-w64-x86_64-clang
45 $ port install clang
48 #### Debian-based Linuxes
51 # apt install llvm-dev libclang-dev clang
[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-18.
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-18 in debian), either add it to PATH variable or add
[all …]
/third_party/ltp/ci/
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/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/skia/m133/infra/bots/
Dtasks.json3 "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 …]
/third_party/grpc/tools/dockerfile/observability-test/cpp/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 FROM debian:bullseye as build
22 RUN apt-get update && apt-get install -y clang curl git
34 # - Copy only the necessary files to reduce Docker image size.
35 # - Have an ENTRYPOINT script which will launch the interop test client or server
39 FROM debian:bullseye
46 COPY --from=build /grpc/etc/roots.pem .
49 WORKDIR /grpc/bazel-bin/test/cpp/interop
50 COPY --from=build /grpc/bazel-bin/test/cpp/interop/observability_interop_server .
51 COPY --from=build /grpc/bazel-bin/test/cpp/interop/observability_interop_client .
[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/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/skia/m133/infra/bots/assets/clang_linux/
DDockerfile2 # 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 …]
/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

123456