-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[bzip2] fixes for building release-only #12759
Conversation
EOL is now LF only, sorry for the very noisy diff. Luckily GitHub has an option in the diff view to hide whitespace-only changes |
Co-authored-by: ras0219 <[email protected]>
The error on CI baseline will be fixed in PR #12766. |
@cenit: please stop mixing port fixes with smaller script fixes. Your are invalidating all the cached archives which use |
That's a problem for port creators, not port users. For the same reasons there is no output for vcpkg_fixup_cmake_targets or many others. |
This PR here already shows the opposite of such an assumption |
again, that's not a reason to fill up user screen with unnecessary debug information. |
@cenit with that logic vcpkg should not output anything. The messages are meant as progress messages not debug info. If you would rather like to see 'fixing pkgconfig x of y' I can make that change. I would also like to see some progress messages for fixup_cmake because ports like qt and vtk take a long time to fixup due to the amount of small file io. |
tbh I'd love it :) |
Maybe just a global verbosity flag should be added for vcpkg? Then every port user can control amount of information they'd wish to see... |
on files (with a fixed standardized syntax) of course you can write as much as you want! |
@LilyWangL, any news here? All CI fails looks like not really related to this particular PR... |
I've also hit this issue, and am eager to see this fix merged. |
The CI fails is not related with this PR, it will be fixed by PR #12856. |
@gitcop-devel, this repo contains examples that contradict this rule ;) |
Restore the possibility to build bzip2 with a release-only triplet.
I'd also suggest to move one of the CI pipelines to test ports for this configuration, which is very common in production.
Closes #12799