/aosp_15_r20/external/curl/.github/workflows/ |
H A D | macos.yml | 86 … configure: --enable-debug --with-libssh2=$(brew --prefix libssh2) --without-ssl --with-apple-idn 91 … configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix openssl) --enable-ares 96 configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix openssl) 115 … configure: --enable-debug --with-secure-transport --with-libssh2=$(brew --prefix libssh2) 119 … configure: --enable-debug --with-secure-transport --with-libssh2=$(brew --prefix libssh2) 124 … configure: --enable-debug --with-secure-transport --with-libssh2=$(brew --prefix libssh2) 129 configure: --enable-debug --with-openssl=$(brew --prefix libressl) 133 configure: --enable-debug --with-openssl=$(brew --prefix openssl) 137 configure: --enable-debug --with-openssl=$(brew --prefix openssl) 142 configure: --enable-debug --disable-ldap --with-openssl=$(brew --prefix openssl) [all …]
|
H A D | configure-vs-cmake.yml | 67 …while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew install libtool autoconf automake &… 71 echo '::group::brew packages installed'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'
|
/aosp_15_r20/external/mesa3d/.github/workflows/ |
H A D | macos.yml | 22 brew "bison" 23 brew "expat" 24 brew "gettext" 25 brew "libx11" 26 brew "libxcb" 27 brew "libxdamage" 28 brew "libxext" 29 brew "molten-vk" 30 brew "ninja" 31 brew "pkg-config" [all …]
|
/aosp_15_r20/external/expat/ |
H A D | Brewfile | 1 brew "autoconf" 2 brew "automake" 3 brew "cmake" 4 brew "docbook2x" 5 brew "gcc" 6 brew "gettext" 7 brew "ghostscript" 8 brew "libtool" 9 brew "lzip" 10 brew "m4" [all …]
|
/aosp_15_r20/external/skia/site/docs/dev/testing/ |
H A D | ios.md | 28 - Install Brew at <http://brew.sh/> 35 brew install libimobiledevice 36 brew install ideviceinstaller 37 brew install caskroom/cask/brew-cask 38 brew install Caskroom/cask/osxfuse 39 brew install ifuse 45 $ brew update 46 $ brew install node
|
/aosp_15_r20/external/openthread/script/ |
H A D | bootstrap | 97 brew install cmake ninja shfmt shellcheck 102 brew tap ArmMbed/homebrew-formulae 103 brew install armmbed/formulae/arm-none-eabi-gcc 116 brew install llvm@14 117 sudo ln -s "$(brew --prefix llvm@14)/bin/clang-format" /usr/local/bin/clang-format-14 118 sudo ln -s "$(brew --prefix llvm@14)/bin/clang-tidy" /usr/local/bin/clang-tidy-14 119 …sudo ln -s "$(brew --prefix llvm@14)/bin/clang-apply-replacements" /usr/local/bin/clang-apply-repl… 120 sudo ln -s "$(brew --prefix llvm@14)/bin/run-clang-tidy" /usr/local/bin/run-clang-tidy-14 141 elif command -v brew; then 142 PM=brew
|
/aosp_15_r20/external/flatbuffers/conan/travis/ |
H A D | install.sh | 7 brew update || brew update 8 brew outdated pyenv || brew upgrade pyenv 9 brew install pyenv-virtualenv 10 brew install cmake || true
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/ |
H A D | macos-ci-setup | 33 HOMEBREW_PREFIX="$(brew --prefix)" 93 if ! which -s brew; then 98 brew update 100 if brew ls --versions "${package}" >/dev/null; then 101 brew upgrade "${package}" 103 brew install "${package}" 111 cat <<EOF > "$(brew --prefix)/etc/buildkite-agent/buildkite-agent.cfg"
|
/aosp_15_r20/external/libwebsockets/scripts/ |
H A D | travis_install.sh | 61 brew update; 62 brew install dbus; 67 brew update; 68 brew install libev; 73 brew update; 74 brew install libuv;
|
/aosp_15_r20/external/brotli/scripts/ |
H A D | .travis.sh | 9 brew update >/dev/null 10 brew install binutils 14 …which ${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}… 20 brew cask install homebrew/cask-versions/adoptopenjdk8 21 brew install bazel
|
/aosp_15_r20/external/google-fruit/extras/scripts/ |
H A D | ci_install_osx.sh | 9 brew pin $p 13 time (brew install "$@" || brew outdated "$1" || brew upgrade "$@" || true) 15 time (brew unlink "$@" || true) 16 time (brew link "$@" || true)
|
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/ |
H A D | wrapper.py | 237 brew install openssl # Probably already installed, but good to confirm. 238 brew uninstall python && brew install python 271 ' brew install openssl\n' 272 ' brew uninstall python\n' 273 ' brew install python\n' 278 ' brew doctor\n'
|
/aosp_15_r20/external/leakcanary2/docs/ |
H A D | releasing.md | 52 brew install gh 58 brew install jq 172 * Upload shark-cli to [brew](https://brew.sh/): 174 brew bump-formula-pr --url https://github.com/square/leakcanary/releases/download/v{{ leak_canary.n…
|
/aosp_15_r20/external/python/cpython3/.github/workflows/ |
D | build.yml | 228 run: brew install pkg-config [email protected] xz gdbm tcl-tk 231 CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \ 232 LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \ 233 PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \ 238 --with-openssl="$(brew --prefix [email protected])"
|
/aosp_15_r20/external/parameter-framework/upstream/ |
H A D | .travis.yml | 73 brew update; 75 if brew list $package; then 76 brew outdated $package || brew upgrade $package; 78 brew install $package;
|
/aosp_15_r20/external/libffi/.travis/ |
H A D | install.sh | 5 brew update > brew-update.log 2>&1 7 brew uninstall libtool; 8 brew install libtool dejagnu;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/ |
D | prepare_build_macos_rc | 42 # Brew packages installed when Kokoro image was built tend to have less conflict. 45 # Dump the brew configuration for debugging just in case. Check "Core tap HEAD" field 48 brew config 192 time brew install [email protected] || true 197 # the exit code from "brew install [email protected]" is useless
|
/aosp_15_r20/external/grpc-grpc/tools/internal_ci/helper_scripts/ |
H A D | prepare_build_macos_rc | 42 # Brew packages installed when Kokoro image was built tend to have less conflict. 45 # Dump the brew configuration for debugging just in case. Check "Core tap HEAD" field 48 brew config 199 time brew install [email protected] || true 204 # the exit code from "brew install [email protected]" is useless
|
/aosp_15_r20/external/AFLplusplus/docs/ |
H A D | INSTALL.md | 103 To build AFL, install llvm (and perhaps gcc) from brew and follow the general 107 brew install wget git make cmake llvm gdb coreutils 114 # Depending on your MacOS system + brew version it is either 118 # you can check with "brew info llvm"
|
/aosp_15_r20/external/cpu_features/.github/workflows/ |
H A D | amd64_macos_bazel.yml | 19 brew update 20 brew unlink bazelisk 21 brew install bazel
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ |
D | README.md | 56 brew install protobuf rapidjson google-benchmark 66 brew install llvm 73 $(brew --prefix llvm)/bin 94 brew install ninja bindgen
|
/aosp_15_r20/external/ot-br-posix/.github/workflows/ |
H A D | macOS.yml | 56 brew update 57 brew reinstall boost cmake dbus jsoncpp ninja protobuf@21 pkg-config 58 brew upgrade node
|
/aosp_15_r20/external/aws-sdk-java-v2/services/databrew/ |
H A D | pom.xml | 27 <name>AWS Java SDK :: Services :: Data Brew</name> 28 <description>The AWS Java SDK for Data Brew module holds the client classes that are used for 29 communicating with Data Brew.
|
/aosp_15_r20/external/scapy/.travis/ |
H A D | install.sh | 59 brew update 60 brew install --with-python libdnet 61 brew install .travis/pylibpcap.rb
|
/aosp_15_r20/external/OpenCL-Headers/.github/workflows/ |
H A D | macos.yml | 29 …if [[ "${{matrix.GEN}}" == "Ninja Multi-Config" && ! `which ninja` ]]; then brew install ninja; fi; 35 … if [[ ! `which /usr/local/bin/gcc-${{matrix.VER}}` ]]; then brew install gcc@${{matrix.VER}}; fi; 72 if [[ ! `which pkg-config` ]]; then brew install pkg-config; fi;
|