Ofek Lev

Results 1176 comments of Ofek Lev

This is affecting us actually. The use case is this https://github.com/ofek/pyapp#building It's basically a wrapper for Python applications that is configured at build time with environment variables. Rather than making...

I would expect the same interface as Cargo but make `--root` required

I've documented this limitation for now https://github.com/ofek/pyapp/pull/12 Hopefully this can be fixed soon 🙂

I am unfamiliar with this code base, how difficult would it be to fix the install command and as you said require `--root`?

Oh, so it will never be possible to use the same install command interface i.e. the limitation I documented will forever persist when using the cross CLI?

My use case is essentially the same as the person who opened this issue, our workflow involves cross compiling crates that have been released. Other than the repository I showed...

The majority of CI users do not install cross but rather pull down an existing binary from a release to save time and money. Most of these tools extract a...

We would very much appreciate it if the lack of exact semantics would be allowed for this specific case of the install command to keep a consistent experience!

Also I would be fine with testing this feature or if you need help implementing you can tell me what to do

Is there anything I can do to help move this along?