Home
last modified time | relevance | path

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

12345

/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/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/
DDockerfile1 # 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 …]
/third_party/skia/m133/docker/cmake-release/
DDockerfile1 # 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 \
13 libfreetype6-dev \
14 libfontconfig-dev \
15 libgl1-mesa-dev \
16 libglu1-mesa-dev \
17 libxi-dev \
[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/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/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/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/mindspore/mindspore-src/source/scripts/pre_commit/
Dinstall_system_specific_tools.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 uname_s=$(uname -s)
24 if [ $? -eq "1" ]; then
27 gem sources --add https://gems.ruby-china.com/
28 gem install chef-utils -v 16.6.14 && gem install mdl
32 name_release=$(cat </etc/os-release | awk -F'=' '/^NAME/{print $2}')
33 if [ "$name_release" == '"Ubuntu"' ] || [ "$name_release" == '"Debian GNU/Linux"' ]; then
34 # clang-format
35 echo "[INFO] prepare to install clang-format"
36 sudo apt-get install clang-format-9
[all …]
DREADME.md1 # pre-push Quick Guide
3 <!-- TOC -->
5 - [Pre-push Quick Guide](#pre-push-quick-guide)
6 - [Procedure for Using pre-push Locally](#procedure-for-using-pre-push-locally)
7 - [Appendix: FAQs](#appendix-faqs)
8- [Appendix: Manually Installing Code Check Tools](#appendix-manually-installing-code-check-tools)
9 - [Windows Environment](#windows-environment)
10 - [Linux Environment](#linux-environment)
11 - [macOS Environment](#macos-environment)
12 - [Appendix: Suggestions on Tool Versions](#appendix-suggestions-on-tool-versions)
[all …]
/third_party/libbpf/
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/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/grpc/tools/dockerfile/test/cxx_debian11_openssl111_x64/
DDockerfile7 # 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 …]
/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/ltp/doc/
DSupported-kernel,-libc,-toolchain-versions.asciidoc5 ------------------------------------
7 We test master branch in https://github.com/linux-test-project/ltp/actions[GitHub Actions]
9 We test both gcc and clang toolchains, various architectures with cross-compilation.
11 https://github.com/linux-test-project/ltp/blob/master/.github/workflows/ci.yml[.github/workflows/ci…
16 GitHub Actions also uses the latest distribution image of a particular release.
23 | Distro | kernel | glibc | gcc | clang
24 | CentOS 7 | 3.10 | 2.17 | 4.8.5 | -
25 | Ubuntu 18.04 LTS bionic | 4.15 | 2.27 | 7.3.0 | -
26 | Debian 10 oldstable (buster) | 4.19.37 | 2.28 | 8.3.0 | 7.0
66 | https://uclibc-ng.org/[uClibc-ng] | Although not being tested it should work as well as it attemp…
[all …]
/third_party/vixl/
DREADME.md30 ---------------------
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 11+
65 4. clang-tidy 11+
69 Note that in Ubuntu 18.04, clang-tidy-4.0 will only work if the clang-4.0
[all …]
/third_party/mesa3d/docs/
Dmeson.rst5 ---------------
16 <https://mesonbuild.com/Getting-meson.html>`__ to install the
22 Unix-like OSes
28 .. code-block:: sh
30 sudo apt-get install meson # Ubuntu
34 .. code-block:: sh
41 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
42 already installed, use apt-get or dnf to install the *ninja-build*
49 On Debian, Ubuntu and similar, ``sudo apt-get build-dep mesa`` installs
54 All these dependencies are for latest linux distros and is tested on ubuntu-24 only for now.
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_debian11_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM i386/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 …]
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_cxx/
DDockerfile7 # 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 …]
/third_party/ncurses/
DNEWS1 -------------------------------------------------------------------------------
2 -- Copyright 2018-2023,2024 Thomas E. Dickey --
3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. --
4 -- --
5 -- Permission is hereby granted, free of charge, to any person obtaining a --
6 -- copy of this software and associated documentation files (the --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished --
[all …]
/third_party/backends/ChangeLogs/
DChangeLog-1.2.13 Date: 2023-02-04 16:16:54 -0800
14 Date: 2023-02-04 09:40:07 -0800
23 Date: 2023-02-01 17:19:56 +0000
29 See merge request sane-project/backends!779
33 Date: 2023-02-01 18:53:17 +0200
39 Date: 2023-01-27 18:09:57 -0500
49 Date: 2023-01-07 07:48:17 +0000
51 Merge branch '634-llvm-15-on-freebsd-support-for-sane-backends-1-1-1' into 'master'
53 Resolve "LLVM 15 on FreeBSD support for sane-backends 1.1.1"
57 See merge request sane-project/backends!777
[all …]
/third_party/skia/m133/third_party/externals/expat/expat/
DChanges14 !! - <blink>fixing a complex non-public security issue</blink>, !!
15 !! - teaming up on researching and fixing future security reports and !!
16 !! ClusterFuzz findings with few-days-max response times in communication !!
19 !! - implementing and auto-testing XML 1.0r5 support !!
21 !! - smart ideas on fixing the Autotools CMake files generation issue !!
23 !! - the Windows binaries topic (needs requirements engineering first), !!
24 !! - pushing migration from `int` to `size_t` further !!
25 !! including edge-cases test coverage (needs discussion before anything). !!
27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !!
30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !!
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_debian12_openssl309_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM debian:12
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 …]
/third_party/mesa3d/
D.gitlab-ci.yml3 # |----------------------|-----------|-------------------------------------------------------------|
5 # | pre-merge pipeline | mesa/mesa | same as above, except its status doesn't affect the MR |
6 # | post-merge pipeline | mesa/mesa | pipeline immediately after merging |
9 # | direct-push pipeline | mesa/mesa | when commits are pushed directly to mesa/mesa, bypassing Mar…
11 # Note that the release branches maintained by the release manager fall under
19 # Pre-merge pipelines contain the exact same jobs as merge pipelines.
20 # Post-merge pipelines contain *only* the `pages` job that deploys the new
24 # test jobs (typically "full" variants of pre-merge jobs that only run 1/X
26 # Direct-push pipelines contain the same jobs as merge pipelines.
31 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
[all …]
/third_party/grpc/tools/dockerfile/test/cxx_debian11_x64/
DDockerfile7 # 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 …]

12345