Christophe de Dinechin
Christophe de Dinechin
> In the end, I was only having the linter error when I tried to build kata-agent through its makefile. When I build the whole runtime-rs. kata-agent and everything else...
> Yes, and as far as I could tell, the agent crate got built successfully. But that would not be the same thing as the agent binary, right? @pmores Can...
> After all, `-D warnings` is a [code smell](https://rust-unofficial.github.io/patterns/anti_patterns/deny-warnings.html) and shouldn't be used in Kata at all. I am not sure that the link supports the statement that `-D warnings`...
I think that we need the community to agree that not denying warnings is a good idea. I personally think that it catches interesting stuff. So I would rather find...
I tried with rustc 1.80.0 from rustup, and the seccomp file builds, but then I get something else. ``` Compiling kata-sys-util v0.1.0 (/home/ddd/Work/kata/kata-containers/src/libs/kata-sys-util) error: unexpected `cfg` condition value: `powerpc64le` -->...
> Try to use the Makefile targets for building each component for reliable and repeatable builds. > > ``` > $ make agent-tarball > ``` > > If you build...
I was able to reproduce the `-lseccomp` issue with 1.78 from rustup. Tracking it down through the command line, it appears that this is because there is no static version...
Confirmed, it is only 1.79. So the good news is that it's gone in 1.80.
The problem does not exist with 16 digits binary, where we get a result back that is indistinguishable from `[ 1 2 3 ]`, to the point where subtracting `[...
Conversion to spherical: the differences between 16-digits (HWFP) and 24-digit (decimal) is in the order of `[ -5.558375E-17 -6.484281E-16_° 2.4527469576E-10_° ]`. The last one is a bit suspect: 1E-10 is...