You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am contributing to this repo to be able build and test crystal on Darwin arm64.
There are some work required to be done. I am going to split my changes in small PRs:
distribution-scripts is basically just outsourced packaging part of https://github.com/crystal-lang/crystal. It's used only from the main repo's CI. So in order to test changes, we push a special branch on crystal which updates the reference of distribution-scripts to the branch with your changes.
sed -i -E "/distribution-scripts-version:/{n;n;n;s/default: \".*\"/default: \"$yourCommitSHA\"/}" .circleci/config.yml
I am contributing to this repo to be able build and test crystal on Darwin arm64.
There are some work required to be done. I am going to split my changes in small PRs:
Extra:
make darwin
arm64-apple-darwin
, the aarch64-apple-darwin could be replaced. (llvm-config --host-target #=> arm64-apple-darwin23.0.0)Testing
The text was updated successfully, but these errors were encountered: