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

Fix release pipeline #286

Merged
merged 2 commits into from
Jul 28, 2024
Merged

Fix release pipeline #286

merged 2 commits into from
Jul 28, 2024

Conversation

swsnr
Copy link
Owner

@swsnr swsnr commented Jul 28, 2024

Fix release pipeline by effectively removing the whole build script and by implication, the need to determine out dir in the release pipline, which broke the release pipeline with recent rust versions.

Closes GH-284

@swsnr swsnr force-pushed the 284-fix-release branch 3 times, most recently from 6b0df7e to d2d1552 Compare July 28, 2024 10:39
No longer generate completions at build time; instead add a new
--completions argument to allow generating completions at runtime.

This removes one set of artifacts written to $OUT_DIR, and thus goes one
step towards removing the OUT_DIR dependency from the whole release
process, which in turn fixes the release pipeline.

See GH-284
Instead, build manpage only as part of the release process to include it
in the release artifacts, and document how to build it during packaing.

This finally removes the OUT_DIR dependency for the release pipeline,
which simplifies and fixes the release pipeline.

Closes GH-284
@swsnr swsnr self-assigned this Jul 28, 2024
@swsnr swsnr enabled auto-merge July 28, 2024 11:28
@swsnr swsnr merged commit 2811cce into main Jul 28, 2024
6 checks passed
@swsnr swsnr deleted the 284-fix-release branch July 28, 2024 11:34
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.2.0 release build failed
1 participant