From 668442c3179aa0083071ca9d1ac26c4ff4ecc017 Mon Sep 17 00:00:00 2001 From: u Date: Tue, 1 Jul 2025 11:27:04 -0700 Subject: [PATCH 1/2] Remove mac installation instructions --- .../hhvm/01-installation/01-introduction.md | 1 - guides/hhvm/01-installation/03-mac.md | 24 +++---------------- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/guides/hhvm/01-installation/01-introduction.md b/guides/hhvm/01-installation/01-introduction.md index 7441b1479..11a0b260e 100644 --- a/guides/hhvm/01-installation/01-introduction.md +++ b/guides/hhvm/01-installation/01-introduction.md @@ -5,7 +5,6 @@ HHVM is officially supported on most major [linux platforms](./linux.md), with l The easiest way to get going with HHVM is to use one of our supported prebuilt packages. Currently prebuilt packages are available for: * [Several versions of Debian and Ubuntu](./linux.md) -* [MacOS](./mac.md) ### LTS Releases diff --git a/guides/hhvm/01-installation/03-mac.md b/guides/hhvm/01-installation/03-mac.md index 45175c26d..e0f306ded 100644 --- a/guides/hhvm/01-installation/03-mac.md +++ b/guides/hhvm/01-installation/03-mac.md @@ -1,25 +1,7 @@ ```yamlmeta { - "caution": [ - "HHVM will no longer support homebrew on MacOS going forward. For more information, see [Stopping MacOS Homebrew Support](https://hhvm.com/blog/2022/06/17/deprecating-homebrew.html)." + "error": [ + "HHVM no longer supports homebrew on MacOS. For more information, see [Stopping MacOS Homebrew Support](https://hhvm.com/blog/2022/06/17/deprecating-homebrew.html)." ] } -``` - -We have limited support for installing HHVM on MacOS via [Homebrew](http://brew.sh/): - -``` -brew tap hhvm/hhvm -brew install hhvm -``` - -This will install binary packages on recent versions of MacOS (as of 2019-03-12, this means Mojave and High Sierra). If binary packages are not available -(or you pass `--build-from-source`), building will take between 20 minutes on a Mac Pro, to several hours on a MacBook Air. - -Several other packages are available: - -- `brew install hhvm-nightly`: installs the most recent nightly build -- `brew install hhvm-VERSION`: install a specific x.y version; for example, - `brew install hhvm-4.56` or `brew install hhvm-4.32` - -You can also [manually build from source](building-from-source#building-hhvm__macos). +``` \ No newline at end of file From eef54f4d443820e02880221fc88edd35ffe324e7 Mon Sep 17 00:00:00 2001 From: u Date: Tue, 1 Jul 2025 11:30:29 -0700 Subject: [PATCH 2/2] Use warning --- guides/hhvm/01-installation/03-mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/hhvm/01-installation/03-mac.md b/guides/hhvm/01-installation/03-mac.md index e0f306ded..8446a2405 100644 --- a/guides/hhvm/01-installation/03-mac.md +++ b/guides/hhvm/01-installation/03-mac.md @@ -1,6 +1,6 @@ ```yamlmeta { - "error": [ + "warning": [ "HHVM no longer supports homebrew on MacOS. For more information, see [Stopping MacOS Homebrew Support](https://hhvm.com/blog/2022/06/17/deprecating-homebrew.html)." ] }