Skip to content
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

Add /opt/homebrew to search path on Apple Silicon #545

Merged
merged 2 commits into from
Dec 3, 2023

Conversation

andyundso
Copy link
Contributor

This PR contains the same changes as in #531, but adds a job on CircleCI to verify the installation on Macs with Apple Silicon. I also made it conditional, so we do not look in /opt/homebrew by default.

andyundso and others added 2 commits December 3, 2023 16:34
This is default directory for Homebrew on Apple Silicon. Intel Mac installs into `/usr/local`, which is in our default path.

Co-authored-by: Caleb Land <[email protected]>
@andyundso
Copy link
Contributor Author

as discussed with @aharpervc via mail, this is fix we like to include in the next release, so I'm going ahead and merge the branch.

@andyundso andyundso merged commit 0fa5ae0 into rails-sqlserver:master Dec 3, 2023
28 checks passed
@andyundso andyundso deleted the install-on-mac branch December 3, 2023 16:18
andyundso added a commit to andyundso/tiny_tds that referenced this pull request Dec 3, 2023
On the corresponding PR (rails-sqlserver#545), everything looked fine and the build passed:
https://app.circleci.com/pipelines/github/andyundso/tiny_tds/55/workflows/727c3150-0a8f-40a7-8a5f-9fd58e4e9428

However, once merged to master, the build failed since the executor was not available for the `tiny_tds` organization (see https://app.circleci.com/pipelines/github/rails-sqlserver/tiny_tds/18/workflows/47a0e21f-eda7-4901-a34b-ca4265f4f344/jobs/486). Although it would be helpful to have it, this commit removes the Apple Silicon build on CircleCI.
andyundso added a commit to andyundso/tiny_tds that referenced this pull request Apr 17, 2024
This is a test specifically for rails-sqlserver#545, which we were unable to run on CircleCI since we did not have paid runners.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant