Home
last modified time | relevance | path

Searched +full:build +full:- +full:macos (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/external/curl/.circleci/
Dconfig.yml21 # 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/python/cpython3/Mac/BuildScript/
DREADME.rst4 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 …]
/external/python/cpython3/Mac/
DREADME.rst2 Python on macOS README
6 Jack Jansen (2004-07),
7 Ronald Oussoren (2010-04),
8 Ned Deily (2012-06)
10 This document provides a quick overview of some macOS specific features in
13 Compilers for building on macOS
16 The core developers primarily test builds on macOS with Apple's compiler tools,
18 a compiler that includes an SDK that targets the OS on the build machine, that is
21 For example, for macOS 12 we support Xcode 13 and Xcode 14 (or the corresponding
26 macOS specific arguments to configure
[all …]
/external/fmtlib/.github/workflows/
Dmacos.yml1 name: macos
9 build:
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
[all …]
/external/XNNPACK/
D.bazelrc1 # Basic build settings
2 build --jobs 128
4 # Sets the default Apple platform to macOS.
5 build --apple_platform_type=macos
8 build:android --crosstool_top=//external:android/crosstool
9 build:android --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
10 build:android --linkopt=-ldl
11 build:android --linkopt=-Wl,--gc-sections
13 build:android_arm --config=android
14 build:android_arm --cpu=armeabi-v7a
[all …]
/external/freetype/
D.gitlab-ci.yml4 - 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
11 .build windows common:
14 image: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-07-29.3-main"
15 stage: 'build'
17 - 'docker'
18 - 'windows'
19 - '2022'
[all …]
/external/mesa3d/docs/
Dmacos.rst1 Notes for macOS
4 .. image:: https://github.com/mesa3d/mesa/actions/workflows/macos.yml/badge.svg
5 :target: https://github.com/mesa3d/mesa/actions/workflows/macos.yml
6 :alt: macOS CI
8 Mesa builds on macOS without modifications. However, there are some details to
11 - Mesa has a number of build-time dependencies. Most dependencies, including
15 - macOS is picky about its build-time environment. Type ``brew sh`` before
19 hardware-accelerated system OpenGL framework, to provide hardware acceleration
20 to X11 applications on macOS running via XQuartz.
22 Mesa's software rasterizers also work on macOS. To build, set the build options
[all …]
/external/pigweed/docs/get_started/
Dfirst_time_setup.rst1 .. _docs-first-time-setup-guide:
6 .. _docs-first-time-setup-guide-express-setup:
8 -------------
10 -------------
14 .. tab-set::
16 .. tab-item:: Linux
19 .. inclusive-language: disable
21 .. code-block:: sh
23 sudo apt install git build-essential
24 …curl -LJo /etc/udev/rules.d/60-openocd.rules https://raw.githubusercontent.com/openocd-org/openocd…
[all …]
/external/bazelbuild-rules_python/.bazelci/
Dpresubmit.yml7 # http://www.apache.org/licenses/LICENSE-2.0
15 ---
17 # keep these arguments in sync with .pre-commit-config.yaml
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 - "--"
38 - "..."
[all …]
/external/libultrahdr/.github/workflows/
Dcmake.yml11 build:
15 - name: ubuntu-latest-gcc-cmake
16 os: ubuntu-latest
19 build-system: cmake
20 cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_INSTALL=0 -DUHDR_BUILD_FUZZERS=0'
22 - name: ubuntu-latest-gcc-cmake-deps
23 os: ubuntu-latest
26 build-system: cmake
27 …cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_INSTALL=0 -DUHDR_BUILD_FUZZERS=0 -DUHDR_BUILD_DEPS…
29 - name: ubuntu-latest-clang-cmake
[all …]
/external/freetype/builds/mac/
DREADME9 ------------------------------------------------------------
12 ---------------
14 Files in this directory are designed to build FreeType
15 running on classic MacOS. To build FreeType running on
16 Mac OS X, build as the system is UNIX.
19 vanilla FreeType to fit classic MacOS.
21 The information about MacOS specific API is written in
25 --------------
27 You can use MPW: a free-charged developer environment
33 2-1. Apple MPW
[all …]
/external/flac/.github/workflows/
Daction.yml8 build:
12 - name: ubuntu-latest-clang-autotools
13 os: ubuntu-latest
16 build-system: autotools
17 configure-opts: ''
19 - name: ubuntu-latest-gcc-cmake
20 os: ubuntu-latest
23 build-system: cmake
24 configure-opts: ''
26 - name: ubuntu-latest-clang-cmake
[all …]
/external/python/cpython3/.azure-pipelines/
Dci.yml7 - job: Prebuild
8 displayName: Pre-build checks
11 vmImage: ubuntu-22.04
14 - template: ./prebuild-checks.yml
17 - job: Docs_PR
23 vmImage: ubuntu-22.04
26 - template: ./docs-steps.yml
31 - job: macOS_CI_Tests
32 displayName: macOS CI Tests
35 # bpo-39837: macOS tests on Azure Pipelines are disabled
[all …]
/external/cronet/third_party/quic_trace/src/
DREADME.md8 The primary focus of this format is debugging congestion-control related
9 issues, but other transport aspects (e.g. flow control) and transport-related
19 ## OpenGL-based renderer
23 1. A simple gnuplot-based trace renderer.
24 1. A fully featured OpenGL-based renderer.
26 The OpenGL-based is the current preferred way of rendering traces. It supports
27 Linux and macOS, though Windows support is coming soon. OpenGL 3.3 or later is
28 required. Most of its dependencies are shipped using Bazel build files, but for
33 ### Build instructions
37 1. Install SDL2 with headers (`libsdl2-dev` on Debian and related systems).
[all …]
/external/AFLplusplus/docs/
DINSTALL.md11 docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus
20 If you want to build AFL++ yourself, you have many options. The easiest choice
21 is to build and install everything:
23 NOTE: depending on your Debian/Ubuntu/Kali/... release, replace `-14` with
27 sudo apt-get update
28 …udo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev li…
30 sudo apt-get install -y lld-14 llvm-14 llvm-14-dev clang-14 || sudo apt-get install -y lld llvm llv…
31 …t-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev libstdc++-$…
32 sudo apt-get install -y ninja-build # for QEMU mode
39 It is recommended to install the newest available gcc, clang and llvm-dev
[all …]
/external/libopus/.github/workflows/
Dcmake.yml7 name: Test build with CMake 3.1.0
8 runs-on: ubuntu-20.04
10 - uses: actions/checkout@v3
12 fetch-depth: 0
13 - name: Download models
15 - name: Install CMake 3.1
17 …curl -sL https://github.com/Kitware/CMake/releases/download/v3.1.0/cmake-3.1.0-Linux-x86_64.sh -o …
19 sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
21 sudo apt-get install libidn11
22 - name: Create Work Dir
[all …]
/external/jazzer-api/
D.bazelrc2 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/mesa3d/.github/workflows/
Dmacos.yml1 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/aws-crt-java/codebuild/
Dmacos_compatibility_check.py9 print("WARNING: Not running on macos. Skip the compatibility validation.")
10 # Exit quietly if run on a non-darwin machine.
13 # Default target macos version setup in pom.xml > ${cmake.min_osx_version}
28-l target/cmake-build/lib/osx/{}/cruntime/libaws-crt-jni.dylib | grep -A3 \'LC_VERSION_MIN_MACOSX\…
31 # Parsing the macos archtecture
38 if re.match(r'^(aarch64|armv[6-8]|arm64)', arch):
42 …_cmd = "otool -l target/cmake-build/lib/osx/{}/cruntime/libaws-crt-jni.dylib | grep -E minos | tr
44 …print("Start to validate the build binary for MacOS with architecture {}, expected min os version:…
45 result = subprocess.check_output(otool_cmd, shell=True).decode("utf-8")
49 …print("Failed the compatibility validation on MacOS architecture {}, expected '{}' and built '{}'"…
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/macos/
Dgrpc_distribtests_csharp.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
27 # Build all protoc macos artifacts
28 tools/run_tests/task_runner.py -f artifact macos protoc ${TASK_RUNNER_EXTRA_FILTERS} -j 2 --inner_j…
31 rm -rf input_artifacts
32 mkdir -p input_artifacts
33 cp -r artifacts/* input_artifacts/ || true
36 # Set env variable option to build single platform version of the nugets.
37 # (this is required as we only have the macos artifacts at hand)
38 …LD_SINGLE_PLATFORM_NUGET=1 tools/run_tests/task_runner.py -f package macos csharp nuget -j 2 -x bu…
[all …]
/external/grpc-grpc/tools/internal_ci/macos/
Dgrpc_distribtests_csharp.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
27 # Build all protoc macos artifacts
28 tools/run_tests/task_runner.py -f artifact macos protoc ${TASK_RUNNER_EXTRA_FILTERS} -j 2 --inner_j…
31 rm -rf input_artifacts
32 mkdir -p input_artifacts
33 cp -r artifacts/* input_artifacts/ || true
36 # Set env variable option to build single platform version of the nugets.
37 # (this is required as we only have the macos artifacts at hand)
38 …LD_SINGLE_PLATFORM_NUGET=1 tools/run_tests/task_runner.py -f package macos csharp nuget -j 2 -x bu…
[all …]
/external/webrtc/third_party/crc32c/src/
D.travis.yml1 # Build matrix / environment variables are explained on:
2 # http://about.travis-ci.org/docs/user/build-configuration/
3 # This file can be validated on: http://lint.travis-ci.org/
10 - gcc
11 - clang
13 - linux
14 - osx
17 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=Debug
18 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo
19 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=Debug
[all …]
/external/sdv/vsomeip/third_party/boost/predef/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2019-2020.
10 - develop
11 - master
12 - feature/*
16 - develop
20 AZP_REPO_DIR: $(Build.Repository.LocalPath)
21 AZP_BRANCH: $(Build.SourceBranch)
22 AZP_BRANCH_NAME: $(Build.SourceBranchName)
23 AZP_COMMIT: $(Build.SourceVersion)
24 AZP_REPO: $(Build.Repository.Name)
[all …]
/external/libcups/
DINSTALL.md1 INSTALL - CUPS v2.3.6 - 2022-05-25
8 Using CUPS requires additional third-party support software and printer drivers.
10 does not endorse or support third-party support software for CUPS.
12 > Note: Current versions of macOS DO NOT allow installation to /usr with the
14 > recommend replacing the CUPS supplied with macOS because:
16 > a. not all versions of CUPS are compatible with every macOS release,
24 > Apple only supports using the Clang supplied with Xcode to build CUPS on
25 > macOS.
29 ----------------
31 You'll need ANSI-compliant C and C++ compilers, plus a make program and POSIX-
[all …]
/external/angle/build/config/mac/
Dmac_sdk.gni2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/chrome_build.gni")
6 import("//build/config/gclient_args.gni")
7 import("//build/config/mac/mac_sdk_overrides.gni")
8 import("//build/toolchain/rbe.gni")
9 import("//build/toolchain/siso.gni")
10 import("//build/toolchain/toolchain.gni")
16 # macOS:
20 # the macOS SDK marks as available (via `__builtin_available` and
50 # The SDK build version used when making official builds. This is a single
[all …]

12345678910>>...44