-
-
Notifications
You must be signed in to change notification settings - Fork 362
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 Appveyor CI to use NUT libmodbus fork #2778
Merged
jimklimov
merged 38 commits into
networkupstools:master
from
jimklimov:fix-appveyor-libmodbus
Jan 23, 2025
Merged
Fix Appveyor CI to use NUT libmodbus fork #2778
jimklimov
merged 38 commits into
networkupstools:master
from
jimklimov:fix-appveyor-libmodbus
Jan 23, 2025
Conversation
This file contains 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
d49262b
to
a9eba54
Compare
❌ Build nut 2.8.2.2660-master failed (commit 27b509cea9 by @jimklimov) |
…s_git() [networkupstools#2609, networkupstools#1473, networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
…w-build temporarily Signed-off-by: Jim Klimov <[email protected]>
…nges when checking remote Git for changes [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
… it exists before rebuild [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
…, use the custom-built one (like net-snmp) Signed-off-by: Jim Klimov <[email protected]>
…he script (whether we skip a component as already installed, or we fetch/build/install it [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
…and PREFIX, so they can be customized (e.g. for non-Windows prereq builds eventually) [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
…X with PREFIX_ROOT [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
…etworkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
…n-Windows targets [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
…so covered [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
… later) Signed-off-by: Jim Klimov <[email protected]>
…pt fails, print its config.log [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
a9eba54
to
be93552
Compare
…nt variables [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…from PREFIX Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
✅ Build nut 2.8.2.2666-master completed (commit eeb2b8385a by @jimklimov) |
…s and build-mingw-prereqs.sh [networkupstools#1491] We are only sort of guaranteed to use ccache out of the box when arranged by ci_build.sh, but might not benefit from it in other cases. Signed-off-by: Jim Klimov <[email protected]>
… and fit into the 1-hour time slot Signed-off-by: Jim Klimov <[email protected]>
0a34ac9
to
0901f35
Compare
…n is not yet there Signed-off-by: Jim Klimov <[email protected]>
… PREFIX in tarball case Signed-off-by: Jim Klimov <[email protected]>
… PREFIX in gitrepo case Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…ocation if present [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
…quisites and fit into the 1-hour time slot" This reverts commit 0901f35. Signed-off-by: Jim Klimov <[email protected]>
… disable later)" This reverts commit 24829c5. Signed-off-by: Jim Klimov <[email protected]>
❌ Build nut 2.8.2.2670-master failed (commit f66f4f6716 by @jimklimov) |
7a73cc4
to
ee2d330
Compare
…duction" install area [networkupstools#1491] Signed-off-by: Jim Klimov <[email protected]>
ee2d330
to
9b09951
Compare
✅ Build nut 2.8.2.2672-master completed (commit 62803a1b63 by @jimklimov) |
…or -liphlpapi Signed-off-by: Jim Klimov <[email protected]>
9b09951
to
a2c9d4a
Compare
…-checks succeed Signed-off-by: Jim Klimov <[email protected]>
…us against libusb Signed-off-by: Jim Klimov <[email protected]>
…that libusb-1.0 is required by libmodbus with rtu_usb Signed-off-by: Jim Klimov <[email protected]>
…ant --with-modbus+usb=yes [networkupstools#1507] Signed-off-by: Jim Klimov <[email protected]>
a2c9d4a
to
b6f2f82
Compare
… fail, and finish with "date -u" to check how long "7z" takes subsequently Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…s/BUILD_TYPE="" builds Signed-off-by: Jim Klimov <[email protected]>
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.
Try to provide our libmodbus fork with our rtu_usb branch, so the built
apc_modbus
driver is as functional as possible.Follows up from #2776