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

packages with >= 500 Darwin rebuilds and < 500 Linux rebuilds are opened against master #462

Open
zowoq opened this issue Dec 28, 2024 · 0 comments

Comments

@zowoq
Copy link
Contributor

zowoq commented Dec 28, 2024

Need to update outpaths so >= 500 on darwin or linux gets sent to staging.

nixpkgs PRs

Probably want to make use of new nixpkgs parallel CI eval for this.

# Compromise: accuracy vs. resources needed for evaluation.
# we only evaluate one architecture per OS as we most likely catch all
# mass-rebuilds this way.
{
supportedSystems = [
"x86_64-linux"
];

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

No branches or pull requests

1 participant