Skip to content

discord: enable aarch64-darwin support for discord-canary#179379

Merged
Artturin merged 1 commit intoNixOS:masterfrom
Sciencentistguy:discord-canary-aarch64-darwin
Jul 17, 2022
Merged

discord: enable aarch64-darwin support for discord-canary#179379
Artturin merged 1 commit intoNixOS:masterfrom
Sciencentistguy:discord-canary-aarch64-darwin

Conversation

@Sciencentistguy
Copy link
Member

Description of changes

Previous comment stated that only discord-ptb supported aarch64-darwin. This may have been correct at the time, but currently -canary supports aarch64-darwin as well.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • 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/)
  • 22.11 Release Notes (or backporting 22.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
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot added 6.topic: darwin Running or building packages on Darwin 8.has: package (new) This PR adds a new package labels Jun 27, 2022
@ofborg ofborg bot requested review from MP2E, devins2518 and ldesgoui June 27, 2022 21:13
@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 27, 2022
Copy link
Contributor

@devins2518 devins2518 left a comment

Choose a reason for hiding this comment

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

Result of nixpkgs-review pr 179379 run on aarch64-darwin 1

1 package built:
  • discord-canary

@bobby285271 bobby285271 added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Jul 4, 2022
IvarWithoutBones added a commit to IvarWithoutBones/nixpkgs that referenced this pull request Jul 10, 2022
This also enables aarch64-darwin support for both Canary and the new
Development branch, based on NixOS#179379. Thanks :)
@Sciencentistguy Sciencentistguy force-pushed the discord-canary-aarch64-darwin branch from 6e40fec to 3348245 Compare July 13, 2022 21:34
@Sciencentistguy
Copy link
Member Author

Rebased on master

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-already-reviewed/2617/552

@Sciencentistguy Sciencentistguy force-pushed the discord-canary-aarch64-darwin branch from 3348245 to c1e25ba Compare July 14, 2022 10:28
@Sciencentistguy
Copy link
Member Author

Reverted formatting. Apologies, my editor uses alejandra as a nix formatter by default.

@SuperSandro2000 SuperSandro2000 added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 15, 2022
@SuperSandro2000
Copy link
Member

Please rebase on master

@Sciencentistguy Sciencentistguy force-pushed the discord-canary-aarch64-darwin branch from c1e25ba to b86abe5 Compare July 15, 2022 17:38
@Sciencentistguy
Copy link
Member Author

@SuperSandro2000 done 🙂

@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 15, 2022
@ofborg ofborg bot requested a review from devins2518 July 15, 2022 17:47
@Artturin Artturin merged commit 037e01a into NixOS:master Jul 17, 2022
@Sciencentistguy Sciencentistguy deleted the discord-canary-aarch64-darwin branch July 17, 2022 09:43
@github-actions
Copy link
Contributor

Backport failed for release-22.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-22.05
git worktree add -d .worktree/backport-179379-to-release-22.05 origin/release-22.05
cd .worktree/backport-179379-to-release-22.05
git checkout -b backport-179379-to-release-22.05
ancref=$(git merge-base b4093a24a868708c06d93e9edf13de0b3228b9c7 b86abe5cf424b9ea6ae5a550489b17e6cc42a06e)
git cherry-pick -x $ancref..b86abe5cf424b9ea6ae5a550489b17e6cc42a06e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: darwin Running or building packages on Darwin 8.has: package (new) This PR adds a new package 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. 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants