Home
last modified time | relevance | path

Searched +full:debian +full:- +full:container +full:- +full:version (Results 1 – 25 of 64) sorted by relevance

123

/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 …]
Dlava_build.sh5 # shellcheck disable=SC2016 # non-expanded variables are intentional
7 # .gitlab-ci/image-tags.yml tags:
10 # you can update the FLUSTER_VECTORS_VERSION tag in .gitlab-ci/image-tags.yml.
14 set -e
16 . .gitlab-ci/setup-test-env.sh
18 set -o xtrace
21 : "${LLVM_VERSION:?llvm version not set!}"
28 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \
30 echo "Remote files are up-to-date, skip rebuilding them."
38 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \
[all …]
Dbuild-rust.sh3 # Note that this script is not actually "building" rust, but build- is the
6 set -ex
13 mkdir -p "$HOME"/.cargo
14 ln -s /usr/local/bin "$HOME"/.cargo/bin
17 RUST_VERSION=1.78.0-2024-05-02
20 # version of the compiler, rather than whatever the container's Debian comes
22 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
23 --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
24 --default-toolchain $RUST_VERSION \
25 --profile minimal \
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dtest-base.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -o xtrace
14 uncollapsed_section_start debian_setup "Base Debian system setup"
18 apt-get install -y curl ca-certificates gnupg2 software-properties-common
20 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
22 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
24 : "${LLVM_VERSION:?llvm version not set!}"
26 . .gitlab-ci/container/debian/maybe-add-llvm-repo.sh
[all …]
Dtest-gl.sh4 set -e
6 . .gitlab-ci/setup-test-env.sh
8 set -o xtrace
10 uncollapsed_section_start debian_setup "Base Debian system setup"
13 : "${LLVM_VERSION:?llvm version not set!}"
15 apt-get install -y libelogind0 # this interfere with systemd deps, install separately
21 "clang-${LLVM_VERSION}"
23 dpkg-dev
25 glslang-tools
26 libasound2-dev
[all …]
Darm64_build.sh4 set -e
6 . .gitlab-ci/setup-test-env.sh
8 set -o xtrace
10 : "${LLVM_VERSION:?llvm version not set}"
12 apt-get -y install ca-certificates curl gnupg2
13 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
14 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
16 . .gitlab-ci/container/debian/maybe-add-llvm-repo.sh
20 libssl-dev
24 apt-utils
[all …]
Dx86_64_build-base.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -o xtrace
15 : "${LLVM_VERSION:?llvm version not set!}"
17 apt-get install -y ca-certificates curl gnupg2
18 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
19 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
21 . .gitlab-ci/container/debian/maybe-add-llvm-repo.sh
29 apt-utils
[all …]
/third_party/libinput/
D.gitlab-ci.yml9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
10 # and run ci-fairy generate-template. For details, see
11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
14 # - we really want to run dnf/apt/... only once, updating on the test runner for
15 # each job takes forever. So we create a container image for each distribution
16 # tested, then run the tests on this container image.
18 # This is handled by the ci-templates, ensuring containers are only rebuilt
21 # - GitLab only allows one script: set per job but we have a bunch of commands
22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge
27 # MESON_ARGS=-Denable-something=true
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11 - section_start ldd_section "Checking ldd on driver build"
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - section_end ldd_section
18 - results/
20 - !reference [.common-rules, rules]
21 - !reference [.never-post-merge-rules, rules]
23 .formatting-check:
[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.
9 # Note that the hosts that use these drivers will also need the newer version of libdrm2
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 && \
[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.
9 # Note that the hosts that use these drivers will also need the newer version of libdrm2
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 && \
[all …]
/third_party/skia/m133/bazel/rbe/
DREADME.md9 We build our own, bare-bones, Docker image to use on RBE. We intend to use a hermetic toolchain
23 -----------------------
25 [GitHub](https://github.com/bazelbuild/bazel-toolchains/releases/tag/v5.1.1) and put that onto
29 -------------------------------
39 version or hash qualifiers. Also increment the appropriate VERSION variable in `Makefile`.
42 something like `docker run -it gcr.io/skia-public/rbe_linux:v3 /bin/bash`.
44 1) `docker pull debian:bookworm-slim` is the easiest way to see the sha256 and get the latest.
46 `Get:89 http://deb.debian.org/debian bookworm/main amd64 clang amd64 1:14.0-55.2+b1 [9976 B]`
47 5) Run `make push_linux_container` to rebuild the container and push it to GCS where it can
48 be used by our RBE workers. Note the sha256 hash of this created container
[all …]
/third_party/grpc/tools/docker_runners/examples/
Dgdb_in_docker.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
23 # note that every invocation of run_tests.py with "--use_docker"
25 # This is especially important when --compiler/--arch params are
30 # "--privileged" docker arg is required to be disable address randomization by gdb
31 # TODO: is "--security-opt=seccomp=unconfined" actually needed?
32 export DOCKER_EXTRA_ARGS="--privileged --security-opt=seccomp=unconfined"
34 # start the docker container with interactive shell
37 # Run these commands under the docker container
[all …]
Dcoredump_in_docker.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
23 # note that every invocation of run_tests.py with "--use_docker"
25 # This is especially important when --compiler/--arch params are
30 # "--privileged" docker arg is required to be able to update /proc/sys/kernel/core_pattern
31 export DOCKER_EXTRA_ARGS="--privileged"
33 # start the docker container with interactive shell
36 # Run these commands under the docker container
38 # Install gdb (or similar command for non-debian based distros)
[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/skia/m133/infra/bots/assets/clang_linux/
DDockerfile1 # This is based off the official LLVM docker container
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
14 # compiler-rt (it fails using the built-in ld).
17 # Specifying the versions makes this Docker container comply with SLSA level 1.
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 \
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
7 Mesa 20.1.3 implements the OpenGL 4.6 API, but the version reported by
12 Compatibility contexts may report a lower version depending on each
15 Mesa 20.1.3 implements the Vulkan 1.2 API, but the version reported by
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
[all …]
D25.0.0.rst1 Mesa 25.0.0 Release Notes / 2025-02-19
8 Mesa 25.0.0 implements the OpenGL 4.6 API, but the version reported by
13 Compatibility contexts may report a lower version depending on each driver.
15 Mesa 25.0.0 implements the Vulkan 1.4 API, but the version reported by
20 -------------
24 SHA256: 96a53501fd59679654273258c6c6a1055a20e352ee1429f0b123516c7190e5b0 mesa-25.0.0.tar.xz
25 …36f614d322033d4d465307ddcd983f9f3afb1310e132ec3186a085d261c95493a0c460b2ec59ce8 mesa-25.0.0.tar.xz
29 ------------
31 - cl_khr_depth_images in rusticl
32 - Vulkan 1.4 on radv/gfx8+
[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/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…
15 # container created in mesa/mesa gets pushed immediately for everyone to use
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
21 # version of the website.
23 # Scheduled pipelines only contain the container+build jobs, and some extra
24 # test jobs (typically "full" variants of pre-merge jobs that only run 1/X
[all …]
/third_party/python/Tools/wasm/
DREADME.md3 **WARNING: WASM support is work-in-progress! Lots of features are not working yet.**
7 (*wasm32-emscripten*) and WASI (*wasm32-wasi*) targets. Emscripten builds
15 ## wasm32-emscripten build
18 target (``--with-emscripten-target=browser``) is optimized for browsers.
23 Cross compiling to the wasm32-emscripten platform needs the
28 Christian Heimes maintains a container image with Emscripten SDK, Python
29 build dependencies, WASI-SDK, wasmtime, and several additional tools.
35 podman run --rm -ti -v $(pwd):/python-wasm/cpython:Z -w /python-wasm/cpython quay.io/tiran/cpythonb…
38 docker run --rm -ti -v $(pwd):/python-wasm/cpython -w /python-wasm/cpython quay.io/tiran/cpythonbui…
43 From within the container, run the following command:
[all …]
/third_party/mesa3d/docs/ci/
Dkernel.rst7 side-effects since many devices from different platforms are involved in the
11 -----------------
14 https://gitlab.freedesktop.org/gfx-ci/linux
17 Linux mainline, that is why Mesa has its own kernel version which should be used
21 please refer to ``.gitlab-ci/image-tags.yml`` ``KERNEL_TAG`` variable.
22 Every tag has a standard naming: ``vX.YZ-for-mesa-ci-<commit_short_SHA>``, which
25 :code:`git tag vX.YZ-for-mesa-ci-$(git rev-parse --short HEAD)`
28 ---------------
30 The kernel files are loaded from the artifacts uploaded to S3 from gfx-ci/linux.
35 When a Kernel uprev happens, it is worth compiling and cross-compiling the
[all …]
/third_party/lame/doc/html/
Dcontributors.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
17 <li><a href="history.html">Version history</a></li>
23 <div id="container">
71 <td>Debian packaging, debugging.</td>
74 <tr><th colspan="2">Primary developers - Retired:</th></tr>
77 <td width="30%"><a href="http://www.mp3-tech.org">Gabriel Bouvigne</a></td>
115 <td><a href="http://sourceforge.net/users/jd-">John Dahlstrom</a></td>
161 <td>Python bindings, website clean-up.</td>
[all …]
/third_party/skia/third_party/externals/libwebp/
DREADME30 --------------
34 nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output
36 the directory output\release-static\(x64|x86)\bin will contain the tools
37 cwebp.exe and dwebp.exe. The directory output\release-static\(x64|x86)\lib will
43 -------------------------------
47 make -f makefile.unix
50 with the static library src/libwebp.a. No system-wide installation
56 ---------------------
59 On a Debian-like system the following should install everything you need for a
61 $ sudo apt-get install gcc make autoconf automake libtool
[all …]
/third_party/skia/m133/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go2 // Use of this source code is governed by a BSD-style license that can be
36 CAS_LOTTIE_CI = "lottie-ci"
37 CAS_LOTTIE_WEB = "lottie-web"
41 CAS_RUN_RECIPE = "run-recipe"
43 CAS_RECREATE_SKPS = "recreate-skps"
44 CAS_SKOTTIE_WASM = "skottie-wasm"
45 CAS_TASK_DRIVERS = "task-drivers"
47 CAS_WASM_GM = "wasm-gm"
48 CAS_WHOLE_REPO = "whole-repo"
50 BUILD_TASK_DRIVERS_PREFIX = "Housekeeper-PerCommit-BuildTaskDrivers"
[all …]

123