-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Remove the shell and docs for build/install APISIX on MacOS #10864
chore: Remove the shell and docs for build/install APISIX on MacOS #10864
Conversation
Signed-off-by: Vacant2333 <[email protected]>
@membphis hi! can u help me take a look about the solution? |
# Install dependencies on mac osx | ||
function install_dependencies_on_mac_osx() { | ||
# install OpenResty, etcd and some compilation tools | ||
brew install openresty/brew/openresty luarocks [email protected] wget curl git pcre openldap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can throw an warning message, it more friendly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi, i have update this, in fact, if it is Mac in this logic, it will indicate that the current platform is not supported, so I did not add a new prompt.
But there is another problem with this code. Even the unsupported platform make deps
will continue to execute, so I added an exit 1
to interrupt it.
Signed-off-by: Vacant2333 <[email protected]>
Signed-off-by: Vacant2333 <[email protected]>
ec0786c
Description
Remove the sh and docs for build/install
APISIX
on MacOS, it will be not supportedFixes #
Part of: #10784
Checklist