Yashodhan
Yashodhan
Error log : ``` not ok 1 runc exec (cgroup v2, ro cgroupfs, new cgroupns) does not chown cgroup # (from function `requires' in file tests/integration/helpers.bash, line 471, # from...
@lengrongfu Apologies, I missed the comment completely :sweat: :sweat: @utam0k Thanks for pinging me :pray: I'll comment the steps for running the tests later today. Apologies again :pray:
@lengrongfu , so the way I did it was : - Create the youki-containerd testing vagrant box using `VAGRANT_VAGRANTFILE=Vagrantfile.containerd2youki vagrant up` This will build youki locally and copy it to...
Hey, I haven't yet looked into this in depth, but from what I have seen, and read this seems like a good idea if we can support. We might not...
@zamazan4ik Thanks for this issue and initial investigation! I don't have detailed idea on PGO uses apart from [this blog on using pgo in rust compiler](https://kobzol.github.io/rust/rustc/2022/10/27/speeding-rustc-without-changing-its-code.html) blog, so correct me...
My view regarding this is : - Let us use the tier based support model similar to Rust, and decide what OS/arch goes into which tier and what amount of...
Hey, wrto `Fix the playground` : When I go to the [playground](https://play.calyxir.org/) , and click compile on the default-selected options (Sequence example with top down compile control) , there is...
Hey @sampsyo , thanks for your response! I tried playing around with the code, and got it to run properly on local, but I wanted to ask something regarding the...
Hey, after merge of https://github.com/calyxir/calyx/pull/1949 , the playground deployment is again running, but has some issues like : 1. Some examples are not found : eg Minimize regs simple ,...
Hey, as said currently there is no way to skip specific tests unless you directly invoke cargo test with some test filter. --- @utam0k we can potentially support the test...