!jngDrdMgndWibPCYsR:nixos.org

Nix PHP

80 Members
A room for PHP developers running on Nix22 Servers

Load older messages


SenderMessageTime
20 May 2023
@drupol:matrix.orgPolI just pushed the changes in the branch.15:34:50
@drupol:matrix.orgPol The two working derivations are composer and phpunit. 15:35:01
@drupol:matrix.orgPol
In reply to @drupol:matrix.org
How about using jq to nuke require-dev from composer.json and packages-dev from composer.lock ? :D
I just tested this, it works pretty well actually.
16:09:41
@drupol:matrix.orgPolBuilding composer takes 1 minute now instead of 10 before16:11:45
@drupol:matrix.orgPol43 seconds actually.16:13:08
@drupol:matrix.orgPolOMG... It also fix psaln :D16:19:06
@drupol:matrix.orgPolGoing to commit all of this16:19:11
@drupol:matrix.orgPol * OMG... It also fix psalm :D 16:20:42
@drupol:matrix.orgPol Jan Tojnar Gaƫl Reyrol ^^ breakthrough ^^ 16:20:58
@drupol:matrix.orgPol
In reply to @drupol:matrix.org
How about using jq to nuke require-dev from composer.json and packages-dev from composer.lock ? :D
That seems to be actually a good idea !
16:21:23
@drupol:matrix.orgPolI just pushed everything :D16:21:41
@drupol:matrix.orgPolhttps://github.com/NixOS/nixpkgs/pull/232450/files#diff-8b7b6933957bf6ee2ddf23b376fe97a96708ced9cdaf1fcb26f452873a76723dR4116:22:15
@drupol:matrix.orgPol
    jq '."packages-dev" = []' composer.lock > newComposer.lock
    mv newComposer.lock composer.lock
    jq '."require-dev" = {}' composer.json > newComposer.json
    mv newComposer.json composer.json
16:22:24
@drupol:matrix.orgPolThat stuff fixed everything16:22:29
@drupol:matrix.orgPolI have the feeling that we finally see some light at the end of the tunnel.16:30:58
@drupol:matrix.orgPolI'm testing it here, I can't make it fail anymore!16:31:14
@jtojnar:matrix.orgJan Tojnar Pol: how did you solve the issue with store paths in FOD in packages.json? 16:31:14
@drupol:matrix.orgPolAh that.16:31:33
@drupol:matrix.orgPolI found something interesting about that.16:31:49
@jtojnar:matrix.orgJan Tojnar or are you still doing the /build/source thing? 16:32:12
@drupol:matrix.orgPolInstead of doing symlinks, I'm copying stuff from the local repo :)16:32:14
@drupol:matrix.orgPol Thanks to this variable: COMPOSER_MIRROR_PATH_REPOS 16:32:26
@drupol:matrix.orgPolBut 16:32:28
@drupol:matrix.orgPolThe solution was:16:32:43
@drupol:matrix.orgPol
    substituteInPlace .repo/packages.json \
        --replace '/build/source/repo' $composerVendorCache \
16:32:46
@drupol:matrix.orgPol
In reply to @jtojnar:matrix.org
or are you still doing the /build/source thing?
That stuff is the only thing I don't like in the implementation.
16:34:01
@drupol:matrix.orgPol I would I could immediately use $out in it. 16:34:11
@jtojnar:matrix.orgJan Tojnarah, you are copying the repo into the builder16:34:37
@drupol:matrix.orgPolI haven't found a better alternative yet.16:35:26
@drupol:matrix.orgPol I just copy packages.json, nothing else 16:35:42

Show newer messages


Back to Room ListRoom Version: 6