Use CircleCI orbs helpers for Node/Ruby management#446
Closed
Conversation
Required for validate-gemfile-lock
This reverts commit 36852dc.
Presumably Chromedriver already available via Docker image
aduth
commented
May 8, 2024
| ffi (1.16.3) | ||
| forwardable-extended (2.6.0) | ||
| google-protobuf (3.25.2) | ||
| google-protobuf (3.25.3) |
Contributor
Author
There was a problem hiding this comment.
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.
Contributor
Author
|
This is no longer needed, since continuous integration is being moved to GitLab. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠 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.