Rene Leonhardt
Rene Leonhardt
jemalloc-sys/jemalloc/build-aux/config.sub is very old (timestamp='2021-01-07'). When I add ```diff diff --git a/build-aux/config.sub b/build-aux/config.sub --- a/build-aux/config.sub (revision 09ad115bc02db60cc9d9338cf0067074d3135fb4) +++ b/build-aux/config.sub (date 1751527404458) @@ -1159,6 +1159,7 @@ 1750a | 580 \ |...
@arttet If you would switch to the latest facebook/jemalloc git (they don't want to publish a new release, last was 3 years ago), your issue has been implemented. https://github.com/facebook/jemalloc/issues/18
As long as llamafile has not rebased llama.cpp with minimal changes on top it will be hard to know if the problem is here or upstream.
@pietroalbini Can outdated dependencies be updated again? And PRs be reviewed and merged? 😅 If you want to save your contributors time you could try CodeRabbit. https://github.com/coderabbitai/awesome-coderabbit
mircea-pavel-anton already provided a working solution, why wait for devcontainers features?
In addition, nothing can beat the convenience: The user doesn't need to look up which version is latest and which platform his image is currently running in, just copy/paste it...
Just an example: - Remove compiler - Remove build/installation step - Just run the latest binary, even offline is possible for improved security https://github.com/ashishb/gabo/pull/123/files
Wow, all this code only for parsing new license fields?
I noticed, thanks for all the work!
> I hacked around it, pushed my changes here: https://github.com/froody/dive/tree/crane > > quite a significant change, basically uses crane as a dest for docker to "push" to, much faster downloads,...