-
Notifications
You must be signed in to change notification settings - Fork 19
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
Makefile: make dev uses packer for install #184
Makefile: make dev uses packer for install #184
Conversation
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.
LGTM
0eb0fa4
c470910
to
0eb0fa4
Compare
I see an E2E test failing because the updated I'll be happy to amend the PR however you think is more relevant, please let me know which direction's your preferred! |
Hello @lbajolet-hashicorp |
fa8dc74
to
c9e93b7
Compare
When building the development version of the plugin, we now use `packer plugins install` for that instead of moving it to the plugins directory manually. This target will require Packer 1.10.2 and above to function, as prior versions don't support instaling pre-release versions of a plugin with that command.
c9e93b7
to
239aeb6
Compare
Hi @tuxtof, Should be good to go on the E2E front now! Had to change a few more things than just the target since there's some build tests later in the pipeline that do have Packer installed, so I updated the plugin installation to use the updated workflows. Not sure if there's something to do for the black duck policy check to go green on my end, but please let me know if you need anything from me to fix that. Thanks for the reviews! |
@lbajolet-hashicorp i miss the fact that hashicorp/setup-packer was already authorized and used in some workflow |
@tuxtof regarding |
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.
just check the entire PR more deeply :-D and that's OK for me
When building the development version of the plugin, we now use
packer plugins install
for that instead of moving it to the pluginsdirectory manually.
This target will require Packer 1.10.2 and above to function, as prior
versions don't support instaling pre-release versions of a plugin with
that command.