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

Building CLP package fails on clean repository setups #505

Closed
junhaoliao opened this issue Jul 31, 2024 · 0 comments
Closed

Building CLP package fails on clean repository setups #505

junhaoliao opened this issue Jul 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@junhaoliao
Copy link
Member

Bug

It was found that on a clean WSL setup with a cleanly pulled CLP repo, building could fail with

This project uses Meteor 2.16, which isn't available on this platform. To work with this app on all supported
platforms, use meteor update --release METEOR@2.16 to pin this app to the newest compatible release.

It was suspected that #499 upgraded the webui package to version 2.16 but did not update the Meteor.js toolchain version in Taskfile.yaml.
https://github.com/y-scope/clp/blob/a6a21852176bdfd3f5b25a1cc31349b31f933006/Taskfile.yml#L501C7-L501C21

CLP version

a6a2185

Environment

Ubuntu Jammy (22.04 LTS)

Reproduction steps

  1. On a clean WSL setup, clone the CLP repo and run task.
  2. Observe the build failure.
    This project uses Meteor 2.16, which isn't available on this platform. To work with this app on all supported
    platforms, use meteor update --release METEOR@2.16 to pin this app to the newest compatible release.
    

(After correcting the meteor version to v2.16 once, the build issue is no longer reproducible on freshly cloned CLP repos. It's suspected that certain artifacts outside of the repo has a newer version once a newer Meteor.js toolchain is run, which explains why developers did not discover the issue before. )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant