Home
last modified time | relevance | path

Searched +full:1 +full:- +full:installer +full:- +full:darwin +full:- +full:x86_64 (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/packages/modules/Bluetooth/floss/build/rustup/
Drustup.sh5 # install rustup. It just does platform detection, downloads the installer
9 # extension. Note: Most shells limit `local` to 1 var per line, contra bash.
11 if [ "$KSH_VERSION" = 'Version JM 93t+ 2010-03-05' ]; then
16 exit 1
20 set -u
23 RUSTUP_UPDATE_ROOT="${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}"
27 cat 1>&2 <<EOF
28 rustup-init 1.24.3 (c1c769109 2021-05-31)
29 The installer for rustup
32 rustup-init [FLAGS] [OPTIONS]
[all …]
/aosp_15_r20/external/swiftshader/third_party/marl/kokoro/macos/
H A Dbuild.sh9 # https://www.apache.org/licenses/LICENSE-2.0
17 set -e # Fail on any error.
21 function show_cmds { set -x; }
32 git submodule update --init
38 BUILD_DIR=/tmp/marl-build
42 COMMON_CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=${BUILD_TYPE}"
43 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_EXAMPLES=1"
44 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_TESTS=1"
45 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_BENCHMARKS=1"
46 COMMON_CMAKE_FLAGS+=" -DMARL_WARNINGS_AS_ERRORS=1"
[all …]
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/tools/ci_build/
H A Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
25 eval "$1"
27 if [[ $? -ne 0 ]]; then
29 eval "$1"
34 echo "$@" 1>&2 ; exit 1;
42 result=$("$@" 2>&1) || die "$result"
45 set -x
50 mkdir -p /tmpfs/bazel_output
57 case "$(uname -s)" in
58 Darwin) local name=bazelisk-darwin-amd64 ;;
[all …]
/aosp_15_r20/prebuilts/rust/darwin-x86/1.80.1/lib/rustlib/
H A Dinstall.log1 $ umask 022 && mkdir -p "/Volumes/Android/buildbot/src/android/rust-toolchain/out/package/lib/rustl…
2 …o "3" > "/Volumes/Android/buildbot/src/android/rust-toolchain/out/package/lib/rustlib/rust-install…
3 install: creating uninstall script at /Volumes/Android/buildbot/src/android/rust-toolchain/out/pack…
4-toolchain/out/rustc/build/tmp/tarball/clippy/x86_64-apple-darwin/clippy-1.80.1-dev-x86_64-apple-d…
5 install: installing component 'clippy-preview'
6 $ echo "clippy-preview" >> "/Volumes/Android/buildbot/src/android/rust-toolchain/out/package/lib/ru…
7 $ umask 022 && mkdir -p "/Volumes/Android/buildbot/src/android/rust-toolchain/out/package/bin"
8 install: copying file /Volumes/Android/buildbot/src/android/rust-toolchain/out/package/bin/cargo-cl…
9-toolchain/out/rustc/build/tmp/tarball/clippy/x86_64-apple-darwin/clippy-1.80.1-dev-x86_64-apple-d…
10 $ chmod 755 /Volumes/Android/buildbot/src/android/rust-toolchain/out/package/bin/cargo-clippy
[all …]
/aosp_15_r20/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py6 - support universal2 variant with arm64 and x86_64 archs
7 - enable clang optimizations when building on 10.15+
10 - 2.7 end-of-life issues:
11 - Python 3 installs now update the Current version link
13 - fully support running under Python 3 as well as 2.7
14 - support building on newer macOS systems with SIP
15 - fully support building on macOS 10.9+
16 - support 10.6+ on best effort
17 - support bypassing docs build by supplying a prebuilt
18 docs html tarball in the third-party source library,
[all …]
/aosp_15_r20/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py6 - support Intel 64-bit-only () and 32-bit-only installer builds
7 - build and link with private Tcl/Tk 8.6 for 10.9+ builds
8 - deprecate use of explicit SDK (--sdk-path=) since all but the oldest
13 supported with build-installer.
14 - use generic "gcc" as compiler (CC env var) rather than "gcc-4.2"
21 Sphinx, build-installer.py should also be converted to use python3!
23 For 10.9 or greater deployment targets, build-installer builds and links
25 apply. Otherwise, build-installer requires an installed third-party version
51 INCLUDE_TIMESTAMP = 1
52 VERBOSE = 1
[all …]
/aosp_15_r20/tools/acloud/setup/
H A Dgoogle_sdk.py3 # Copyright 2018 - The Android Open Source Project
9 # http://www.apache.org/licenses/LICENSE-2.0
16 """google SDK tools installer.
44 SDK_BIN_PATH = os.path.join("google-cloud-sdk", "bin")
49 LINUX_GCP_SDK_64_URL = "%s/google-cloud-sdk-%s-linux-x86_64.tar.gz" % (
51 LINUX_GCP_SDK_32_URL = "%s/google-cloud-sdk-%s-linux-x86.tar.gz" % (
53 WIN_GCP_SDK_64_URL = "%s/google-cloud-sdk-%s-windows-x86_64.zip" % (
55 WIN_GCP_SDK_32_URL = "%s/google-cloud-sdk-%s-windows-x86.zip" % (
57 MAC_GCP_SDK_64_URL = "%s/google-cloud-sdk-%s-darwin-x86_64.tar.gz" % (
59 MAC_GCP_SDK_32_URL = "%s/google-cloud-sdk-%s-darwin-x86.tar.gz" % (
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/release/
H A Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 LATEST_BAZEL_VERSION=5.1.1
29 eval "$1"
31 if [[ $? -ne 0 ]]; then
33 eval "$1"
38 echo "$@" 1>&2 ; exit 1;
46 result=$("$@" 2>&1) || die "$result"
49 set -x
55 mkdir -p /tmpfs/bazel_output
62 case "$(uname -s)" in
[all …]
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/
H A D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
17 - g++-multilib
18 - libc6:i386
20 - COMPILER=g++
21 - C_COMPILER=gcc
22 - BUILD_TYPE=Debug
23 - BUILD_32_BITS=ON
24 - EXTRA_FLAGS="-m32"
[all …]
/aosp_15_r20/external/libcxx/utils/google-benchmark/
H A D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/kokoro/release/ruby/macos/ruby/
H A Druby_build_environment.sh3 set -ex
6 sudo chown -R $(whoami) $HOME/.rvm/
7 sudo chown -R $(whoami) /Library/Ruby/
11 curl -sSL https://rvm.io/mpapis.asc | gpg --import -
12 curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
17 curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s maste…
20 set -e # rvm commands are very verbose
23 gem install rake-compiler --no-document
24 gem install bundler --no-document
27 gem install rake-compiler --no-document
[all …]
/aosp_15_r20/external/protobuf/kokoro/release/ruby/macos/ruby/
H A Druby_build_environment.sh3 set -ex
6 sudo chown -R $(whoami) $HOME/.rvm/
7 sudo chown -R $(whoami) /Library/Ruby/
11 curl -sSL https://rvm.io/mpapis.asc | gpg --import -
12 curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
17 curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s maste…
20 set -e # rvm commands are very verbose
23 gem install rake-compiler --no-document
24 gem install bundler --no-document
27 gem install rake-compiler --no-document
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/.github/workflows/
H A Dci.yml7 - master
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v2
20 - name: Setup Rust
22 rustup update nightly --no-self-update
25 - name: Run rustfmt
26 run: cargo fmt --all -- --check
30 runs-on: ubuntu-latest
32 fail-fast: false
35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/.github/workflows/
H A Dci.yml7 - master
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v2
20 - name: Setup Rust
22 rustup update nightly --no-self-update
25 - name: Run rustfmt
26 run: cargo fmt --all -- --check
30 runs-on: ubuntu-latest
32 fail-fast: false
35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/.github/workflows/
H A Dci.yml7 - master
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v2
20 - name: Setup Rust
22 rustup update nightly --no-self-update
25 - name: Run rustfmt
26 run: cargo fmt --all -- --check
30 runs-on: ubuntu-latest
32 fail-fast: false
35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/.github/workflows/
H A Dci.yml7 - master
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v2
20 - name: Setup Rust
22 rustup update nightly --no-self-update
25 - name: Run rustfmt
26 run: cargo fmt --all -- --check
30 runs-on: ubuntu-latest
32 fail-fast: false
35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/.github/workflows/
H A Dci.yml7 - master
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v2
20 - name: Setup Rust
22 rustup update nightly --no-self-update
25 - name: Run rustfmt
26 run: cargo fmt --all -- --check
30 runs-on: ubuntu-latest
32 fail-fast: false
35 … # We shouldn't really have any OS-specific code, so think of this as a list of architectures
[all …]
/aosp_15_r20/external/libjpeg-turbo/
H A DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
22 building libjpeg-turbo.
34 - GCC v4.1 (or later) or Clang recommended for best performance
36 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
D_osx_support.py15 # like "-arch" or "-isdkroot", that may need customization for
77 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
98 # We're on a plain darwin box, fall back to the default
108 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
115 # This is needed for higher-level cross-platform tests of get_platform.
132 # builds, in particular -isysroot and -arch arguments to the compiler. This
149 # (or rather Xcode) releases. With older releases (up-to 10.5)
155 # Xcode releases. Up to Xcode 4 it was possible to use 'gcc-4.2'
157 # gcc-4.2 is either not present, or a copy of 'llvm-gcc' that
182 # Compiler is GCC, check if it is LLVM-GCC
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
D_osx_support.py15 # like "-arch" or "-isdkroot", that may need customization for
71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name)
74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
99 f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8")
101 # We're on a plain darwin box, fall back to the default
111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 # This is needed for higher-level cross-platform tests of get_platform.
160 contents = _read_output('%s -c -E -v - </dev/null' % (cc,), True)
172 _cache_default_sysroot = line[:-12]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
D_osx_support.py15 # like "-arch" or "-isdkroot", that may need customization for
71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name)
74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
99 f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8")
101 # We're on a plain darwin box, fall back to the default
111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 # This is needed for higher-level cross-platform tests of get_platform.
160 contents = _read_output('%s -c -E -v - </dev/null' % (cc,), True)
172 _cache_default_sysroot = line[:-12]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
D_osx_support.py15 # like "-arch" or "-isdkroot", that may need customization for
71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name)
74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
99 f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8")
101 # We're on a plain darwin box, fall back to the default
111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 # This is needed for higher-level cross-platform tests of get_platform.
160 contents = _read_output('%s -c -E -v - </dev/null' % (cc,), True)
172 _cache_default_sysroot = line[:-12]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
D_osx_support.py15 # like "-arch" or "-isdkroot", that may need customization for
71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name)
74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
99 f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8")
101 # We're on a plain darwin box, fall back to the default
111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 # This is needed for higher-level cross-platform tests of get_platform.
160 contents = _read_output('%s -c -E -v - </dev/null' % (cc,), True)
172 _cache_default_sysroot = line[:-12]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
D_osx_support.py15 # like "-arch" or "-isdkroot", that may need customization for
71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name)
74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
99 f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8")
101 # We're on a plain darwin box, fall back to the default
111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 # This is needed for higher-level cross-platform tests of get_platform.
160 contents = _read_output('%s -c -E -v - </dev/null' % (cc,), True)
172 _cache_default_sysroot = line[:-12]
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A D_osx_support.py15 # like "-arch" or "-isdkroot", that may need customization for
71 cmd = "%s >'%s' 2>&1" % (commandstring, fp.name)
74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
99 f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8")
101 # We're on a plain darwin box, fall back to the default
111 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 # This is needed for higher-level cross-platform tests of get_platform.
160 contents = _read_output('%s -c -E -v - </dev/null' % (cc,), True)
172 _cache_default_sysroot = line[:-12]
[all …]

123