Lukas

Results 16 comments of Lukas

I took the liberty to adapt this a little to our use-case at work. This is stripped down to suit our needs, but I am happy to collaborate on this...

And just for someone else to be able to find it: https://github.com/qt/qtbase/blob/dev/src/tools/rcc/rcc.cpp#L237 One should set `SOURCE_DATE_EPOCH` to a non-zero value when using `rcc` for optimal cache reuse.

See https://xtenlang.atlassian.net/browse/RVM-1061 and https://github.com/rifatshahriyar/rcimmixpatch/blob/master/rcimmix/rcimmix.patch for the RC Immix source.

Companion ticket: https://github.com/hukkin/tomli/issues/130

I agree, my use case is not that of a normal user. But even bootstrapping does not help: https://github.com/hukkin/tomli/issues/130#issuecomment-939863846 This actually broke the release-pipeline for a product in maintenance. Manual...

> bazel run -- @nodejs_host//:npx_bin pnpm@latest i --lockfile-only unfortunately this does not work on a system where no `node` exists in the `PATH`. ``` bazel run -- @nodejs_host//:npx_bin pnpm@latest i...

https://github.com/lummax/lavender/commit/623e18c2324f07f2a47c6134679d81b3befe7df8 was my attempt at this. Inspired by https://github.com/grailbio/bazel-compilation-database Edit: And https://github.com/xforce/lavender/commit/01609c4e8675f7f75d86e3699fb0373b18ecb42a is another one.

I have the same error trying to install https://www.npmjs.com/package/sharp. As I understand it, this comes from `external/aspect_rules_js/npm/private/lifecycle/min/node-gyp-bin/node-gyp` which runs `"$npm_config_node_gyp" "$@"` in the else-branch and we have (for some reason)...

Just for the documentation: In my case the error was: ``` prebuild-install warn install EROFS: read-only file system, access '/home/XXX/.npm' /home/XXX/.cache/bazel/XXX/3feea6cc28786273c03984ee070c8149/sandbox/linux-sandbox/455/execroot/XXX/bazel-out/k8-opt-exec-DF1BA9A6/bin/external/aspect_rules_js/npm/private/lifecycle/lifecycle-hooks.sh.runfiles/aspect_rules_js/npm/private/lifecycle/min/node-gyp-bin/node-gyp: 6: 1010: not found Error: [email protected] install: `(node install/libvips...

And I guess this deserves a mention that users should be careful with the location of the `msys` they install on their system as the absolute path of that ends...