soloturn

Results 146 comments of soloturn

there is a 5 years old flag --out-dir which looks like it would help: #6790 to get the binaries. if you get the binaries, the rest is just normal packaging,...

why are you using workspace and not CARGO_TARGE_DIR @StealthyKamereon ? i understand one reason may be that you do not get the binaries easy enough - there is an unstable...

why do you need a different runner at all, @masriomarm ? is it only because of the location of the binary? there is a 5 years old flag in unstable,...

for build environments partial clones in the sense of ``` --filter=tree:0 ``` make most sense. shallow clones i the sense of ```-depth=1``` may have undesired side effects. see e.g. here...

@epage is this the same as people always discuss when finding the config language toml is ok, but not ideal? compared to: * ron: https://github.com/ron-rs/ron * cuddle: https://kdl.dev * dhall:...

i do hope the one discussing about this flag will not be dead until this gets enabled in stable :)

> Can someone PR a rename of the flag from `--out-dir` to `--artifact-dir` as a first step to stabilizing this? It seems there was consensus on that. where did you...

@JuditKnoll you happen to know what could be done here?

newest version works with java-17.

@bratkartoffel is this same with gradle-8.3 and java-21 ?