Skip to content

tealdeer: fix tests on darwin#462776

Merged
Aleksanaa merged 1 commit intoNixOS:masterfrom
ryan4yin:fix-tealdeer-tests
Nov 19, 2025
Merged

tealdeer: fix tests on darwin#462776
Aleksanaa merged 1 commit intoNixOS:masterfrom
ryan4yin:fix-tealdeer-tests

Conversation

@ryan4yin
Copy link
Member

@ryan4yin ryan4yin commented Nov 18, 2025

Resolves #462177.

tealdeer 1.8.x now requires run tests with --test-threads 1: https://github.com/tealdeer-rs/tealdeer/blob/v1.8.1/.github/workflows/ci.yml#L46-L47

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.

@ofborg ofborg bot added the 6.topic: darwin Running or building packages on Darwin label Nov 18, 2025
@ryan4yin ryan4yin requested review from davidak, mfrw and newAM November 18, 2025 04:49
@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 Nov 18, 2025
@ryan4yin
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 462776

Logs: https://github.com/ryan4yin/nixpkgs-review-gha/actions/runs/19454583431/job/55665965621


aarch64-linux (sandbox = true)

✅ 1 package built:
  • tealdeer

x86_64-linux (sandbox = true)

✅ 1 package built:
  • tealdeer

aarch64-darwin (sandbox = true)

✅ 1 package built:
  • tealdeer

@nixpkgs-ci nixpkgs-ci bot 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 Nov 18, 2025
@Aleksanaa Aleksanaa added this pull request to the merge queue Nov 19, 2025
Merged via the queue into NixOS:master with commit e267292 Nov 19, 2025
36 of 39 checks passed
dixslyf added a commit to dixslyf/dotfiles that referenced this pull request Nov 23, 2025
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 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. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 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.

tealdeer 1.8.1: Test faillure on macOS

3 participants