Searched +full:yaml +full:- +full:toml +full:- +full:shell +full:- +full:py +full:- +full:test (Results 1 – 12 of 12) sorted by relevance
| /third_party/rust/rust/src/bootstrap/ |
| D | flags.rs | 1 //! Command-line interface of the rustbuild build system. 3 //! This module implements the command-line parsing of the build system which 35 override_usage = "x.py <subcommand> [options] [<paths>...]", 45 /// use verbose output (-vv for very verbose) 46 pub verbose: u8, // each extra -v after the first is passed to Cargo 51 /// TOML configuration file for build 54 /// Build directory, overrides `build.build-dir` in `config.toml` 86 /// stage to build (indicates compiler to use/test, e.g., stage 0 uses the 112 // This overrides the deny-warnings configuration option, 113 // which passes -Dwarnings to the compiler invocations. [all …]
|
| D | run.rs | 10 use crate::test; 21 /// Runs the `expand-yaml_anchors` tool. 23 /// This tool in `src/tools` reads the CI configuration files written in YAML and expands the 26 builder.info("Expanding YAML anchors in the GitHub Actions configuration"); in run() 34 fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> { in should_run() 35 run.path("src/tools/expand-yaml-anchors") in should_run() 43 fn try_run(builder: &Builder<'_>, cmd: &mut Command) -> Result<(), ()> { in try_run() 63 fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> { in should_run() 64 run.path("src/tools/build-manifest") in should_run() 72 // This gets called by `promote-release` in run() [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 1 .test: 7 - !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] [all …]
|
| /third_party/mesa3d/ |
| D | .gitlab-ci.yml | 3 # |----------------------|-----------|-------------------------------------------------------------| 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… 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 25 # test cases), but not a repeat of the merge pipeline jobs. 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 …]
|
| D | .pick_status.json | 144 "description": "zink: alloc bo ids for non-slab bos too", 174 … "description": "zink: Revert \"zink: enable single-plane modifiers for generic 2D exports\"", 514 "description": "etnaviv/ci: Update flakes for gc7000-r6214", 554 "description": "radv: add experimental support for AMD BC-250 board", 564 "description": "tu: fix zero-index perfcntr collection for derived counters", 584 "description": "r600: fix the indirect draw 8-bits path", 624 "description": "ci/lava: Add U-Boot action timeout for rockchip DUTs", 654 "description": "ci/lava: Drop the repeating quotes on lava-test-case", 694 "description": "nir: Test nir_minimize_call_live_states", 924 "description": "glapi: remove support for dynamically-registered functions", [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 25.0.0.rst | 1 Mesa 25.0.0 Release Notes / 2025-02-19 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+ 33 - VK_KHR_dedicated_allocation on panvk 34 - VK_KHR_global_priority on panvk 35 - VK_KHR_index_type_uint8 on panvk [all …]
|
| D | 24.3.0.rst | 1 Mesa 24.3.0 Release Notes / 2024-11-21 20 ------------- 24 SHA256: 97813fe65028ef21b4d4e54164563059e8408d8fee3489a2323468d198bf2efc mesa-24.3.0.tar.xz 25 …821e68d7a8c37a07871d097ab17555f41a4fe716f0de7df95ad7d452b1ed57db6527838eb839ba4 mesa-24.3.0.tar.xz 29 ------------ 31 - Expose Vulkan 1.3 on v3dv, both rpi4 and rpi5 32 - VK_EXT_descriptor_buffer on nvk 33 - VK_EXT_post_depth_coverage on nvk 34 - VK_KHR_video_maintenance1 on radv 35 - VK_EXT_legacy_vertex_attributes on nvk [all …]
|
| D | 24.2.0.rst | 1 Mesa 24.2.0 Release Notes / 2024-08-14 20 --------------- 24 c02bb72cea290f78b11895a0c95c7c92394f180d7ff66d4a762ec6950a58addf mesa-24.2.0.tar.xz 28 ------------ 30 - VK_KHR_dynamic_rendering_local_read on RADV 31 - VK_EXT_legacy_vertex_attributes on lavapipe, ANV, Turnip and RADV 32 - VK_MESA_image_alignment_control on RADV 33 - VK_EXT_shader_replicated_composites on ANV, dozen, hasvk, lavapipe, nvk, RADV, and Turnip 34 - VK_KHR_maintenance5 on v3dv 35 - VK_KHR_maintenance7 on RADV [all …]
|
| D | 24.1.0.rst | 1 Mesa 24.1.0 Release Notes / 2024-05-22 20 --------------- 24 b7eac8c79244806b1c276eeeacc329e4a5b31a370804c4b0c7cd16837783f78b mesa-24.1.0.tar.xz 28 ------------ 30 - VK_EXT_map_memory_placed on RADV, ANV and NVK 31 - VK_KHR_shader_subgroup_rotate on RADV and ANV and NVK 32 - VK_KHR_load_store_op_none on RADV, ANV, NVK and Turnip 33 - VK_KHR_line_rasterization on RADV, ANV, NVK and Turnip 34 - VK_KHR_index_type_uint8 on RADV, ANV, NVK and Turnip 35 - VK_KHR_shader_expect_assume on all Vulkan drivers [all …]
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.10.rst | 36 sufficient; the e-mail address isn't necessary. 51 Summary -- Release highlights 58 .. PEP-sized items next. 69 * :pep:`618`, Add Optional Length-Checking To zip. 80 * :pep:`647`, User-Defined Type Guards 94 .. _whatsnew310-pep563: 97 ------------------------------ 105 .. code-block:: python 133 .. code-block:: python 150 --------------------- [all …]
|
| /third_party/python/Tools/peg_generator/data/ |
| D | top-pypi-packages-365-days.json | 2 "last_update": "2020-01-17 15:34:44", 24 "project": "python-dateutil" 124 "project": "pyasn1-modules" 140 "project": "google-api-core" 156 "project": "google-auth" 168 "project": "google-cloud-core" 176 "project": "googleapis-common-protos" 200 "project": "more-itertools" 204 "project": "awscli-cwlogs" 228 "project": "py" [all …]
|
| /third_party/rust/crates/regex/tests/ |
| D | crates_regex.rs | 1 // DO NOT EDIT. Automatically generated by 'scripts/scrape_crates_io.py' 2 // on 2018-06-20 09:56:32.820354. 4 // autoshutdown-0.1.0: r"\s*(\d+)(\w)\s*" 7 // epub-1.1.1: r"/" 10 // rpi-info-0.2.0: "^Revision\t+: ([0-9a-fA-F]+)" 11 consistent!(rpi_info_0, "^Revision\t+: ([0-9a-fA-F]+)"); 13 // rpi-info-0.2.0: "Serial\t+: ([0-9a-fA-F]+)" 14 consistent!(rpi_info_1, "Serial\t+: ([0-9a-fA-F]+)"); 16 // pnet_macros-0.21.0: r"^u([0-9]+)(be|le|he)?$" 17 consistent!(pnet_macros_0, r"^u([0-9]+)(be|le|he)?$"); [all …]
|