CI: Set up regular native (MSYS2/MinGW) NUT for Windows builds with AppVeyor#1581
Merged
jimklimov merged 67 commits intonetworkupstools:Windows-v2.8.0-1from Aug 18, 2022
Merged
Conversation
Member
Author
|
DRAFT: Will iterate on nuances of AppVeyor caching to speed up rebuilds. Passing tests "cleanly" would probably depend on recent changes merged to master and posted in #1580 for the Windows branch bump (especially for PyNUT complaints), and subsequent merge conflict expected in |
2b6fb7b to
0f27dac
Compare
…nce of stderr output
No `time`: it outputs `/^sys/` - fatal for powershell (or appveyor?) console scanner
… scripts (too much hassle with wording on stderr)
…g in other filesystems like /proc
…w - they refer to BUILD_TGT not (yet) defined in this codepath
…e of binary files and FOSS dependencies of NUT for Windows [networkupstools#1492, networkupstools#1552]
…at CI would publish at least archives
…t do sym/hard-links)
…esence of cgiexecdir [networkupstools#1492]
…what is found is in range [networkupstools#1583]
…python{,2,3} site-packages [networkupstools#1584]
…hon{,2,3} site-packages [networkupstools#1584]
…inary dirs from the bin [networkupstools#1492]
Merged
…ssible locations; check under DESTDIR if provided
…to non-binary dirs from the bin [networkupstools#1492]" This reverts commit b39e3a3.
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.
After the merge of #1580 the Windows-v2.8.0-1 branch is finally sailworthy enough to pass
make check check-NITin MSYS2/MinGW build environment (natively on Windows)! And AppVeyor is kind enough to provide Windows builders (among others) to FOSS projects. So what are we waiting for? Let's make the two meet!Example run log: https://ci.appveyor.com/project/jimklimov/nut/builds/44493334
Closes: #1552
CC:
UPDATE: As part of the exercise, this also integrates third-party DLL bundling with main Makefile and separate helper script to find them, so addresses a new spin on #1492 as well. Now
make DESTDIR='/tmp/nut_install' install-win-bundleis a thing!UPDATE: Also some python packaging issues were noted...
Closes: #1583
Closes: #1584