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

The breeze postinstall is installing an old version of lucky #71

Open
robacarp opened this issue Oct 13, 2022 · 1 comment
Open

The breeze postinstall is installing an old version of lucky #71

robacarp opened this issue Oct 13, 2022 · 1 comment

Comments

@robacarp
Copy link

crystal-lang/shards#562

I have breeze installed at the most recent tagged version, v0.2.0. The shard.yml specifies an old version of lucky, and breeze runs shards build as a postinstall script. Running that postinstall script manually, from within lib/breeze, I see this:

[...]
Installing avram (0.23.0)
Postinstall of avram: BUILD_WITHOUT_DEVELOPMENT=true script/precompile_tasks
Installing lucky (0.30.1)
Postinstall of lucky: BUILD_WITHOUT_DEVELOPMENT=true script/precompile_tasks
[...]

In the near term, I think it would help if breeze had a release tagged with the new 1.0-rc specified. In the long term, maybe it makes sense to not do this postinstall shards build step?

@straight-shoota
Copy link

I think it would be good advise that shards should never run from a postinstall script.

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

No branches or pull requests

2 participants