Home
last modified time | relevance | path

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

12345678910>>...29

/third_party/python/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 …]
/third_party/python/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 macOS specific arguments to configure
16 * ``--enable-framework[=DIR]``
18 If this argument is specified the build will create a Python.framework rather
20 _`Building and using a framework-based Python on macOS` for more
27 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks
[all …]
/third_party/nghttp2/.github/workflows/
Dbuild.yml1 name: build
6 build:
9 os: [ubuntu-22.04, macos-11]
12 http3: [http3, no-http3]
15 - os: macos-11
17 - http3: no-http3
19 - os: macos-11
21 - # disable macos cmake because of include path issue
22 os: macos-11
24 - os: macos-11
[all …]
/third_party/libsnd/.github/workflows/
Daction.yml6 build:
8 fail-fast: false
11 ubuntu-gcc-autotools,
12 ubuntu-clang-autotools,
13 ubuntu-gcc-ossfuzz,
14 macos-autotools,
15 ubuntu-gcc-cmake,
16 ubuntu-gcc-cmake-shared,
17 ubuntu-clang-cmake,
18 ubuntu-clang-cmake-shared,
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dbuild_macos_test.dart2 // Use of this source code is governed by a BSD-style license that can be
13 import 'package:flutter_tools/src/commands/build.dart';
54 testUsingContext('macOS build fails when there is no macos project', () async {
58 const <String>['build', 'macos']
65 testUsingContext('macOS build fails on non-macOS platform', () async {
73 const <String>['build', 'macos']
81 testUsingContext('macOS build invokes xcode build', () async {
84 fs.directory('macos').createSync();
94 '-workspace', flutterProject.macos.xcodeWorkspace.path,
95 '-configuration', 'Release',
[all …]
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml2 - build
4 # FIXME: Use --werror once warnings are fixed.
6 MESON_ARGS: --fatal-meson-warnings
7 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
9 .build windows common:
11 # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213
12 image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master'
13 stage: 'build'
15 - 'docker'
16 - 'windows'
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dbuild_macos.dart2 // Use of this source code is governed by a BSD-style license that can be
12 import '../macos/build_macos.dart';
15 import 'build.dart';
17 /// A command to build a macOS desktop target through a build shell script.
25 final String name = 'macos';
32 DevelopmentArtifact.macOS,
37 String get description => 'build the macOS desktop target.';
45 throwToolExit('"build macos" is not currently supported.');
48 throwToolExit('"build macos" only supported on macOS hosts.');
50 if (!flutterProject.macos.existsSync()) {
[all …]
/third_party/rust/crates/is-terminal/.github/workflows/
Dmain.yml6 - main
12 runs-on: ubuntu-latest
14 - uses: actions/checkout@v3
17 - uses: ./.github/actions/install-rust
20 - run: cargo fmt --all -- --check
24 runs-on: ${{ matrix.os }}
27 build: [stable, nightly]
29 - build: stable
30 os: ubuntu-latest
32 - build: nightly
[all …]
/third_party/protobuf/
DREADME.md1 Protocol Buffers - Google's data interchange format
6 https://developers.google.com/protocol-buffers/
9 --------
11 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
12 platform-neutral, extensible mechanism for serializing structured data. You
13 …uf's documentation on the Google Developers site](https://developers.google.com/protocol-buffers/).
20 ------------------------------
26 For non-C++ users, the simplest way to install the protocol compiler is to
27 download a pre-built binary from our release page:
31 In the downloads section of each release, you can find pre-built binaries in
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/
Dbuild_macos.dart2 // Use of this source code is governed by a BSD-style license that can be
19 /// Builds the macOS project through xcodebuild.
38 await processPodsIfNeeded(flutterProject.macos, getMacOSBuildDirectory(), buildInfo.mode);
40 if (!flutterProject.macos.inputFileList.existsSync()) {
41 flutterProject.macos.inputFileList.createSync(recursive: true);
43 if (!flutterProject.macos.outputFileList.existsSync()) {
44 flutterProject.macos.outputFileList.createSync(recursive: true);
52 // Run build script provided by application.
58 '-workspace', flutterProject.macos.xcodeWorkspace.path,
59 '-configuration', '$config',
[all …]
/third_party/node/
DBUILDING.md3 Depending on what platform or features you need, the build process may
13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python 2 and Python 3](#note-about-python-2-and-python-3)
23 * [Unix and macOS](#unix-and-macos)
[all …]
/third_party/mesa3d/docs/
Dmacos.rst1 Notes for macOS
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
23 ``-Dosmesa=true -Dglx=xlib`` and select an appropriate Gallium software
/third_party/vulkan-loader/
DBUILD.md1 # Build Instructions
3 Instructions for building this repository on Linux, Windows, and MacOS.
7 - [Contributing to the Repository](#contributing-to-the-repository)
8 - [Repository Content](#repository-content)
9 - [Installed Files](#installed-files)
10 - [Repository Set-Up](#repository-set-up)
11 - [Display Drivers](#display-drivers)
12 - [Download the Repository](#download-the-repository)
13 - [Repository Dependencies](#repository-dependencies)
14 - [Build and Install Directories](#build-and-install-directories)
[all …]
/third_party/rust/crates/libc/.github/workflows/
Dbors.yml6 - auto-libc
7 - try
13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds)
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
30 - name: Setup Rust toolchain
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/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 …]
/third_party/flutter/skia/third_party/externals/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 …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/
Dmacos.dart2 // Use of this source code is governed by a BSD-style license that can be
16 import '../../macos/xcode.dart';
21 const String _kOutputPrefix = '{PROJECT_DIR}/macos/Flutter/ephemeral/FlutterMacOS.framework';
23 /// The copying logic for flutter assets in macOS.
24 // TODO(jonahwilliams): remove once build planning lands.
31 assetBundle.build(
48 assetBundle.build(
53 final String prefix = fs.path.join(flutterProject.macos.ephemeralDirectory.path,
64 /// Copy the macOS framework to the correct copy dir by invoking 'cp -R'.
80 Source.pattern('{FLUTTER_ROOT}/packages/flutter_tools/lib/src/build_system/targets/macos.dart'),
[all …]
/third_party/mesa3d/.github/workflows/
Dci.yml1 name: macOS-CI
8 macOS-CI:
12 runs-on: macos-11
17 - name: Checkout
19 - name: Install Dependencies
30 brew "pkg-config"
35 brew bundle --verbose
36 - name: Install Mako and meson
37 run: pip3 install --user mako meson
38 - name: Configure
[all …]
/third_party/spirv-headers/.github/workflows/
Dpresubmit.yml5 build:
6 name: Build ${{ matrix.os }}
7 runs-on: ${{ matrix.os }}
10 os: [ubuntu-latest, macos-latest, windows-latest]
12 - uses: actions/checkout@v2
13 - name: Install Ubuntu packages
14 if: matrix.os == 'ubuntu-latest'
15 run: sudo apt install -y dos2unix
16 - name: Install macOS packages
17 if: matrix.os == 'macos-latest'
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/.github/workflows/
Dpresubmit.yml5 build:
6 name: Build ${{ matrix.os }}
7 runs-on: ${{ matrix.os }}
10 os: [ubuntu-latest, macos-latest, windows-latest]
12 - uses: actions/checkout@v2
13 - name: Install Ubuntu packages
14 if: matrix.os == 'ubuntu-latest'
15 run: sudo apt install -y dos2unix
16 - name: Install macOS packages
17 if: matrix.os == 'macos-latest'
[all …]
/third_party/harfbuzz/.circleci/
Dconfig.yml4 win32-executor:
6 - image: cimg/base:edge-20.04
7 autotools-executor:
9 - image: cimg/base:edge-20.04
13 macos-10_14_4-aat-fonts:
14 macos:
17 - checkout
18- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
19 - run: pip3 install meson --upgrade
20- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" me…
[all …]
/third_party/json/.github/workflows/
Dmacos.yml1 name: macOS
6 - develop
7 - master
8 - release/*
13 runs-on: macos-10.15
21 - uses: actions/checkout@v2
22 - name: cmake
23 run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On -DJSON_FastTests=ON
24 - name: build
25 run: cmake --build build --parallel 10
[all …]
/third_party/rust/crates/termcolor/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
12 runs-on: ${{ matrix.os }}
15 build:
16 - pinned
17 - pinned-win
18 - stable
19 - beta
20 - nightly
21 - macos
[all …]
/third_party/benchmark/.github/workflows/
Dwheels.yml1 name: Build and upload Python wheels
7 - published
11 name: Build source distribution
12 runs-on: ubuntu-latest
14 - name: Check out repo
17 - name: Install Python 3.9
18 uses: actions/setup-python@v2
20 python-version: 3.9
22 - name: Build and check sdist
25 - name: Upload sdist
[all …]

12345678910>>...29