Hieu Pham
Hieu Pham
I'm getting the same problem as well - any workaround? inside `/opt/src/target/debug/build/prost-build-588ccae2029ab841/out/build` (where `/opt/src` is my checkout), `CMakeCache.txt` has ``` CMAKE_INSTALL_PREFIX:PATH=/usr/local ``` not sure why, even though I do see...
Running the `cmake` command manually works, and unblocks the build. So weird. I'm guessing it has something to do with argument parsing when invoking `cmake` command line from inside cargo...
I'm seeing the same thing in PopOS 20.04 as well - building C++ project with ninja doesn't utilize all the cores like it did when running in Ubuntu 18.04. My...
fwiw, I don't think it's `libseccomp.so`. The ubuntu host that runs 18.04 has `libseccomp.so.2.4.1`, but it runs fine. My PopOS 20.04 has `libseccomp.so.2.4.3`, but is very slow.
I'm facing the same issue as well, and also have libunwind installed