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

Can we specify a Bit version to be used by Ripple CI / Bit Cloud? #8627

Closed
coreyaus opened this issue Mar 6, 2024 · 1 comment
Closed

Can we specify a Bit version to be used by Ripple CI / Bit Cloud? #8627

coreyaus opened this issue Mar 6, 2024 · 1 comment

Comments

@coreyaus
Copy link

coreyaus commented Mar 6, 2024

Background

  • The release of Bit version '1.6.73' is causing all Ripple CI build processes to fail for my existing React 18 environments
  • I'll post a separate bug report about the error shortly
  • In the meantime, I would love to just tell Ripple CI / Bit Cloud to use Bit version '1.6.62' because the build issue has only begun since the release of Bit version '1.6.73'
    • the error occurs even if I don't update my components - just running bit tag --unmodified and exporting the results throws a build error for me on the latest Bit version
    • the bit build process still succeeds when I running it locally with any Bit version

Question

Is there a way to tell Ripple CI / Bit Cloud to use a specific Bit version? (1.6.62 in my case)


I added the following config to my workspace.jsonc but it only seems to impact the local Bit configuration:

"teambit.harmony/bit": {
    "engine": "1.6.62",
    "engineStrict": true
},

image

@itaymendel
Copy link
Contributor

hi, unfortunately no, it is not possible to set a different version for Ripple at the moment. for now we don't plan on supporting this feature, as we are working on removing more items from the "core" Bit, so you control more of the tools with just dependencies, thus eliminating most of the problem.

i am closing this feature request for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants