Emanuel Lima
Emanuel Lima
I tried with Python 3.8.6 and Julia 1.6 on Kubuntu 20.10 and everything worked fine. I did: ```python import julia julia.install() jl = julia.Julia(compiled_modules=False) from julia import Base Base.sind(90) ```...
@pmores @gkurz @beraldoleal please review this PR
AFAIK we won't have a CentOS Stream 9 package for Kata.
We package for Fedora. I'm not sure if other people package for other distros, but our focus is Fedora only.
@c3d this is blocking the update to 3.8.0 on Fedora. If you don't have time to finish this, I can take over.
Seccomp is not being disabled, nothing on the logic of the software is being changed. This is only a change on the linter level.
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 gets...
I've got a better idea on how to deal with this, so I'll change my PR
Yes, and as far as I could tell, the agent crate got built successfully.
@c3d @gkurz @pmores now, instead of adding a bunch of linter directives, I changed the RUSTFLAGS env vars to allow compilation with warnings. I think this is cleaner.