| /external/curl/.circleci/ |
| D | config.yml | 21 # SPDX-License-Identifier: curl 27 # The macOS builds use M1 (ARM) machines for platform diversity. 28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment 30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference 36 - run: 38 autoreconf -fi 39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; } 41 configure-openssl-no-verbose: 43 - run: 45 autoreconf -fi [all …]
|
| /external/bazelbuild-rules_python/.bazelci/ |
| D | presubmit.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 --- 17 # keep these arguments in sync with .pre-commit-config.yaml 26 bazel: 6.0.0 # test minimum supported version of bazel for bzlmod tests 29 - "--" 30 - "..." 31 # As a regression test for #225, check that wheel targets still build when 33 - "@rules_python//examples/wheel/..." 35 - "--keep_going" 37 - "--" [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | pkgcheck.yml | 4 ci-pkgcheck: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 14 cxx-compiler: g++ 16 - name: Ubuntu GCC -m32 17 os: ubuntu-latest 19 cxx-compiler: g++ 20 packages: gcc-multilib g++-multilib [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/ |
| D | select_list.rs | 31 /// Re-keys the provided Select by the given configuration mapping. 37 ) -> Self { in new() 40 // Map new configuration -> WithOriginalConfigurations(value, old configuration). in new() 42 // Map unknown configuration -> value. in new() 90 pub(crate) fn is_empty(&self) -> bool { in is_empty() 99 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize() 149 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize() 167 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize() 201 #[cfg(test)] 202 mod test { module [all …]
|
| D | select_set.rs | 33 /// Re-keys the provided Select by the given configuration mapping. 39 ) -> Self { in new() 42 // Map new configuration -> value -> old configurations. in new() 44 // Map unknown configuration -> value. in new() 105 pub(crate) fn is_empty(&self) -> bool { in is_empty() 114 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize() 164 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize() 182 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize() 216 #[cfg(test)] 217 mod test { module [all …]
|
| D | select_scalar.rs | 30 /// Re-keys the provided Select by the given configuration mapping. 33 pub(crate) fn new(select: Select<T>, platforms: &BTreeMap<String, BTreeSet<String>>) -> Self { in new() 36 // Map new configuration -> WithOriginalConfigurations(value, old configurations). in new() 38 // Map unknown configuration -> value. in new() 80 pub(crate) fn is_empty(&self) -> bool { in is_empty() 89 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize() 93 // If there are no platform-specific entries, we output just an ordinary in serialize() 96 // If there are platform-specific ones, we use the following. in serialize() 99 // "configuration": "plat-value", # cfg(whatever), in serialize() 100 // "//conditions:default": "common-value", in serialize() [all …]
|
| D | select_dict.rs | 34 /// Re-keys the provided Select by the given configuration mapping. 40 ) -> Self { in new() 43 // Map new configuration -> WithOriginalConfigurations(value, old configurations). in new() 46 // Map unknown configuration -> value. in new() 98 pub(crate) fn is_empty(&self) -> bool { in is_empty() 108 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> in serialize() 112 // If there are no platform-specific entries, we output just an ordinary in serialize() 115 // If there are platform-specific ones, we use the following. Ideally it in serialize() 121 // "common-key": "common-value", in serialize() 122 // "plat-key": "plat-value", # cfg(whatever) in serialize() [all …]
|
| /external/google-fruit/.github/workflows/ |
| D | test-on-osx.yml | 1 name: Test on OS X 5 - master 10 …e tests with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' 15 - cron: '13 8 1 * *' 17 macOS-12: 18 runs-on: macos-12 24 - uses: actions/checkout@v3 25 - name: install 27 - name: test 28 run: extras/scripts/postsubmit.sh ${{ matrix.config.test }} [all …]
|
| /external/python/asn1crypto/.github/workflows/ |
| D | ci.yml | 7 runs-on: ${{ matrix.os }} 11 - ubuntu-18.04 12 - macOS-latest 13 - windows-2019 15 - '2.7' 16 - '3.7' 18 - 'x86' 19 - 'x64' 21 - os: ubuntu-18.04 23 - os: macOS-latest [all …]
|
| /external/grpc-grpc/test/cpp/end2end/xds/ |
| D | BUILD | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 name = "test/cpp/end2end/xds", 40 "//test/core/util:grpc_test_util", 41 "//test/cpp/end2end:counted_service", 59 "//test/core/util:grpc_test_util_base", 91 "//test/core/util:grpc_test_util", 92 "//test/cpp/end2end:counted_service", 93 "//test/cpp/end2end:test_service_impl", 94 "//test/cpp/util:tls_test_utils", 115 linkstatic = True, # Fixes dyld error on MacOS [all …]
|
| /external/bazelbuild-rules_rust/.bazelci/ |
| D | presubmit.yml | 1 --- 3 - "--config=rustfmt" 4 - "--config=clippy" 6 …- sed -i 's|^rust_register_toolchains(|rust_register_toolchains(versions = ["1.68.0"],\n|' WORKSPA… 8 - "--//rust/toolchain/channel=nightly" 10 - "--//rust/toolchain/channel=nightly" 11 - "--config=rustfmt" 12 - "--config=clippy" 14 - "--" 15 - "//..." [all …]
|
| /external/rust/cxx/.github/workflows/ |
| D | ci.yml | 16 test: 20 runs-on: ${{matrix.os || 'ubuntu'}}-latest 22 fail-fast: false 25 - rust: nightly 26 - rust: beta 27 - rust: stable 28 - rust: 1.60.0 29 - rust: 1.70.0 30 - rust: 1.74.0 31 - name: Cargo on macOS [all …]
|
| /external/freetype/ |
| D | .gitlab-ci.yml | 4 - build 6 # FIXME: Use --werror once warnings are fixed. 8 MESON_ARGS: --fatal-meson-warnings --default-library=both 9 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib 14 image: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-07-29.3-main" 17 - 'docker' 18 - 'windows' 19 - '2022' 20 - 'gstreamer-windows' 24 # https://gitlab.freedesktop.org/freetype/docker-images/container_registry/20896 [all …]
|
| /external/jazzer-api/ |
| D | .bazelrc | 2 startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1 3 build --incompatible_strict_action_env 4 build --sandbox_tmpfs_path=/tmp 5 build --enable_platform_specific_config 6 build -c opt 8 build --nozip_undeclared_test_outputs 11 # GCC is supported on a best-effort basis. 12 common --repo_env=CC=clang 13 build --incompatible_enable_cc_toolchain_resolution 14 # Required by abseil-cpp. [all …]
|
| /external/sdv/vsomeip/third_party/boost/predef/ |
| D | azure-pipelines.yml | 5 # Copyright Rene Rivera 2019-2020. 10 - develop 11 - master 12 - feature/* 16 - develop 29 - stage: Test 32 - job: 'Linux' 35 …GCC 10 (GNU): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c… 36 …GCC 10 (ISO): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c… 37 GCC 10: { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc } [all …]
|
| /external/clang/test/SemaObjC/ |
| D | attr-availability.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9.0.0 -fsyntax-only -verify %s 2 // RUN: %clang_cc1 -D WARN_PARTIAL -Wpartial-availability -triple x86_64-apple-darwin9.0.0 -fsyntax… 5 - (void)proto_method __attribute__((availability(macosx,introduced=10.1,deprecated=10.2))); // expe… 8 // expected-note@+2 2 {{'partial_proto_method' has been explicitly marked partial here}} 10 - (void)partial_proto_method __attribute__((availability(macosx,introduced=10.8))); 14 - (void)method __attribute__((availability(macosx,introduced=10.1,deprecated=10.2))); // expected-n… 16 // expected-note@+2 {{'partialMethod' has been explicitly marked partial here}} 18 - (void)partialMethod __attribute__((availability(macosx,introduced=10.8))); 20 - (void)overridden __attribute__((availability(macosx,introduced=10.3))); // expected-note{{overrid… 21 - (void)overridden2 __attribute__((availability(macosx,introduced=10.3))); [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_getpath.py | 8 from test.support import verbose 25 "Test a 'standard' install layout on Windows." 50 "Test an in-build-tree layout on Windows." 76 """Test a venv layout on Windows. 113 """Test registry lookup on Windows. 118 hkey = rf"HKLM\Software\Python\PythonCore\9.8-XY\PythonPath" 121 f"{hkey}\\Path1": "path1-dir", 122 f"{hkey}\\Path1\\Subdir": "not-subdirs", 136 "path1-dir", 137 # should not contain not-subdirs [all …]
|
| /external/fmtlib/.github/workflows/ |
| D | macos.yml | 1 name: macos 12 os: [macos-11, macos-13] 16 - { os: macos-11, std: 20 } 17 - { os: macos-13, std: 11 } 18 - { os: macos-13, std: 17 } 20 - shared: -DBUILD_SHARED_LIBS=ON 22 runs-on: '${{ matrix.os }}' 25 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 27 - name: Set timezone 28 run: sudo systemsetup -settimezone 'Asia/Yekaterinburg' [all …]
|
| /external/bazelbuild-rules_rust/examples/per_platform_printer/ |
| D | lib.rs | 6 #[cfg(target_os = "macos")] 13 pub fn print() -> Vec<String> { in print() 17 #[cfg(target_os = "macos")] 18 pub fn print() -> Vec<String> { in print() 23 pub fn print() -> Vec<String> { in print() 27 #[cfg(test)] 31 #[test] 41 #[cfg(target_os = "macos")] in prints_correctly() 42 "Hello MacOS!", in prints_correctly()
|
| /external/python/cpython2/Lib/test/ |
| D | test_macostools.py | 6 from test import test_support 8 MacOS = test_support.import_module('MacOS') variable 9 #The following modules should exist if MacOS exists. 15 requires_32bit = unittest.skipUnless(sys.maxint < 2**32, '32-bit only test') 23 rfp = MacOS.openrf(test_support.TESTFN, '*wb') 40 rfp = MacOS.openrf(test_support.TESTFN, '*rb') 43 rfp = MacOS.openrf(TESTFN2, '*rb') 86 if len(u'\0'.encode('unicode-internal')) == 4:
|
| /external/pcre/.github/workflows/ |
| D | build.yml | 8 runs-on: ubuntu-latest 10 - name: Checkout 13 - name: Prepare 16 - name: Configure 17 run: ./configure CPPFLAGS='-Wall -Wextra' --enable-jit --enable-pcre2-16 --enable-pcre2-32 19 - name: Build 20 run: make -j2 22 - name: Test (main test script) 25 - name: Test (JIT test program) 28 - name: Test (pcre2grep test script) [all …]
|
| /external/cronet/third_party/libc++/src/utils/ci/ |
| D | buildkite-pipeline.yml | 1 #===----------------------------------------------------------------------===## 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 #===----------------------------------------------------------------------===## 10 # This file describes the various pre-commit CI bots used to test libc++. 12 # This file should never contain logic -- all the logic must be offloaded 26 # LLVM POST-BRANCH bump version 27 # LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17" 28 # LLVM RELEASE bump remove compiler ToT - 3, e.g. "Clang 15" 29 LLVM_HEAD_VERSION: "18" # Used compiler, update POST-BRANCH. 37 - exit_status: -1 # Agent was lost [all …]
|
| D | run-buildbot | 2 #===----------------------------------------------------------------------===## 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===----------------------------------------------------------------------===## 10 set -ex 11 set -o pipefail 23 [-h|--help] Display this help and exit. 25 --llvm-root <DIR> Path to the root of the LLVM monorepo. By default, we try 28 --build-dir <DIR> The directory to use for building the library. By default, 29 this is '<llvm-root>/build/<builder>'. 31 --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download [all …]
|
| /external/mesa3d/.github/workflows/ |
| D | macos.yml | 1 name: macOS-CI 8 macOS-CI: 12 runs-on: macos-11 17 - name: Checkout 19 - name: Install Dependencies 29 brew "molten-vk" 31 brew "pkg-config" 36 brew bundle --verbose 37 - name: Install Mako and meson 38 run: pip3 install --user mako meson [all …]
|
| /external/python/cpython3/Mac/BuildScript/ |
| D | README.rst | 4 The ``build-install.py`` script creates Python distributions, including 5 certain third-party libraries as necessary. It builds a complete 6 framework-based Python out-of-tree, installs it in a funny place with 10 The installer package built on the dmg is a macOS bundle format installer 12 macOS systems; it is usable on macOS 10.6 and earlier systems. 13 To be usable on newer versions of macOS, the bits in the bundle package 14 must be assembled in a macOS flat installer package, using current 15 versions of the pkgbuild and productbuild utilities. To pass macoS 18 Starting with macOS 10.15 Catalina, Gatekeeper now also requires 22 the macOS 10.9 SDK, must now be signed with the codesign utility, [all …]
|