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

Remove the no7ip build steps from overall Chocolatey CLI build process #3591

Closed
2 tasks done
gep13 opened this issue Dec 12, 2024 · 3 comments · Fixed by #3609
Closed
2 tasks done

Remove the no7ip build steps from overall Chocolatey CLI build process #3591

gep13 opened this issue Dec 12, 2024 · 3 comments · Fixed by #3609
Assignees
Labels
4 - Done BuildAutomation NO RELEASE NOTES Should not be included in the release notes - not enhancing or fixing end product.
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Dec 12, 2024

Checklist

  • I have verified this is the correct repository for opening this issue.
  • I have verified no other issues exist related to my request.

Is Your Feature Request Related To A Problem? Please describe.

While this is no longer a problem, there was an issue related to this, which was fixed in a previous release.

There is no longer a requirement for a version of Chocolatey CLI that doesn't contain the 7zip assemblies, and as such, we can simplify our overall build process by removing the tasks related to creating it.

Describe The Solution. Why is it needed?

  • The ReleaseOfficialNo7zip build configuration should be removed from the *.sln file
  • Usage of the ReleaseOfficialNo7zip build configuration should be removed from all *.csproj files
  • All mention of no7zip should be removed from the recipe.cake file, as the collection of files specifiically for the no7zip build will no longer be required
  • The Prepare-ChocolateyNo7zip-Package, Build-ChocolateyNo7zip, and Create-ChocolateyNo7zip-Package tasks should be removed from the recipe.cake file
  • The Chocolatey CLI Release Process should be updated to remove the steps associated with the No7zip build

Additional Context

None

Related Issues

This is a follow up to this issue:

@gep13
Copy link
Member Author

gep13 commented Dec 12, 2024

@vexx32 @AdmiringWorm @pauby do we agree that this is technically a breaking change, and it should wait until the next major release of Chocolatey CLI?

@AdmiringWorm
Copy link
Member

In terms of versioning, then no. I would not consider this a breaking change.

But we definitely would need to notify those affected by us not providing no7zip builds anymore before the next release of CLI.

gep13 added a commit to gep13/choco that referenced this issue Jan 28, 2025
This commit removes the no longer required no7zip build tasks, and also
the associated sln and csproj entries.

Previously, it was necessary to build a version of choco.exe that didn't
include the 7zip binaries, however, this version of Chocolatey CLI is no
longer required.

To simplify the overall build process, and also the release steps
required, the decision was taken to completely remove the no7zip build.
@gep13 gep13 self-assigned this Jan 28, 2025
@gep13 gep13 added this to the 2.5.0 milestone Jan 28, 2025
@gep13 gep13 added the NO RELEASE NOTES Should not be included in the release notes - not enhancing or fixing end product. label Jan 28, 2025
@gep13
Copy link
Member Author

gep13 commented Jan 28, 2025

@AdmiringWorm thank you for confirming. This was my thought on it as well. I have assigned this issue to the 2.5.0 milestone.

corbob added a commit that referenced this issue Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - Done BuildAutomation NO RELEASE NOTES Should not be included in the release notes - not enhancing or fixing end product.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants