https://github.com/osquery/osquery logo
#core
Title
# core
s

Stefano Bonicatti

10/03/2019, 12:29 AM
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

theopolis

10/03/2019, 3:29 PM
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

Stefano Bonicatti

10/03/2019, 3:37 PM
I think the only way is to disable Buck testing
7 Views