Searched +full:build +full:- +full:macos (Results 1 – 25 of 511) sorted by relevance
12345678910>>...21
| /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/libsnd/.github/workflows/ |
| D | action.yml | 6 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/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/nghttp2/.github/workflows/ |
| D | build.yml | 1 name: build 5 permissions: read-all 16 build-cache: 19 os: [ubuntu-22.04, macos-12] 21 runs-on: ${{ matrix.os }} 24 - uses: actions/checkout@v4 25 - name: Restore libbpf cache 26 id: cache-libbpf 30 path: libbpf/build 31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }} [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/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/protobuf/ |
| D | README.md | 1 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/mesa3d/docs/ |
| D | macos.rst | 1 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/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 | ci.yml | 1 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/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/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/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/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/mesa3d/docs/drivers/ |
| D | asahi.rst | 6 Testing on macOS 7 ----------------- 9 On macOS, the experimental Asahi driver may built with options: 11 -Dosmesa=true -Dglx=xlib -Dgallium-drivers=asahi,swrast 15 … DYLD_LIBRARY_PATH=/Users/nobody/mesa/build/src/gallium/targets/libgl-xlib/ glmark2 --reuse-context 19 Wrap (macOS only) 20 ----------------- 22 Mesa includes a library that wraps the key IOKit entrypoints used in the macOS 26 This library allows debugging Mesa, particularly around the undocumented macOS 27 user-kernel interface. Logs from Mesa may compared to Metal to check that the [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/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/PyYAML/.github/workflows/ |
| D | manual_artifact_build.yaml | 1 --- 2 # This is the actual artifact build/release workflow. This workflow exists temporarily 4 name: Manual Artifact Build 19 runs-on: ubuntu-latest 21 - name: Checkout PyYAML 24 - name: Install a python 25 uses: actions/setup-python@v2 27 python-version: 3.x 29 - name: Build sdist 34 python -V [all …]
|
| D | ci.yaml | 1 --- 2 # This is the CI workflow (not the artifact build/release workflow). The workflows 21 runs-on: ubuntu-latest 23 - name: Checkout PyYAML 26 - name: Install a python 27 uses: actions/setup-python@v2 29 python-version: 3.x 31 - name: Build sdist 36 python -V 37 python -m pip install build [all …]
|
12345678910>>...21