| /third_party/mesa3d/.gitlab-ci/ |
| D | prepare-artifacts.sh | 8 # Delete unused bin and includes from artifacts to save space. 11 # Strip the drivers in the artifacts to cut 80% of the artifacts size. 47 mkdir -p artifacts/ 48 tar -cf artifacts/install.tar install 49 cp -Rp .gitlab-ci/common artifacts/ci-common 50 cp -Rp .gitlab-ci/lava artifacts/ 51 cp -Rp .gitlab-ci/b2c artifacts/ 56 gzip -c artifacts/install.tar > ${MINIO_ARTIFACT_NAME}
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 10 - tar -xf artifacts/install.tar 14 artifacts: 45 artifacts: 54 artifacts: 73 artifacts: 89 artifacts: 109 artifacts: 122 # Use this instead of gitlab's artifacts download because it hits packet.net 126 …ection_start:$(date +%s):artifacts_download[collapsed=true]\r\e[0KDownloading artifacts from minio" 129 artifacts: [all …]
|
| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava-submit.sh | 17 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/ 18 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/ 19 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/ 23 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh 30 PYTHONPATH=artifacts/ artifacts/lava/lava_job_submitter.py \ 38 --first-stage-init artifacts/ci-common/init-stage1.sh \
|
| D | lava-gitlab-ci.yml | 14 # per-job build artifacts 22 - ./artifacts/lava/lava-submit.sh 23 artifacts: 90 artifacts:
|
| /third_party/mbedtls/ |
| D | .gitignore | 6 # CMake build artifacts: 19 # Test coverage build artifacts: 33 # Unix-like build artifacts: 36 # MSVC build artifacts: 42 # Python build artifacts:
|
| /third_party/rust/crates/rust-openssl/openssl-sys/build/ |
| D | find_vendored.rs | 5 let artifacts = openssl_src::Build::new().build(); in get_openssl() localVariable 9 artifacts.lib_dir().parent().unwrap().display() in get_openssl() 13 vec![artifacts.lib_dir().to_path_buf()], in get_openssl() 14 artifacts.include_dir().to_path_buf(), in get_openssl()
|
| /third_party/python/PCbuild/ |
| D | prepare_libffi.bat | 135 set ARTIFACTS=%LIBFFI_SOURCE%\x86_64-w64-cygwin variable 141 set ARTIFACTS=%LIBFFI_SOURCE%\i686-pc-cygwin variable 147 set ARTIFACTS=%LIBFFI_SOURCE%\arm-w32-cygwin variable 153 set ARTIFACTS=%LIBFFI_SOURCE%\aarch64-w64-cygwin variable 179 REM Tests are not needed to produce artifacts 190 copy %ARTIFACTS%\.libs\libffi-*.dll %_LIBFFI_OUT% || exit /B 1 191 copy %ARTIFACTS%\.libs\libffi-*.lib %_LIBFFI_OUT% || exit /B 1 192 copy %ARTIFACTS%\.libs\libffi-*.pdb %_LIBFFI_OUT% 193 copy %ARTIFACTS%\fficonfig.h %_LIBFFI_OUT%\include || exit /B 1 194 copy %ARTIFACTS%\include\*.h %_LIBFFI_OUT%\include || exit /B 1
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 6 artifacts: 69 - .ci-deqp-artifacts 91 - .gitlab-ci/prepare-artifacts.sh 92 artifacts: 94 junit: artifacts/ci_scripts_report.xml 130 - .ci-deqp-artifacts 146 - .gitlab-ci/prepare-artifacts.sh 340 - .ci-deqp-artifacts 349 - .gitlab-ci/prepare-artifacts.sh 354 - .ci-deqp-artifacts [all …]
|
| /third_party/libabigail/tools/ |
| D | abilint.cc | 110 /// (e.g, a type) and a set of artifacts {A'} that use "A" as in "A" 114 /// that contain the A' artifacts that use A. 123 /// The vector of children nodes that carry the artifacts that 128 /// This is the set of artifacts that have been added to the tree. 129 /// This is useful to ensure that all artifacts are added just once 131 unordered_set<type_or_decl_base *> artifacts; member 167 artifacts = std::move(o.artifacts); in artifact_use_relation_tree() 178 artifacts = std::move(o.artifacts); in operator =() 185 /// user artifacts. 214 return root_node->artifacts.find(artifact) != root_node->artifacts.end(); in artifact_in_tree() [all …]
|
| /third_party/mesa3d/ |
| D | .gitlab-ci.yml | 13 PIPELINE_ARTIFACTS_BASE: ${MINIO_HOST}/artifacts/${CI_PROJECT_PATH}/${CI_PIPELINE_ID} 140 artifacts: 171 artifacts: 207 .ci-deqp-artifacts: 208 artifacts: 213 # Watch out! Artifacts are relative to the build dir. 215 - artifacts 282 artifacts:
|
| /third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
| D | restricted_trace_gold_tests.py | 255 screenshot_dir, image_name, artifacts): argument 269 artifacts: dictionary of JSON artifacts to pass to the result merger. 286 artifacts[artifact_name] = [artifact_name] 305 artifacts['triage_link_for_entire_cl'] = [triage_link] 307 artifacts['gold_triage_link'] = [triage_link] 384 artifacts = {} 391 artifacts) 397 if len(artifacts) > 0: 398 test_results[trace]['artifacts'] = artifacts
|
| /third_party/libsnd/cmake/ |
| D | CMakeAutoGen.cmake | 25 set(ARTIFACTS) variable 27 list(APPEND ARTIFACTS "${PREFIX}${OUTPUTFILE}") 39 OUTPUT ${ARTIFACTS}
|
| /third_party/mesa3d/docs/ci/ |
| D | fdo-cache | 22 # the artifacts URLS don't change. So enforce a long validity 30 # special case gitlab artifacts 31 if ($arg_uri ~* /.*gitlab.*artifacts(\/|%2F)raw/ ) {
|
| /third_party/backends/ |
| D | .gitlab-ci.yml | 30 artifacts: 72 artifacts: 109 # It gets these artifacts from the full compile job on Debian stable, 122 artifacts:
|
| /third_party/mesa3d/.gitlab-ci/bare-metal/ |
| D | fastboot.sh | 55 # Clear out any previous run's artifacts. 114 mkdir -p artifacts 116 --create artifacts/fastboot.img \ 144 # Bring artifacts back from the NFS dir to the build dir where gitlab-runner
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | Legalizer.cpp | 210 // Move illegal artifacts to RetryList instead of aborting because in legalizeMachineFunction() 211 // legalizing InstList may generate artifacts that allow in legalizeMachineFunction() 214 LLVM_DEBUG(dbgs() << ".. Not legalized, moving to artifacts retry\n"); in legalizeMachineFunction() 216 "Artifacts are only expected in instruction list starting the " in legalizeMachineFunction() 218 "start with an empty artifacts list"); in legalizeMachineFunction() 230 // are new artifacts. If not, stop legalizing. in legalizeMachineFunction() 236 LLVM_DEBUG(dbgs() << "No new artifacts created, not retrying!\n"); in legalizeMachineFunction()
|
| /third_party/lz4/.circleci/ |
| D | config.yml | 21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts 41 # 'See docs on artifact collection here https://circleci.com/docs/2.0/artifacts/' 71 # Save artifacts 73 path: /tmp/circleci-artifacts
|
| /third_party/alsa-lib/.github/workflows/ |
| D | build.yml | 51 mkdir artifacts 52 cp alsa-lib-$(cat version).tar.bz2 artifacts 70 path: artifacts/
|
| /third_party/astc-encoder/ |
| D | .gitignore | 17 # Build artifacts 21 # General build artifacts
|
| /third_party/nghttp2/.github/workflows/ |
| D | fuzz.yml | 23 name: artifacts 24 path: ./out/artifacts
|
| /third_party/pcre2/pcre2/.github/workflows/ |
| D | cifuzz.yml | 23 name: artifacts 24 path: ./out/artifacts
|
| /third_party/elfutils/doc/ |
| D | debuginfod-client-config.7 | 89 cache directory and removes downloaded debuginfo-related artifacts and 100 naming convention used for these artifacts is deliberately 132 seconds. New queries for the same artifacts within this time window
|
| /third_party/libsnd/.github/workflows/ |
| D | cifuzz.yml | 25 name: artifacts 26 path: ./out/artifacts
|
| /third_party/libabigail/ |
| D | README | 5 ABI-relevant artifacts. 7 The set of artifacts that we are intersted is made of quantities like
|
| /third_party/mesa3d/src/microsoft/ci/ |
| D | gitlab-ci.yml | 16 artifacts: 37 artifacts:
|