James Hilliard

Results 285 comments of James Hilliard

> That script requirement was added because when the service is enabled to autostart, gstd starts before the x environment variables are defined and can't display things, though the pipelines...

The fix is available as of rust `1.54.0` stable, you can enable it like [this](https://github.com/buildroot/buildroot/commit/4b2be770b8a853a7dd97b5788d837f0d84923fa1).

The fix is available as of rust `1.54.0` stable, you can enable it like [this](https://github.com/buildroot/buildroot/commit/4b2be770b8a853a7dd97b5788d837f0d84923fa1).

> doesn't this still require a nightly version of cargo Nope, works with stable cargo.

Simpler way to use this on stable, just set this in your env when building: ``` __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS="nightly" CARGO_UNSTABLE_TARGET_APPLIES_TO_HOST="true" CARGO_TARGET_APPLIES_TO_HOST="false" ```

> There was a discussion if those scripts should be installed to `/usr/bin` instead of `/usr/lib/python` but I don't think that would make a terrible amount of sense for the...

> This is talking about using pip on the target. That's not really maintained AFAIU, and is unlikely to work properly [due to the lack of a target compiler](https://buildroot.org/downloads/manual/manual.html#faq-no-compiler-on-target). Why...

> Even the ability to install Python only packages on the device was enough (for most users; I suspect [1] ) . You don't really need pip for that though,...

Was hitting this error in some client tests so figured I should update the client and see if that helped: ```java org.jpos.http.client.HttpClientTest > testTrustSelfSignedCertificate() FAILED org.opentest4j.AssertionFailedError: Status code should be...

Updated to also run tests under openjdk14.