Fix compilation on newer gcc-13.x and clang-18, fix nut-scanner offering config values not applicable for some USB drivers#2589
Merged
jimklimov merged 5 commits intonetworkupstools:masterfrom Aug 11, 2024
Conversation
…: introduce `configure --enable-NUT_STRARG-always` setting [networkupstools#2585] Signed-off-by: Jim Klimov <[email protected]>
…ys` setting have `auto` detection by default [networkupstools#2585] Flips to "yes" for gcc-13.x (clang having issues is not proven at the moment) Signed-off-by: Jim Klimov <[email protected]>
…hing [networkupstools#2585] Signed-off-by: Jim Klimov <[email protected]>
…etworkupstools#2588] Signed-off-by: Jim Klimov <[email protected]>
0d311fb to
5bfbc3e
Compare
Contributor
|
Thanks a lot for following up on this!
P.S. Ah, just saw you encapsulated this into |
Member
Author
|
Hah, thanks, that was supposed to be l0cal :) |
…duct(id), and serial options for bcmxcp_usb, richcomm_usb, nutdrv_atcl_usb [networkupstools#1763, networkupstools#1764, networkupstools#1768, networkupstools#2580] Signed-off-by: Jim Klimov <[email protected]>
5bfbc3e to
c9132a5
Compare
Member
Author
|
Failed builds: 32-bit libs missing after update on an agent, addressed by defining a separate agent for this aspect on NUT CI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Touches on a number of issues:
#1763
#1764
#1768
Closes: #2580
Closes: #2585
Closes: #2588