Searched +full:build +full:- +full:macos (Results 1 – 25 of 728) sorted by relevance
12345678910>>...30
| /third_party/python/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 …]
|
| /third_party/python/Mac/ |
| D | README.rst | 2 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 …]
|
| /third_party/nghttp2/.github/workflows/ |
| D | build.yml | 1 name: build 5 permissions: read-all 15 WOLFSSL_VERSION: v5.7.2-stable 18 build-cache: 21 os: [ubuntu-24.04, macos-13, macos-14] 23 runs-on: ${{ matrix.os }} 26 - name: Checkout 28 - name: Restore libbpf cache 29 id: cache-libbpf 33 path: libbpf/build [all …]
|
| /third_party/skia/third_party/externals/freetype/ |
| D | .gitlab-ci.yml | 2 - 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/mesa3d/docs/ |
| D | macos.rst | 1 Notes for macOS 4 Mesa builds on macOS without modifications. However, there are some details to 7 - Mesa has a number of build-time dependencies. Most dependencies, including 11 - macOS is picky about its build-time environment. Type ``brew sh`` before 15 hardware-accelerated system OpenGL framework, to provide hardware acceleration 16 to X11 applications on macOS running via XQuartz. 18 Mesa's software rasterizers also work on macOS. To build, set the build options 19 ``-Dosmesa=true -Dglx=xlib``. 21 …macOS by using the ``-Dgallium-drivers=<drivers>`` build option. Do not use with the previous soft…
|
| /third_party/rust/crates/is-terminal/.github/workflows/ |
| D | main.yml | 6 - 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/astc-encoder/Docs/ |
| D | Building.md | 6 Builds must use CMake 3.15 or higher as the build system generator. The 7 examples on this page show how to use it to generate build systems for NMake 8 (Windows) and Make (Linux and macOS), but CMake supports other build system 15 ### Configuring the build 17 To use CMake you must first configure the build. Create a build directory in 19 to generate the build system. 22 # Create a build directory 23 mkdir build 24 cd build 26 # Configure your build of choice, for example: [all …]
|
| /third_party/rust/crates/libc/.github/workflows/ |
| D | bors.yml | 6 - 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/ |
| D | README | 9 ------------------------------------------------------------ 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/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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/.github/workflows/ |
| D | presubmit.yml | 5 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/spirv-headers/.github/workflows/ |
| D | presubmit.yml | 5 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/grpc/tools/internal_ci/macos/ |
| D | grpc_distribtests_csharp.sh | 8 # 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 …]
|
| D | grpc_distribtests_php.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 27 # Build all PHP macos artifacts 28 tools/run_tests/task_runner.py -f artifact macos php ${TASK_RUNNER_EXTRA_FILTERS} -j 4 -x build_art… 30 # PHP's "build_package" step is basically just a passthough, so the build artifacts can be used 36 rm -rf input_artifacts 37 mkdir -p input_artifacts 40 # The macos-built artifact will still show up in job's uploaded artifacts under the 42 cp -r artifacts/php_pecl_package_macos_*/* input_artifacts/ || true 44 # Run all PHP macos distribtests [all …]
|
| /third_party/rust/crates/termcolor/.github/workflows/ |
| D | ci.yml | 6 - 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/vulkan-loader/ |
| D | BUILD.md | 1 # Build Instructions 3 Instructions for building this repository on Linux, Windows, and MacOS. 7 - [Build Instructions](#build-instructions) 8 - [Table Of Contents](#table-of-contents) 9 - [Contributing to the Repository](#contributing-to-the-repository) 10 - [Repository Content](#repository-content) 11 - [Installed Files](#installed-files) 12 - [Build Requirements](#build-requirements) 13 - [Test Requirements](#test-requirements) 14 - [Repository Set-Up](#repository-set-up) [all …]
|
| /third_party/glfw/docs/ |
| D | compile.md | 6 build applications that use GLFW, see @ref build_guide. 16 compile_deps and @ref compile_options sections for GLFW-specific information. 22 If you are on Windows and macOS you can [download 25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have 31 [CMake user guide][cmake-guide] that includes everything in this guide not 34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/ 40 all necessary dependencies for compiling GLFW, but on Unix-like systems like 46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like 47 systems (except macOS). To disable one or both of these, set the @ref GLFW_BUILD_WAYLAND 48 or @ref GLFW_BUILD_X11 CMake options in the next step when generating build files. [all …]
|
| /third_party/benchmark/.github/workflows/ |
| D | wheels.yml | 1 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 …]
|
| /third_party/astc-encoder/jenkins/ |
| 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') _ 29 stage('Build All') { [all …]
|
| /third_party/pcre2/pcre2/.github/workflows/ |
| D | build.yml | 2 name: Build 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) [all …]
|
| /third_party/skia/m133/third_party/externals/libwebp/ |
| D | xcframeworkbuild.sh | 10 # directory (the previous build will be erased if it exists). 13 set -e 21 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2) 22 if [[ -z "${XCODE}" ]] || [[ "${XCODE%%.*}" -lt 11 ]]; then 30 xcodebuild -showsdks \ 31 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}' 32 xcodebuild -showsdks \ 33 | grep macosx | sort | tail -n 1 | awk '{print substr($NF, 7)}' 36 readonly MACOS=1 43 # Names should be of the form '<platform>-[<variant>-]<architecture>'. [all …]
|
| /third_party/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 9 build: 10 runs-on: ubuntu-latest 12 fail-fast: false 14 build: 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/.github/workflows/ |
| D | upload-assets.yml | 10 build-release: 11 name: build-release 14 build: [linux-x86_64, macos-x86_64, windows-x86_64-gnu, windows-x86_64-msvc] 16 - build: linux-x86_64 17 os: ubuntu-latest 19 target: x86_64-unknown-linux-gnu 20 - build: macos-x86_64 21 os: macos-latest 23 target: x86_64-apple-darwin 24 - build: windows-x86_64-gnu [all …]
|
| /third_party/skia/m133/toolchain/ |
| D | BUILD.bazel | 14 # https://bazel.build/docs/toolchains 15 # https://bazel.build/reference/be/platform#toolchain 25 # What can this toolchain build? 36 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36 45 "@platforms//os:macos", 49 "@platforms//os:macos", 54 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36 61 "@platforms//os:macos", 65 "@platforms//os:macos", 70 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36 [all …]
|
| /third_party/grpc/tools/ |
| D | bazel.rc | 3 # Bazel 7 begins to enable module by default which breaks gRPC build. 5 common --enable_bzlmod=false 7 # for platform-appropriate cxxopts 8 common --enable_platform_specific_config 10 build:windows --cxxopt='/std:c++17' 11 build:windows --host_cxxopt='/std:c++17' 12 build:linux --cxxopt='-std=c++17' 13 build:linux --host_cxxopt='-std=c++17' 14 build:macos --cxxopt='-std=c++17' 15 build:macos --host_cxxopt='-std=c++17' [all …]
|
12345678910>>...30