!NhAsaYbbgmzHtXTPQJ:funklause.de

Nix NodeJS

210 Members
59 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
29 Jul 2023
@gdamjan:spodeli.orggdamjan

let's see what happens with a custom build phase

  buildPhase = ''
    export HOME=$(mktemp -d)
    yarn --offline build
  '';
23:46:23
@gdamjan:spodeli.orggdamjanok seems to work23:49:00
@gdamjan:spodeli.orggdamjan 227M ./result/ 23:49:16
@lily:lily.flowersLily Foster
In reply to @gdamjan:spodeli.org
ok seems to work
--production probably
23:49:58
@lily:lily.flowersLily FosterI meant that in reply to the 227M23:50:07
@lily:lily.flowersLily FosterAdd that to yarn build arga23:50:13
@lily:lily.flowersLily Foster* Add that to yarn build args23:50:18
@lily:lily.flowersLily Foster(Sorry, I am on mobile)23:50:28
@lily:lily.flowersLily FosterOh wait that goes on yarn install23:50:55
@lily:lily.flowersLily FosterNever mind23:51:01
@gdamjan:spodeli.orggdamjan

btw, is fetchYarnDeps downloading all of these:

downloading https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.17.18.tgz                                                               
downloading https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.17.18.tgz          
downloading https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.17.18.tgz            
downloading https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.17.18.tgz      
downloading https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.17.18.tgz                                    
downloading https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.18.tgz     
downloading https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.17.18.tgz
downloading https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.17.18.tgz                                                                   
downloading https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.17.18.tgz     
23:56:29
@lily:lily.flowersLily FosterYeah, if it's in the yarn.lock file it downloads it 🤷‍♀️23:57:13
@lily:lily.flowersLily FosterAnd that's how esbuild decided to do their prebuilts (as deps that get written to the lockfile...)23:57:36
@lily:lily.flowersLily FosterIt shouldn't exist in the final build at least23:57:49

Show newer messages


Back to Room ListRoom Version: 6