(maint) remove extra gems from appveyor#3957
Merged
ferventcoder merged 1 commit intopuppetlabs:stablefrom May 20, 2015
Merged
Conversation
- When running specs in our local Jenkins environment, the
'extra' gems, which include 'msgpack' are not installed. We do
this because:
- 'msgpack' requires building native code, which unnecessarily
adds to the feedback loop
- we intentionally try to maintain a clean environment without
the Ruby DevKit installed
This has previously worked on AppVeyor because they have the
Ruby DevKit installed.
Contributor
|
makes sense. Curious if |
Contributor
|
For reference, list of appveyor preinstalled software |
Contributor
|
Waiting for Travis/AppVeyor... |
Contributor
|
Pretty sure That said cleaning up the Gemfile can be a separate PR |
Contributor
|
👍 |
Contributor
|
Looks no worse than before. |
Contributor
|
The fun rdoc issue that just won't go away. Possibly made worse now. Perhaps we ensure those don't run as part of this fix? |
Contributor
|
I rekicked the PR |
Contributor
|
The rdoc issue is PUP-4537, I've updated with my notes recently... |
|
CLA signed by all contributors. |
ferventcoder
added a commit
that referenced
this pull request
May 20, 2015
(maint) remove extra gems from appveyor
Contributor
|
👍 |
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.
When running specs in our local Jenkins environment, the
'extra' gems, which include 'msgpack' are not installed. We do
this because:
adds to the feedback loop
the Ruby DevKit installed
This has previously worked on AppVeyor because they have the
Ruby DevKit installed.