Searched +full:windows +full:- +full:docker +full:- +full:msvc (Results 1 – 25 of 31) sorted by relevance
12
| /third_party/rust/crates/libc/.github/workflows/ |
| D | main.yml | 8 - master 15 name: Docker Linux Tier1 16 runs-on: ubuntu-22.04 18 fail-fast: true 21 i686-unknown-linux-gnu, 22 x86_64-unknown-linux-gnu, 25 - uses: actions/checkout@v3 26 - name: Setup Rust toolchain 27 run: TARGET=${{ matrix.target }} sh ./ci/install-rust.sh 28 - name: Execute run-docker.sh [all …]
|
| D | bors.yml | 6 - auto-libc 7 - try 13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 16 name: Docker Linux Tier1 17 runs-on: ubuntu-22.04 19 fail-fast: true 22 i686-unknown-linux-gnu, 23 x86_64-unknown-linux-gnu, 26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 29 - uses: actions/checkout@v3 [all …]
|
| /third_party/rust/rust/.github/workflows/ |
| D | ci.yml | 5 # This file was automatically generated by the expand-yaml-anchors tool. The 8 # src/ci/github-actions/ci.yml 12 # ./x.py run src/tools/expand-yaml-anchors/ 16 --- 21 - auto 22 - try 23 - try-perf 24 - master 27 - "**" 34 …group: "${{ github.workflow }}-${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/t… [all …]
|
| /third_party/astc-encoder/jenkins/ |
| D | nightly.Jenkinsfile | 1 /* This pipeline is used for post-commit testing, so it runs frequently. 5 * - Run the entire pipeline in less than 10 minutes. 6 * - Test builds on all supported operating systems. 7 * - Test builds on all supported compilers. 8 * - Test release and debug build variants. 9 * - Run functional smoke tests. 10 * - Run image quality smoke tests. 16 @Library('hive-infra-library@changes/86/295486/1') _ 29 /* Build for Linux on x86-64 using GCC */ 41 - name: artifactory-ms-docker [all …]
|
| D | release.Jenkinsfile | 5 * - Run the entire pipeline in less than 60 minutes. 6 * - Test builds on all supported operating systems. 7 * - Test builds on optimized compiler choices (i.e. prefer Clang over GCC). 8 * - Build only release variants. 9 * - Run full functional tests. 10 * - Run full image quality tests. 11 * - Code sign the binaries on supported operating systems. 12 * - Build the release package. 18 @Library('hive-infra-library@changes/86/295486/1') _ 43 - name: artifactory-ms-docker [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 1 # Docker image tag helper templates 3 .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 [all …]
|
| /third_party/rust/rust/library/portable-simd/.github/workflows/ |
| D | ci.yml | 7 - master 16 runs-on: ubuntu-latest 19 - uses: actions/checkout@v2 20 - name: Setup Rust 22 rustup update nightly --no-self-update 25 - name: Run rustfmt 26 run: cargo fmt --all -- --check 30 runs-on: ubuntu-latest 32 fail-fast: false 35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures [all …]
|
| /third_party/rust/rust/src/ci/github-actions/ |
| D | ci.yml | 11 # ./x.py run src/tools/expand-yaml-anchors 16 --- 26 # YAML anchors work by defining an anchor with `&anchor-name` and reusing its 27 # content in another place with `*anchor-name`. The special `<<` map key merges 30 # The expand-yaml-anchors tool will automatically remove this block from the 32 x--expand-yaml-anchors--remove: 34 - &shared-ci-variables 40 - &public-variables 41 SCCACHE_BUCKET: rust-lang-ci-sccache2 42 TOOLSTATE_REPO: https://github.com/rust-lang-nursery/rust-toolstate [all …]
|
| /third_party/grpc/tools/run_tests/artifacts/ |
| D | artifact_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 39 """Creates jobspec for a task running under docker.""" 45 docker_args += ["-e", "%s=%s" % (k, v)] 105 _MACOS_COMPAT_FLAG = "-mmacosx-version-min=10.10" 107 _ARCH_FLAG_MAP = {"x86": "-m32", "x64": "-m64"} 122 self.labels.append("latest-manylinux") 140 # building the native extension is the most time-consuming part of the build 144 environ["ARCHFLAGS"] = "-arch arm64 -arch x86_64" 155 environ["LDFLAGS"] = "-s" 180 environ["LDFLAGS"] = "-s" [all …]
|
| /third_party/icu/docs/processes/release/tasks/publish/ |
| D | index.md | 1 --- 7 --- 9 <!-- 12 --> 18 {: .no_toc .text-delta } 23 --- 30 --- 36 Build the icu-demos module following the README's. Update code and/or docs as 37 needed. "Reference" platforms for icu-demos are: RedHat Linux and win32. On Linux, 38 icu-demos is built against the "make install "'ed ICU. So, run ICU4C's configure [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 19.3.0.rst | 1 Mesa 19.3.0 Release Notes / 2019-12-12 21 --------------- 25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz 28 ------------ 30 - GL_ARB_gl_spirv on i965, iris. 31 - GL_ARB_spirv_extensions on i965, iris. 32 - GL_EXT_demote_to_helper_invocation on iris, i965. 33 - OpenGL 4.6 on i965, iris. 34 - EGL_EXT_image_flush_external 35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV. [all …]
|
| D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… 40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support [all …]
|
| D | 21.1.0.rst | 1 Mesa 21.1.0 Release Notes / 2021-05-05 20 --------------- 24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz 28 ------------ 30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV 32 - DRM format modifiers for AMD. 34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV 36 - Zink exposes GL 4.6 and ES 3.1 38 - GL_EXT_depth_bounds_test on softpipe, zink 40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+) [all …]
|
| D | 21.2.0.rst | 1 Mesa 21.2.0 Release Notes / 2021-08-04 20 --------------- 24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz 28 ------------ 30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock 32 - VK_EXT_provoking_vertex on RADV. 34 - VK_EXT_extended_dynamic_state2 on RADV. 36 - VK_EXT_global_priority_query on RADV. 38 - VK_EXT_physical_device_drm on RADV. 40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV. [all …]
|
| D | 22.2.0.rst | 1 Mesa 22.2.0 Release Notes / 2022-09-21 20 --------------- 24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz 29 ------------ 31 - WGL_ARB_create_context_robustness 33 - d3d12 ARB_robust_buffer_access_behavior 35 - VK_EXT_robustness2 for lavapipe 37 - VK_EXT_image_2d_view_of_3d on RADV 39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support 41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe [all …]
|
| D | 20.3.0.rst | 1 Mesa 20.3.0 Release Notes / 2020-12-03 20 --------------- 24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz 28 ------------ 30 - GL 4.5 on llvmpipe 32 - GL_INTEL_blackhole_render on radeonsi 34 - GL_NV_copy_depth_to_color for NIR 36 - GL_NV_half_float 38 - GL_NV_shader_atomic_int64 on radeonsi 40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3) [all …]
|
| D | 20.0.0.rst | 1 Mesa 20.0.0 Release Notes / 2020-02-19 21 --------------- 25 bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34 mesa-20.0.0.tar.xz 28 ------------ 30 - OpenGL 4.6 on radeonsi. 31 - GL_ARB_gl_spirv on radeonsi. 32 - GL_ARB_spirv_extensions on radeonsi. 33 - GL_EXT_direct_state_access for compatibility profile. 34 - VK_AMD_device_coherent_memory on RADV. 35 - VK_AMD_mixed_attachment_samples on RADV. [all …]
|
| D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. 40 - GL_EXT_texture_shadow_lod on llvmpipe [all …]
|
| /third_party/rust/rust/src/bootstrap/ |
| D | util.rs | 47 pub fn exe(name: &str, target: TargetSelection) -> String { in exe() 48 if target.contains("windows") { in exe() 58 pub fn is_dylib(name: &str) -> bool { in is_dylib() 63 pub fn is_debug_info(name: &str) -> bool { in is_debug_info() 70 pub fn libdir(target: TargetSelection) -> &'static str { in libdir() 71 if target.contains("windows") { "bin" } else { "lib" } in libdir() 97 fn link_lib_path_var() -> &'static str { in link_lib_path_var() 98 if cfg!(target_env = "msvc") { "LIB" } else { "LIBRARY_PATH" } in link_lib_path_var() 103 fn link_lib_path() -> Vec<PathBuf> { in link_lib_path() 114 pub fn timeit(builder: &Builder<'_>) -> TimeIt { in timeit() [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 1 # Shared between windows and Linux 2 .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 [all …]
|
| /third_party/skia/infra/bots/ |
| D | tasks.json | 3 "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/ |
| D | tasks.json | 3 "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/curl/ |
| D | CHANGES | 13 - RELEASE-NOTES: synced 17 - THANKS: new contributors from 8.5.0 21 - cd2nroff: use perl 'strict' and 'warnings' 23 - Use strict and warnings pragmas. 25 - If open() fails then show the reason. 27 - Set STDIN io layer :crlf so that input is properly read on Windows. 29 - When STDIN is used as input, the filename $f is now set to "STDIN". 38 - cd2nroff: fix duplicate output issue 40 Assisted-by: Jay Satiro 41 Fixes https://github.com/curl/curl-www/issues/321 [all …]
|
| /third_party/mbedtls/ |
| D | ChangeLog | 3 = Mbed TLS 3.6.0 branch released 2024-03-28 42 * Support Armv8-A Crypto Extension acceleration for SHA-256 43 when compiling for Thumb (T32) or 32-bit Arm (A32). 44 * AES-NI is now supported in Windows builds with clang and clang-cl. 50 This affects both the low-level modules and the high-level APIs 53 * Support use of Armv8-A Cryptographic Extensions for hardware acclerated 54 AES when compiling for Thumb (T32) or 32-bit Arm (A32). 56 library without the corresponding built-in implementation. Generally 58 or they'll both be built in. However, for CCM and GCM the built-in 61 docs/driver-only-builds.md for full details and current limitations. [all …]
|
| /third_party/json/ |
| D | ChangeLog.md | 4 ## [3.11.2](https://github.com/nlohmann/json/releases/tag/3.11.2) (2022-08-12) 8 - MSVC natvis visualizer does not work after introduction of inline ABI namespace [\#3696](https://… 9 - The use of parenthesis gives compilation errors in some situations [\#3682](https://github.com/nl… 10 - extern from/to\_json result in linker error [\#3657](https://github.com/nlohmann/json/issues/3657) 11 - json\_fwd.hpp no longer standalone [\#3656](https://github.com/nlohmann/json/issues/3656) 12 - regression: `.value<size_t>` is compilation error. [\#3655](https://github.com/nlohmann/json/issu… 13 - Regression: no match for 'operator!=' comparing json\_pointer and const char \*/string\_t [\#3654… 14 - Regression: call to member function 'value' is ambiguous [\#3652](https://github.com/nlohmann/jso… 15 - macOS 10.15 Actions runner image deprecation [\#3612](https://github.com/nlohmann/json/issues/361… 17 - generate\_natvis.py: validate version number; cleanup [\#3698](https://github.com/nlohmann/json/p… [all …]
|
12