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

Upgrade CI to use Crystal 0.28.0 #7705

Merged
merged 4 commits into from
Apr 24, 2019
Merged

Upgrade CI to use Crystal 0.28.0 #7705

merged 4 commits into from
Apr 24, 2019

Conversation

bcardiff
Copy link
Member

It also removes the dependency with homebrew crystal formula. Once the tagged release is built we can upgrade our CI directly.

The compiled compiler will use the same CRYSTAL_LIBRARY_PATH as the installed compiler. Hence, there is no need to manually install bdw-gc. This was already done in linux distros since the docker images define a LIBRARY_PATH pointing to the embedded crystal libs. On next release that can be changed to use CRYSTAL_LIBRARY_PATH directly.

Upgrades master to 0.29.0-dev.

Preview of build at https://circleci.com/workflow-run/c9ecbdc4-ae0e-4f19-8034-f5254cf78344

The same should be done in linux once LIBRARY_PATH is not defined in docker images.
Or it could be set in the Makefile when building the compiler_specs directly probably.
@bcardiff bcardiff added this to the 0.29.0 milestone Apr 22, 2019
@bcardiff bcardiff merged commit 99d7a30 into master Apr 24, 2019
@bcardiff bcardiff deleted the ci/github-osx branch April 24, 2019 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants