-
Notifications
You must be signed in to change notification settings - Fork 344
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
Added support for Apple Silicon. Fixes #1997 #1998
Conversation
016b848
to
6208ab5
Compare
Hi @Bonitas - thanks for setting this up. the DCO check is failing because one or more commits are not signed, please see the notes here: https://github.com/getgauge/gauge/pull/1998/checks?check_run_id=2609216859 As for packaging for macOS, the below options are available:
tldr - I need to check about codesign. everything else seems to be in place. |
Hi @sriv, Thanks for your feedback. Would you prefer me to rebase sll commits into one for the DCO? Otherwise I think I'll need to edit the merge commit. Thats the one where I missed the sign. Also maybe it's worth to add arm support for linux. Didn't touch this as I had no possibility to test that. Alternatively we could throw an error to make it explicit that this is currently unsupported. |
hi @Bonitas
Yes, a rebase should be fine in this case.
Yes, the change should be quite small, but it's the testing that I am worried about too. Let's defer this until someone finds a need for it. |
Benchmark Results
Notes
See Workflow log for more details. |
825e146
to
fb72643
Compare
Okay rebase is done. |
@Bonitas Thank you for contributing to gauge. Your pull request has been labeled as a release candidate 🎉🎉. Merging this PR will trigger a release. Please bump up the version as part of this PR.Instructions to bump the version can found at CONTRIBUTING.md If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done. |
hi @Bonitas - I was hoping to make a release with this change. In order to do so, gauge version needs to be bumped up. I think 1.2.0 would be a good number. Could you please set the version in |
Signed-off-by: Waldemar Kindler <waldemar.kindler@gmail.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.37.0...v1.38.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6bf0010
to
446e65f
Compare
version is bumped. Thanks for your patience :) |
This PR adds support for the Apple Silicon.
I'm not familiar with the different packaging options you are providing. Would really appreciate any hints what else needs to be changed.