Michael Pankov

Results 74 comments of Michael Pankov

@anti-social will post more complete config on work week, though it still references proprietary code...

I've updated the first comment and added those you mentioned, and two files used to generate a sub-config. As for ciri, pavetta and SDK deb packages, I currently can't share...

First two paragraphs make sense. The last one perplexes me however. Is that correct that I `!Depend` on `Cargo.toml` and `src` in container, that builds a Rust project and puts...

Okay so I tried that. I've built `pavetta-sdk-custom`, which builds `pavetta-sdk-common`, which builds `pavetta-redist`. Dumped the version data (both `--debug-versioning` and `--dump-version-data`). Then I've added a `println!("");` to one function...

I've been able to produce a minimal example using a simple "Hello, world" rust program. https://github.com/mkpankov/vr To reproduce the problem, you have to build once with `vagga pavetta`, then edit...

I started with simple `cp`, but it didn't work (the same way as now). I'll try rolling it back in the minimal example.

So yeah, it did help in the minimal example... problem is, simple `cp ...` is what I started with in my actual project, and it didn't work... Will dig further.

Found the actual issue. This commit makes it fail in all cases (even initial build is not successful). https://github.com/mkpankov/vr/commit/2f17b70c0d54d0e85b7f85f6d3dce2e499c70d5d

I've also reduced the reproduction repository to not include any compilation. Problem is present when simply depending on files, copying them into container, using this container in `!SubConfig` via `!Build`....

If I were to try and fix this, where in the sources should I be looking?