Skip to content

Conversation

@eljamm
Copy link
Contributor

@eljamm eljamm commented Oct 27, 2025

The latest tag is pretty old (from 2024), but upstream is being regularly updated.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Oct 27, 2025
@eljamm

This comment was marked as outdated.

@eljamm eljamm force-pushed the update/scion branch 4 times, most recently from cc6cfbc to cc66e9c Compare October 27, 2025 21:37
@@ -36,15 +36,28 @@ buildGoModule (finalAttrs: {
set -e
'';

preCheck = ''
# remove tests that require internet access
find -name net_test.go -exec rm '{}' \;
Copy link
Member

@Prince213 Prince213 Oct 28, 2025

Choose a reason for hiding this comment

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

How many tests have this name?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Currently, I think it's only 1 file, but it doesn't hurt to be safe, IMO.

Copy link
Member

Choose a reason for hiding this comment

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

A bit weird to me as potential future tests may not use the name net_test.go.

@Prince213 Prince213 added the 8.has: package (update) This PR updates a package to a newer version label Oct 28, 2025
@eljamm
Copy link
Contributor Author

eljamm commented Oct 28, 2025

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 456277
Commit: cc66e9c8e366c6cf9ddb17c7f5ddaabd5bddcf24 (subsequent changes)
Merge: 4788fb6c4ba6cdd2422a623e6a8d3eec8173a340

Logs: https://github.com/eljamm/nixpkgs-review-gha/actions/runs/18856670536


x86_64-linux

✅ 1 package built:
  • scion

aarch64-linux

✅ 1 package built:
  • scion

x86_64-darwin (sandbox = true)

✅ 1 package built:
  • scion

aarch64-darwin (sandbox = true)

✅ 1 package built:
  • scion

@nixpkgs-ci nixpkgs-ci bot removed the 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. label Oct 28, 2025
@eljamm eljamm marked this pull request as draft October 28, 2025 07:19
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 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants