Skip to content
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

hydra: 2024-10-24 -> 2024-11-25 #359070

Closed
wants to merge 1 commit into from
Closed

Conversation

Mindavi
Copy link
Contributor

@Mindavi Mindavi commented Nov 25, 2024

Moves from an autotools build system to meson.

NixOS/hydra@182a48c

(Still running the build/tests on my machine, if anything happens I'll update here and otherwise it's probably good). Build is already good but tests are currently running.

A test failed... Not sure what's up with that.

Continuation and adaptation of: #356391

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Moves from an autotools build system to meson.

Co-authored-by: zowoq <[email protected]>
@Mindavi Mindavi requested a review from zowoq November 25, 2024 18:24
Copy link
Contributor

@zowoq zowoq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could add a doc output as well to match upstream?

@@ -193,8 +195,6 @@ stdenv.mkDerivation (finalAttrs: {
openldap
];

configureFlags = [ "--with-docbook-xsl=${docbook_xsl}/xml/xsl/docbook" ];

env = {
NIX_CFLAGS_COMPILE = "-pthread";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
NIX_CFLAGS_COMPILE = "-pthread";

@@ -206,9 +206,13 @@ stdenv.mkDerivation (finalAttrs: {
'';

enableParallelBuilding = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
enableParallelBuilding = true;

@zowoq
Copy link
Contributor

zowoq commented Nov 26, 2024

I've updated my original PR: #356391.

@Mindavi Mindavi closed this Nov 26, 2024
@Mindavi
Copy link
Contributor Author

Mindavi commented Nov 26, 2024

Ill test that one out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants