| 6 May 2024 |
@drupol:matrix.org | Yes, Devenv is a very good starting point. Maybe Shyim can help, he's using it every day I think. | 20:58:33 |
Shyim | Is caddy also fine? | 21:52:55 |
| 7 May 2024 |
piotrkwiecinski | I'm going to need nginx to be closer to production configuration. I'll try to configure as much as I can myself and ping you if I'm stuck if you don't mind. | 06:57:42 |
@drupol:matrix.org | Jan Tojnar: Looks like it works! https://github.com/NixOS/nixpkgs/pull/309605 | 11:09:29 |
| 8 May 2024 |
@drupol:matrix.org | Just FYI, a new version of the builder is up at https://github.com/NixOS/nixpkgs/pull/308059 Reviews and tests are welcome. News in it:
- No more
composer-local-repo-plugin for Composer
- Performance! (it's ~twice faster)
- Simplified workflow
| 12:08:00 |
| 9 May 2024 |
piotrkwiecinski | When the new builder is ready I can migrate n98-magerun2 for start. I use it daily. I'm relatively new to nix but I'm happy to help as much as I can. | 07:56:18 |
@patka_123:matrix.org | Redacted or Malformed Event | 08:56:46 |
@patka_123:matrix.org | * buildsupport/php: add passthru.updateScript
Lets make sure that (almost) all PHP packages can be updated by the r-ryantm bot! PHP packages where upstream provides a lock file can be automatically updated with the standard updateScript. The next step (in a following PR) will be to create a script that optionally updates and replaces the local lock file if upstream doesn't provide it.
| 09:00:21 |
@patka_123:matrix.org | * buildsupport/php: add passthru.updateScript
Lets make sure that (almost) all PHP packages can be updated by the r-ryantm bot!
PHP packages where upstream provides a lock file can be automatically updated with the standard updateScript. The next step (in a following PR) will be to create a script that optionally updates and replaces the local lock file if upstream doesn't provide it.
| 09:00:33 |
@patka_123:matrix.org | * buildsupport/php: add passthru.updateScript
Lets make sure that (almost) all PHP packages can be updated by the r-ryantm bot!
PHP packages where upstream provides a lock file can be automatically updated with the standard nix-update-script. The next step (in a following PR) will be to create a script that optionally updates and replaces the local lock file if upstream doesn't provide it.
| 09:03:13 |
@patka_123:matrix.org | * buildsupport/php: add default passthru.updateScript
Lets make sure that (almost) all PHP packages can be updated by the r-ryantm bot!
PHP packages where upstream provides a lock file can be automatically updated with the standard nix-update-script. The next step (in a following PR) will be to create a script that optionally updates and replaces the local lock file if upstream doesn't provide it.
| 09:06:00 |
@patka_123:matrix.org | * buildsupport/php: add default passthru.updateScript
Lets make sure that (almost) all PHP packages can be updated by the r-ryantm bot!
PHP packages where upstream provides a lock file can be automatically updated with the standard nix-update-script. The next step (in a following PR) will be to create a script that optionally regenerates and replaces the local lock file if upstream doesn't provide it.
| 09:15:48 |
@patka_123:matrix.org | Pol Jan Tojnar sorry for the PR spam... | 12:47:57 |
@patka_123:matrix.org | * Pol Jan Tojnar sorry for the PR spam...
(yes, I know how git works)
| 12:58:36 |
| 10 May 2024 |
| slytherx joined the room. | 21:33:17 |
| 13 May 2024 |
@patka_123:matrix.org | I might be missing something, so I'll just ask here:
The box PHP package is built with php82.buildComposerProject and upstream also has "php": "^8.2" in their composer.json (and .lock). But then why does it also end up in the php81Packages set?
Shouldn't we have some kind of mechanism that uses the php version that composer uses to decide whether or not it belongs in a given package set?
| 17:24:03 |
@patka_123:matrix.org | Another question:
isn't it kind of problematic that we supply lock files (with a lock for packages where upstream doesn't provide one) using composerLock = ./composer.lock that is generated with only a single php version, while the package is in 3 package sets (phpPackages 81, 82, 83)? Shouldn't we have 3 different generated lock files, or at least generate the lock file using the lowest supported php package set version? (so 81)
| 19:30:06 |
@patka_123:matrix.org | Awesome. The first r-ryantm php package updates are rolling in 🎉 | 21:11:45 |
@patka_123:matrix.org | * Awesome. The first r-ryantm php package updates are rolling in 🎉 https://github.com/NixOS/nixpkgs/pull/311469 | 21:11:53 |
| 14 May 2024 |
@drupol:matrix.org | Thanks for the very useful change! | 06:05:31 |
@patka_123:matrix.org | There is a very slight chance, but I'll try anyway ^^
Is anyone aware of the couchbase php sdk going closed source? We have a PHP extension for couchbase that currently doesn't build. We have 3.2.2, which is the last version on the repo. But it seems like the newest version is 4.2.1.
So I'm afraid they went closed source and we'd just have to build from the tarball. But maybe I'm missing something since I don't use couchbase?
| 17:02:07 |
Jan Tojnar | In reply to @patka_123:matrix.org
There is a very slight chance, but I'll try anyway ^^
Is anyone aware of the couchbase php sdk going closed source? We have a PHP extension for couchbase that currently doesn't build. We have 3.2.2, which is the last version on the repo. But it seems like the newest version is 4.2.1.
So I'm afraid they went closed source and we'd just have to build from the tarball. But maybe I'm missing something since I don't use couchbase?
See PR 240673 | 17:48:12 |
Jan Tojnar | * See https://github.com/NixOS/nixpkgs/pull/240673 | 17:48:58 |
@drupol:matrix.org | good luck with that thing patka :S | 18:25:40 |
@patka_123:matrix.org | Yeah... I will spent my time and energy on happier things. It seems like this is the only thing left within nixpkgs php that is not working, so we have to leave something broken ^^ | 18:40:19 |
| 16 May 2024 |
@drupol:matrix.org | I'm making plenty of experimentation at the moment with the version 2 of the PHP builder. | 12:36:57 |
@drupol:matrix.org | * I'm making plenty of experimentations at the moment with the version 2 of the PHP builder. | 12:37:03 |
@drupol:matrix.org | I was looking for a cleaner way to use Composer plugins. | 12:37:13 |
@drupol:matrix.org | Had to work on this yesterday and today at work. | 12:37:23 |
@drupol:matrix.org | I finally came up with this interface: https://github.com/NixOS/nixpkgs/pull/308059/commits/29d9c8a602875fe096eb35fc60dd1b1ece510e8d | 12:37:32 |