Skip to content

Conversation

@piotrkwiecinski
Copy link
Contributor

https://hydra.nixos.org/build/295112397/nixlog/2

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.

@github-actions github-actions bot added the 6.topic: php PHP is a general-purpose scripting language geared towards web development. label Apr 22, 2025
@nix-owners nix-owners bot requested review from Ma27, aanderse, globin, jtojnar and talyz April 22, 2025 17:59
Copy link
Contributor

@drupol drupol left a comment

Choose a reason for hiding this comment

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

Why is this fixing the issue ? I don't get it

@piotrkwiecinski
Copy link
Contributor Author

piotrkwiecinski commented Apr 22, 2025

-f flag suppresses an error and returns 0 if file doesn't exist

[piotr@thinkpad-x1-g3:~/projects/opensource/nixos-nixpkgs]$ rm  /tmp/blastsata
rm: cannot remove '/tmp/blastsata': No such file or directory

[piotr@thinkpad-x1-g3:~/projects/opensource/nixos-nixpkgs]$ rm -f /tmp/blastsata

[piotr@thinkpad-x1-g3:~/projects/opensource/nixos-nixpkgs]$ 

@github-actions github-actions bot added 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Apr 22, 2025
@drupol
Copy link
Contributor

drupol commented Apr 22, 2025

Perhaps we should avoid doing that ? so that we can correctly know where the patch is being applied ?

Copy link
Contributor

@drupol drupol left a comment

Choose a reason for hiding this comment

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

💯

@github-actions github-actions bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. and removed 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. labels Apr 22, 2025
@drupol drupol merged commit 58af570 into NixOS:master Apr 22, 2025
24 of 27 checks passed
@drupol
Copy link
Contributor

drupol commented Apr 22, 2025

w00t, thank you!

@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Apr 22, 2025

Successfully created backport PR for release-24.11:

@piotrkwiecinski piotrkwiecinski deleted the php-ctype-81 branch April 22, 2025 19:01
drupol added a commit to fossar/nix-phps that referenced this pull request Apr 27, 2025
jtojnar pushed a commit to fossar/nix-phps that referenced this pull request Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: php PHP is a general-purpose scripting language geared towards web development. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants