Skip to content
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

Add support for headers artifacts #385

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

blanquicet
Copy link
Member

What this PR does / why we need it: This PR adds support for header artifacts.

Which issue(s) this PR fixes: We want to give dalec users the ability to add header artifacts to their packages.

Special notes for your reviewer:

@blanquicet blanquicet requested a review from a team as a code owner October 3, 2024 16:07
@cpuguy83
Copy link
Member

cpuguy83 commented Oct 3, 2024

Looking into the test failure.

@cpuguy83
Copy link
Member

cpuguy83 commented Oct 3, 2024

Seems like dh_install does not like renaming directories.

@blanquicet
Copy link
Member Author

Seems like dh_install does not like renaming directories.

I'm not sure I got it.

Mmmm why is it failing just for Jammy?

@cpuguy83
Copy link
Member

cpuguy83 commented Oct 3, 2024

Sorry, dh_install is the tooling used in jammy to prepare the package. Looking to see what we can do here.

@cpuguy83
Copy link
Member

cpuguy83 commented Oct 4, 2024

#387 should fix the issue you are seeing.

dh-exec has some limitations that we can't really get around.
The immediate need is it can't copy a directory to a new name in the
target location.
As such we need more flexibility in how we set things up, so this
switches to bash so we can have the power that we need.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Signed-off-by: Jose Blanquicet <josebl@microsoft.com>
@blanquicet
Copy link
Member Author

#387 should fix the issue you are seeing.

Rebased on top of #387 and now CI is green. Thanks!

@cpuguy83 cpuguy83 merged commit 3bc302a into Azure:main Oct 7, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants