By the way, it seems a Buck only issue because it ...
# core
s
By the way, it seems a Buck only issue because it finishes the space while building the tests (space is 25GB), while Linux/CMake doesn't and the whole build folder is 3.4GB
So, the issue is that Buck compiles tests in Debug or at least with Debug info, even if I thought I specified to build in release mode:
buck test @mode/linux-x86_64/release osquery/... tests/... plugins/...
Any idea how to avoid that?
t
I can look into this on the weekend.
Is there any other workaround we can implement in the mean time? I’d like to keep a good cadence of reviewing/merging PRs if at all possible.
s
I think the only way is to disable Buck testing