remleduff

Results 6 comments of remleduff

Sure, but that captures the screenshots again pointlessly, doesn't it? The "current" directory is going to be identical after these two invocations of loki.

My goal is that step one just verifies that the reference are up to date (it generates "current" and fails if "current" is different from "references") Step 2 is just...

I've been looking at this layer lately, and ran across a similar problem. The quickest, but maybe not most correct fix is to change meta-rust/recipes-devtools/rust/libstd-rs.inc: from: S = "${RUSTSRC}/src/libstd" to:...

This could potentially be fixed by https://github.com/oblador/loki/pull/478

If you're running docker-in-docker, it'd be worth checking if https://github.com/oblador/loki/pull/478 helps. Particularly the timeout for 127.0.0.1 seems similar to the error I was seeing.

I'll look into this, I'm interested at least. My thought is to basically switch the code after the fork call, and make the child start the payload, and the parent...