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

Nix 2.24 upgrade wip #1411

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Nix 2.24 upgrade wip #1411

wants to merge 5 commits into from

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented Sep 20, 2024

Probably now needs cherry-picking from #1388

@Mic92 Mic92 marked this pull request as draft September 20, 2024 07:22
@@ -1,5 +1,5 @@
bin_PROGRAMS = hydra-eval-jobs

hydra_eval_jobs_SOURCES = hydra-eval-jobs.cc
hydra_eval_jobs_LDADD = $(NIX_LIBS) -lnixcmd
hydra_eval_jobs_LDADD = $(NIX_LIBS) -lnixcmd -lnixflake
Copy link
Member Author

Choose a reason for hiding this comment

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

I am now thinking about making hydra-eval-jobs it's own derivation so that we can split the nix update over multiple pull requests.

Copy link
Member

@Ericson2314 Ericson2314 Sep 24, 2024

Choose a reason for hiding this comment

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

That would be good for deduplicating with nix-eval-jobs too

#1315

Also hope we can convert hydra to Meson and then use subprojects to still support incremental builds of everything.

#1392

@Ericson2314
Copy link
Member

Now Hydra builds, but the tests fail :(

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