-
Notifications
You must be signed in to change notification settings - Fork 687
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
test_deb_package_contains_expected_conffiles fails on macOS #4191
Comments
Might be late to the party, but I believe I can repro this on mac:
However, looking at #4764 made me curious, and sure enough, the debs were built and I was able to proceed with
Please let me know if I can make this explanation more useful! |
While I do expect the dev, etc. environments to work on a Mac, I think it's a reasonable expectation that you need to use a Debian/Ubuntu system to build packages. Is supporting package builds on macOS important/necessary? |
The conclusion from today's server dev hangout was that for package building we will document that Debian stable (currently bullseye) should be used (ticket to be filed). We're not opposed to making whatever fails on macOS to be disabled with xfails, but someone else would need to contribute that and keep it up to date. |
Description
Unexpected test failure when building debs on mac
Steps to Reproduce
make build-debs
Expected Behavior
All tests pass
Actual Behavior
Comments
Introduced after merge of #4167, needs investigation
The text was updated successfully, but these errors were encountered: