Use chocolatey_package resource and pin cppcheck version.#8
Merged
nuclearsandwich merged 2 commits intomasterfrom Jul 29, 2020
Merged
Use chocolatey_package resource and pin cppcheck version.#8nuclearsandwich merged 2 commits intomasterfrom
nuclearsandwich merged 2 commits intomasterfrom
Conversation
The latest round of testing has issues with cppcheck 2.0 which are still being worked on. We need to propagate the pin but I also saw and forgot why this was being done with an execute resource rather than a chocolatey_package resource.
Contributor
Author
|
When running a test build of this PR it fails later on with a cffi installation but the chocolatey packages all seem to install correctly. https://ci.ros2.org/job/test_ci_windows/185/ is running a non debug build to show us a successful build. |
brawner
approved these changes
Jul 28, 2020
Collaborator
brawner
left a comment
There was a problem hiding this comment.
Thanks for the PR. I'm still racking my head. I'll try to do some digging myself for the history.
Collaborator
Contributor
Author
Contributor
Author
The cookbook converged and the build had only failures that are also in the most recent nightly so I think this gets us where we need to be. |
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.
The latest round of testing has issues with cppcheck 2.0 which are still being worked on. We need to propagate the pin but I also saw and forgot why this was being done with an execute resource rather than a chocolatey_package resource.
So this PR includes two changes.