Home
last modified time | relevance | path

Searched +full:- +full:- +full:local +full:- +full:container (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh3 set -e
4 set -o xtrace
10 MINIO_PATH="${MINIO_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
11 if wget -q --method=HEAD "https://${MINIO_PATH}/done"; then
16 # If remote files are up-to-date, skip rebuilding them
20 . .gitlab-ci/container/container_pre_build.sh
22 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
23 . .gitlab-ci/container/build-rust.sh
26 GCC_ARCH="aarch64-linux-gnu"
30 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
[all …]
Dcontainer_pre_build.sh3 if test -f /etc/debian_version; then
9 # Common setup among container builds before we get to building code.
23 find /usr/bin -name \*-ld -o -name ld | \
24 grep -v mingw | \
25 xargs -n 1 -I '{}' ln -sf '{}.gold' '{}'
27 ccache --show-stats
29 # Make a wrapper script for ninja to always include the -j flags
30 echo '#!/bin/sh -x' > /usr/local/bin/ninja
31 echo '/usr/bin/ninja -j${FDO_CI_CONCURRENT:-4} "$@"' >> /usr/local/bin/ninja
32 chmod +x /usr/local/bin/ninja
[all …]
Dbuild-crosvm.sh3 set -ex
8 git clone --single-branch -b main --no-checkout https://chromium.googlesource.com/chromiumos/platfo…
11 git submodule update --init
13 cat "$SCRIPT_DIR"/.gitlab-ci/container/build-crosvm_*.patch |
14 patch -p1
17 rm -rf third_party/virglrenderer
18 git clone --single-branch -b master --no-checkout https://gitlab.freedesktop.org/virgl/virglrendere…
22 ninja -C build install
25 RUSTFLAGS='-L native=/usr/local/lib' cargo install \
27 -j ${FDO_CI_CONCURRENT:-4} \
[all …]
/third_party/mbedtls/tests/
Dssl-opt-in-docker.sh1 #!/bin/bash -eu
3 # ssl-opt-in-docker.sh
6 # -------
7 # This runs ssl-opt.sh in a Docker container.
10 # ---------------
12 # correspond to an executable inside the Docker container. The special
14 # installations inside the container.
17 # - scripts/docker_env.sh for general Docker prerequisites and other information.
18 # - ssl-opt.sh for notes about invocation of that script.
21 # SPDX-License-Identifier: Apache-2.0
[all …]
Dcompat-in-docker.sh1 #!/bin/bash -eu
3 # compat-in-docker.sh
6 # -------
7 # This runs compat.sh in a Docker container.
10 # ---------------
12 # correspond to an executable inside the Docker container. The special
14 # for the installations inside the container.
17 # - scripts/docker_env.sh for general Docker prerequisites and other information.
18 # - compat.sh for notes about invocation of that script.
21 # SPDX-License-Identifier: Apache-2.0
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-
7 bash download-git-cache.sh
8 rm download-git-cache.sh
12 # per-pipeline artifact storage on MinIO
14 # per-job artifact storage on MinIO
17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
28- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-vk.sh5 set -e
6 set -o xtrace
15 g++-mingw-w64-i686-posix \
16 g++-mingw-w64-x86-64-posix \
17 glslang-tools \
18 libexpat1-dev \
20 libgbm-dev \
21 libgles2-mesa-dev \
22 liblz4-dev \
23 libpciaccess-dev \
[all …]
Dx86_build.sh3 set -e
4 set -o xtrace
12 autotools-dev \
15 python3-pip \
18 apt-get update
20 apt-get install -y --no-remove \
25 libarchive-dev \
26 libclang-cpp13-dev \
27 libclang-cpp11-dev \
28 libgbm-dev \
[all …]
Dandroid_build.sh3 set -ex
11 apt-get install -y --no-remove $EPHEMERAL
14 ndk=android-ndk-r21d
15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip
16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*"
19 # duplicate files. Turn them into hardlinks to save on container space.
20 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/
22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f
24 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3"
26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64
[all …]
/third_party/protobuf/kokoro/linux/
Dbuild_and_run_docker.sh6 # DOCKERHUB_ORGANIZATION - The organization on docker hub storing the
8 # DOCKERFILE_DIR - Directory in which Dockerfile file is located.
9 # DOCKER_RUN_SCRIPT - Script to run under docker (relative to protobuf repo root)
10 # OUTPUT_DIR - Directory that will be copied from inside docker after finishing.
11 # $@ - Extra args to pass to docker run
13 set -ex
17 cd -
20 if [ -z "$DOCKERHUB_ORGANIZATION" ]
23 DOCKER_IMAGE_NAME=${DOCKERHUB_ORGANIZATION}_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
28 …${DOCKERHUB_ORGANIZATION}/${DOCKERFILE_PREFIX}_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
[all …]
/third_party/flutter/skia/infra/wasm-common/docker/
DREADME.md6 emsdk-release
7 ----------
13 it Skia-exclusive.
22 docker build -t emsdk-release ./emsdk-release/
24 docker run -it emsdk-release /bin/bash
25 # Compile PathKit with the local image
26 …docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-release /SRC/infra/pathki…
28 karma-chrome-tests
29 ------------------
35 it Skia-exclusive.
[all …]
/third_party/skia/infra/wasm-common/docker/
DREADME.md6 emsdk-base
7 ----------
19 docker build -t emsdk-base ./emsdk-base/
21 docker run -it emsdk-base /bin/bash
22 # Compile PathKit with the local image
23 …docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b…
25 karma-chrome-tests
26 ------------------
32 it Skia-exclusive.
40 using the default Docker settings. To be safe, it is recommended to run the container
[all …]
/third_party/node/src/
Dmemory_tracker.h6 #include "v8-profiler.h"
22 // Set the self size of a MemoryRetainer to the stack-allocated size of a
51 * tracker->TrackField("another_retainer", another_retainer_);
57 * tracker->TrackField("non_pointer_retainer", &non_pointer_retainer_);
60 * tracker->TrackFieldWithSize("internal_member",
64 * // elements in the container appear as grandchildren nodes
65 * tracker->TrackField("vector", vector_);
67 * tracker->TrackField("target", target_);
80 * return sizeof(ExampleRetainer) - sizeof(NonPointerRetainerClass);
86 * v8::Local<v8::Object> WrappedObject() const override {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h1 //===- DIContext.h ----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
29 /// A format-neutral container for source line information.
42 // DWARF-specific.
80 /// A format-neutral container for inlined code description.
110 /// Container for description of a global variable.
133 /// Controls which fields of DILineInfo container should be filled
169 /// Container for dump options that control which debug information will be
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DALLOCATION.rst8 -------------------------------
11 with downloading the bitcode file) and constructing the initial high-level ICE.
46 times. Some constant pool entries are emitted as read-only data. This
47 includes floating-point constants for x86, as well as integer immediate
53 ----------------
60 thread-local cache for Constant pool lookups.) Constants live across all
64 CfgNode, Inst, Variable, and any target-specific subclasses of Inst and Operand.
67 allocated, and the objects should not contain fields with non-trivial
70 providing the container with an allocator that uses the Cfg-local slab
71 allocator. Since the container allocator generally needs to be stateless, we
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtransformed_scrollable_test.dart2 // Use of this source code is governed by a BSD-style license that can be
21 child: Container(
27 return Container(
41 await tester.drag(find.byType(ListView), const Offset(0.0, -100.0));
45 await tester.drag(find.byType(ListView), const Offset(80.0, -70.0));
55 expect(controller.offset, 42.5); // 85.0 - (85.0 / 2)
65 child: Container(
71 return Container(
85 await tester.drag(find.byType(ListView), const Offset(0.0, -100.0));
89 await tester.drag(find.byType(ListView), const Offset(80.0, -70.0));
[all …]
/third_party/mesa3d/.gitlab-ci/container/fedora/
Dx86_build.sh3 set -e
4 set -o xtrace
20 dnf install -y --setopt=install_weak_deps=False \
23 clang-devel \
26 gcc-c++ \
29 kernel-headers \
30 llvm-devel \
31 clang-devel \
39 "pkgconfig(libomxil-bellagio)" \
46 "pkgconfig(x11-xcb)" \
[all …]
/third_party/libabigail/
DREADME-DOCKER.md5 - a Fedora base image (recommended)
6 - an Ubuntu base image.
13 namespace as the repository here. "ghcr.io" means "GitHub Container Registry" and
18 $ docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora .
21 $ docker build -f docker/Dockerfile.ubuntu -t ghcr.io/woodard/libabigail-ubuntu-22.04 .
28 To shell into a container (here is an example with ubuntu):
31 $ docker run -it ghcr.io/woodard/libabigail-ubuntu-22.04 bash
38 /opt/abigail-env/.spack-env/view/bin/abidiff
42 You can go to the environment in `/opt/abigail-env` and (given you
53 $ ls /opt/abigail-env/.spack-env/view/
[all …]
/third_party/skia/third_party/externals/abseil-cpp/ci/
Dlinux_clang-latest_libstdcxx_bazel.sh9 # https://www.apache.org/licenses/LICENSE-2.0
17 # This script that can be invoked to test abseil-cpp in a hermetic environment
21 set -euox pipefail
23 if [[ -z ${ABSEIL_ROOT:-} ]]; then
27 if [[ -z ${STD:-} ]]; then
31 if [[ -z ${COMPILATION_MODE:-} ]]; then
35 if [[ -z ${EXCEPTIONS_MODE:-} ]]; then
36 EXCEPTIONS_MODE="-fno-exceptions -fexceptions"
44 if [[ ${USE_BAZEL_CACHE:-0} -ne 0 ]]; then
45 …DOCKER_EXTRA_ARGS="--mount type=bind,source=${KOKORO_KEYSTORE_DIR},target=/keystore,readonly ${DOC…
[all …]
Dlinux_gcc-floor_libstdcxx_bazel.sh9 # https://www.apache.org/licenses/LICENSE-2.0
17 # This script that can be invoked to test abseil-cpp in a hermetic environment
21 set -euox pipefail
23 if [[ -z ${ABSEIL_ROOT:-} ]]; then
27 if [[ -z ${STD:-} ]]; then
31 if [[ -z ${COMPILATION_MODE:-} ]]; then
35 if [[ -z ${EXCEPTIONS_MODE:-} ]]; then
36 EXCEPTIONS_MODE="-fno-exceptions -fexceptions"
44 if [[ ${USE_BAZEL_CACHE:-0} -ne 0 ]]; then
45 DOCKER_EXTRA_ARGS="--volume=${KOKORO_KEYSTORE_DIR}:/keystore:ro ${DOCKER_EXTRA_ARGS:-}"
[all …]
/third_party/typescript/src/compiler/
Dbinder.ts51 // 3. non-exported import declarations
82 // child is non-instantiated - continue searching
85 // child is const enum only - record state and continue searching
89 // child is instantiated - record state and stop
142 // The current node is not a container, and no container manipulation should happen before
146 // The current node is a container. It should be set as the current container (and block-
147 // container) before recursing into it. The current node does not have locals. Examples:
152 // The current node is a block-scoped-container. It should be set as the current block-
153 // container before recursing into it. Examples:
155 … // Blocks (when not parented by functions), Catch clauses, For/For-in/For-of statements...
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
13 import("${skia_third_party_dir}/abseil-cpp/absl.gni")
44 "${skia_third_party_dir}/abseil-cpp/absl/algorithm:container",
45 "${skia_third_party_dir}/abseil-cpp/absl/base",
46 "${skia_third_party_dir}/abseil-cpp/absl/base:config",
47 "${skia_third_party_dir}/abseil-cpp/absl/base:core_headers",
48 "${skia_third_party_dir}/abseil-cpp/absl/container:btree",
49 "${skia_third_party_dir}/abseil-cpp/absl/container:fixed_array",
50 "${skia_third_party_dir}/abseil-cpp/absl/container:flat_hash_map",
51 "${skia_third_party_dir}/abseil-cpp/absl/container:flat_hash_set",
[all …]
/third_party/skia/infra/lottiecap/docker/
DREADME.md4 Docker files to handle Gold + lottie-web integration
7 lottie-web-puppeteer
8 --------------------
11 and a few other tools for automating web-browser tests.
14 it Skia-exclusive.
19 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/
20 LOTTIE_VERSION="v2" # use v1, v2, etc for any re-spins of the container.
21 docker tag lottie-web-puppeteer gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
22 docker push gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
25 using the default Docker settings. To be safe, it is recommended to run the container
[all …]
/third_party/flutter/skia/infra/lottiecap/docker/
DREADME.md4 Docker files to handle Gold + lottie-web integration
7 lottie-web-puppeteer
8 --------------------
11 and a few other tools for automating web-browser tests.
14 it Skia-exclusive.
19 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/
20 LOTTIE_VERSION="v2" # use v1, v2, etc for any re-spins of the container.
21 docker tag lottie-web-puppeteer gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
22 docker push gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
25 using the default Docker settings. To be safe, it is recommended to run the container
[all …]
/third_party/flutter/skia/docker/skia-with-swift-shader-base/
Dbuild.sh4 # Use of this source code is governed by a BSD-style license that can be
10 mkdir -p /skia/out/with-swift-shader
19 "-I/tmp/swiftshader/include",
20 "-DGR_EGL_TRY_GLES3_THEN_GLES2",
21 "-g0",
24 "-L/usr/local/lib",
25 "-Wl,-rpath",
26 "-Wl,/usr/local/lib"
27 ] ' > /skia/out/with-swift-shader/args.gn
29 # /skia is where the host Skia checkout is linked to in the container
[all …]

12345678910>>...21