dpc

Results 834 comments of dpc

> I can see a lot of dependencies were updated between those versions, maybe this is actually a bug in toml-edit? My initial thought. If you could bisect it it...

Makes sense. `toml_edit` had some patch releases, if that doesn't help we could report upstream.

Would it be possible to workaround it by not doing the sequence that trigger this bug? :D

> but that also begs the question where the utility comes from having the completely separate targets built as one output to begin with? Mostly that it allows the same...

How would I merge artifacts exacly? Here is my use case: I need to run a wasm test (wasm32-uknown-unknown build) in the environment with other stuff from native build. Ideally...

> A super naive way to do it "manually" would be to This is not going to work with `use-zstd`, especially incremental one, no? If the "take this `cargoArtifact` and...

> I mean I think the following would work the way we extract things today if you wanted to just blindly extract it all This will work. I guess I...

BTW. Does the build workspace (subset) submission also needs some multi-cargoArtifacts? https://github.com/TheNeikos/crane-workspaces/blob/main/lib/mergeTargets.nix

I gave it a spin, but realized it can't help me as I'm running with: ``` installCargoArtifactsMode = "use-zstd"; ``` for reasons explained in #76. I turned it off, but...