-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
autotools -> meson #1422
base: master
Are you sure you want to change the base?
autotools -> meson #1422
Conversation
078d782
to
746f795
Compare
|
Trying this out now (so including nix-eval-jobs) using this PR by zowoq (thanks to them!). But having some issues with the CSS (I think?), see NixOS/nixpkgs#356391 (comment) |
Original commit message: > There are some known regressions regarding local testing setups - since > everything was kinda half written with the expectation that build dir = > source dir (which should not be true anymore). But everything builds and > the test suite runs fine, after several hours spent debugging random > crashes in libpqxx with MALLOC_PERTURB_... I have not experienced regressions with local testing. (cherry picked from commit 4b886d9)
@Mindavi I had trouble finding that exact message, but I think I fixed the issue? |
OK matching what I wrote in #1421 (comment), this one seems easier so doing it first. It now doesn't depend on that, and should be ready to go. |
I noticed this while running the phases manually (no action needed, but just wanted to note it down somewhere):
Performance of the build in general seems a lot better (due to configure not happening anymore, but also other things happened that took a lot of time and I didn't understand). It is a bit unfortunate that meson is now showing output of yath (running the tests) directly, but not a really big deal to me. I guess the silent timeout for h.n.o. is long enough to not cause issues there. But still a bit weird to look at without direct output. From the outputs there are some diffs:
Feels like some things don't get installed as they should be? Or are these files all unnecessary? |
Ah, for the documentation I guess I was looking at the wrong output, oops... |
Original author is @delroth, for Lix's Hydra, thank you!
Depends on #1421