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

splitcode: add update script; 0.30.0 -> 0.31.2 #370167

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

zimward
Copy link
Contributor

@zimward zimward commented Jan 2, 2025

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.

@zimward zimward added 8.has: package (update) This PR updates a package to a newer version 11.by: package-maintainer This PR was created by the maintainer of the package it changes labels Jan 2, 2025
@zimward zimward changed the title splitcode: add update script; 0.30.0 -> 0.31.0 splitcode: add update script; 0.30.0 -> 0.31.1 Jan 6, 2025
@zimward zimward changed the title splitcode: add update script; 0.30.0 -> 0.31.1 splitcode: add update script; 0.30.0 -> 0.31.2 Jan 7, 2025
@ethancedwards8
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 370167


aarch64-darwin

✅ 1 package built:
  • splitcode

Copy link
Member

@ethancedwards8 ethancedwards8 left a comment

Choose a reason for hiding this comment

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

LGTM!

@ethancedwards8
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 370167


x86_64-linux

✅ 1 package built:
  • splitcode

@GaetanLepage
Copy link
Contributor

Tests seem to hang forever on aarch64-linux.
Maybe set doCheck = !(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) with a comment saying this.

@zimward
Copy link
Contributor Author

zimward commented Jan 8, 2025

The test failed with an GitHub Actions has encountered an internal error when running your job. and seems to have passed now, so probably a transient error. Nothing i should need to work around.

@GaetanLepage
Copy link
Contributor

The test failed with an GitHub Actions has encountered an internal error when running your job. and seems to have passed now, so probably a transient error. Nothing i should need to work around.

Well, when I try to build it locally on aarch64-linux, it hangs indefinitely here:

image

@zimward
Copy link
Contributor Author

zimward commented Jan 8, 2025

Seems like the test was introduced in 97724a424116e4401ac8da7878699885352c46ac. Disabling the test seems like a non-solution to me. I'd rather mark it as broken for aarch64-linux as that test demonstrates that the functionality is broken.

@GaetanLepage
Copy link
Contributor

I'd rather mark it as broken for aarch64-linux as that test demonstrates that the functionality is broken.

Completely fine by me too.

Copy link
Contributor

@GaetanLepage GaetanLepage left a comment

Choose a reason for hiding this comment

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

LGTM thanks :)

@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 370167


x86_64-linux

✅ 1 package built:
  • splitcode

x86_64-darwin

✅ 1 package built:
  • splitcode

aarch64-darwin

✅ 1 package built:
  • splitcode

@GaetanLepage GaetanLepage merged commit bcb86e4 into NixOS:master Jan 8, 2025
47 of 51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants