Skip to content

ssm-session-manager-plugin: migrate to buildGoModule#318850

Merged
Mic92 merged 2 commits intoNixOS:masterfrom
msanft:ssm-session-manager-plugin/build-go-module
Jul 21, 2024
Merged

ssm-session-manager-plugin: migrate to buildGoModule#318850
Mic92 merged 2 commits intoNixOS:masterfrom
msanft:ssm-session-manager-plugin/build-go-module

Conversation

@msanft
Copy link
Contributor

@msanft msanft commented Jun 10, 2024

Description of changes

Migrating to buildGoModule so buildGoPackage can be deprecated as per #318069.

Also moved to by-name.

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/)
  • 24.11 Release Notes (or backporting 23.11 and 24.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.

@msanft msanft marked this pull request as draft June 10, 2024 16:34
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Jun 10, 2024
@msanft msanft force-pushed the ssm-session-manager-plugin/build-go-module branch from 73d037a to 35bab6a Compare June 10, 2024 20:35
@ofborg ofborg bot requested review from amarshall and martinbaillie June 10, 2024 23:26
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Jun 10, 2024
@katexochen katexochen mentioned this pull request Jun 11, 2024
35 tasks
@katexochen katexochen force-pushed the ssm-session-manager-plugin/build-go-module branch from 35bab6a to d2f65e2 Compare July 3, 2024 20:20
@msanft msanft marked this pull request as ready for review July 4, 2024 07:37
@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 6, 2024
@katexochen katexochen force-pushed the ssm-session-manager-plugin/build-go-module branch from d2f65e2 to dd03ac7 Compare July 10, 2024 07:15
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 10, 2024
@katexochen katexochen requested a review from malt3 July 11, 2024 08:55
@malt3
Copy link
Contributor

malt3 commented Jul 11, 2024

Result of nixpkgs-review pr 318850 run on x86_64-linux 1

3 packages built:
  • aws-gate
  • aws-gate.dist
  • ssm-session-manager-plugin

@amarshall
Copy link
Member

Please perform the move to by-name in a separate commit so Git can detect the rename and e.g. git log --follow works and diff is improved.

Copy link
Member

@amarshall amarshall left a comment

Choose a reason for hiding this comment

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

See also above comment about rename commit. I wasn’t able to fully review changes as the diff is hard to process as a result.

@katexochen katexochen force-pushed the ssm-session-manager-plugin/build-go-module branch from dd03ac7 to bbb4986 Compare July 19, 2024 18:12
@katexochen katexochen requested a review from amarshall July 19, 2024 18:13
@Mic92 Mic92 merged commit 880af94 into NixOS:master Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants