Sender | Message | Time |
---|---|---|
12 Jan 2025 | ||
Niklas Korz | Do buildRustCrate and defaultCrateOverrides inside nixpkgs only exist for crate2nix? | 13:05:32 |
Niklas Korz | They aren't used by any package, which makes me wonder why they were added to nixpkgs in the first place instead of residing in the crate2nix repository | 13:06:00 |
Ilan Joselevich (Kranzes) | I believe there were other projects using it | 14:05:05 |
Ilan Joselevich (Kranzes) | So to share it they just put it in nixpkgs | 14:05:27 |
@ian:graham.tokyo left the room. | 23:19:50 | |
13 Jan 2025 | ||
Paul-Nicolas Madelaine joined the room. | 09:59:24 | |
bemyak | Toma: do you happen to know when will https://github.com/NixOS/nixpkgs/pull/371795 hit the master branch? | 13:49:46 |
K900 | In the next few days, hopefully | 13:50:26 |
K900 | You can join #Staging to get involved | 13:50:33 |
bemyak | Awesome, thank you š | 13:51:49 |
15 Jan 2025 | ||
FliegendeWurst joined the room. | 16:35:47 | |
16 Jan 2025 | ||
TyberiusPrime (smilodon inopinatus) | Hey y'all. I'm trying to use nextest with naersk, but it's just straight up ignoring my cargoTestCommands.
probably holding it wrong, but I can't quite spot where | 08:32:33 |
TyberiusPrime (smilodon inopinatus) | (I tried cargoCommand as well) | 08:32:55 |
TyberiusPrime (smilodon inopinatus) | If I'm reading the source correctly it would be doing my cargoTestCommand in the checkPhase, but it's failing in the buildPhase where it's doing 'cargo test' and that comes from it's internals | 08:40:35 |
TyberiusPrime (smilodon inopinatus) | ah, I need to use 'overrides = {buildPhase = ":";};", thanks for listening to me :) | 08:56:44 |
TyberiusPrime (smilodon inopinatus) | Now I'm trying essentially the same with nextest + llvm-cov. Running fine in the dev shell, literally the test derivation with cargoTestCommand = old: ["cargo llvm-cov --html nextest $cargo_test_options"] and it's not finding any tests?! neither integration, nor the in-tree unit tests. huh? | 09:38:15 |
GaƩtan Lepage | Hello, I'm having linker-issues with a rust package (
it's weird, as adding | 13:26:49 |
antifuchs | In reply to @glepage:matrix.orgHah, the streaming database? Iāve some experience building it, I believe they may be setting some things up for a little compile/linking time optimization | 13:30:45 |
antifuchs | (Using a custom ld for faster linking, specifically) | 13:31:05 |
GaƩtan Lepage | Yes at some point I was able to fix an error by doing that but now it stopped working... | 13:36:06 |
GaƩtan Lepage | I mean, there is not a clear place where they declare the linker option like it used to. | 13:36:24 |
GaƩtan Lepage | It's mentionned in a few places: https://github.com/search?q=repo%3AMaterializeInc%2Fmaterialize%20-fuse-ld%3Dlld&type=code | 13:36:55 |
antifuchs | I think at one point I overrode the RUSTFLAGS env var. but as you note, it's been a while since I've had to build the mz codebase (2 years now I think) | 14:04:50 |
GaƩtan Lepage | Yes, I guess they changed a few things now...
This is a different reason (probably GCC-14 related) though. | 14:21:09 |
antifuchs | yeah, that does smell gcc-14 related | 14:53:51 |
18 Jan 2025 | ||
Any (they/any) changed their display name from Any (reflux1291) (they/any) to Any (they/any). | 19:34:06 | |
19 Jan 2025 | ||
damccull | I don't expect knowledge on the dioxus part of this, but can someone help me understand why the flake in 'hotdog' project works fine with the hotdog app launching a gtk window app, but neither flake works for the signumoasis project gtk app? That one complains that libcairo and libsoap (and probably more) are missing, but the other doesn't. To my eyes, they both have the same dependencies, and from the fact that the hotdog nix flake doesn't work with the signumoasis project, my first instinct is that it's not the flake but some configuration of the gtk app...but can I get a confirm/deny on that theory at least? Broken flake.nix: https://github.com/signumoasis/signum-rust/blob/refactor-to-separate-protocols/flake.nix -- works for 'web' but not 'desktop'. Working flake.nix: https://github.com/damccull/dioxus_hotdog/blob/master/flake.nix -- Works for this project, but not for the signumoasis project. | 00:59:42 |
damccull | Ok I just added 'cairo' and 'libsoup_3' and it's working. Not sure why hotdog didn't need those though... | 01:15:20 |
Jaco joined the room. | 14:49:42 | |
Any (they/any) set a profile picture. | 21:48:30 |