-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use CircleCI orbs helpers for Node/Ruby management #446
Conversation
Required for validate-gemfile-lock
This reverts commit 36852dc.
Presumably Chromedriver already available via Docker image
google-protobuf (3.25.2) | ||
google-protobuf (3.25.3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was part of my troubleshooting to resolve issues with bundle install
on Ruby 3.3. It didn't help and I had to resort to downgrading to Ruby 3.2 (8d3e094), but figured to leave the update anyways.
This is no longer needed, since continuous integration is being moved to GitLab. |
🛠 Summary of changes
Updates CircleCI configuration to use CircleCI orb helpers as a simpler (faster?) alternative to manually managing Node.js versions and caching package manager dependencies.
References:
Inspired by GSA-TTS/identity-dev-docs#477
📜 Testing Plan
Verify build passes.