osquery-toolchain
osquery-toolchain copied to clipboard
A LLVM-based toolchain for Linux designed to build a portable osquery
When we try to build the tool, we are getting the below error. ``` INFO :: *** Gathering the list of data files to install INFO :: *** Running autoreconf...
Fixes builds for me on newer Debian releases. Updates URL for libisl to one that is no longer down
Due to a misunderstanding on how the build works, we are currently building and keeping binaries like `ar`, `nm`, `objcopy` etc that come from the GCC toolchain that crosstool-ng initially...
The arm64 and x86 toolchain should use the same kernel headers version as found on the oldest distro version we want to support. Not newer, not older. Currently the x86...
i need to install osquery on redhat 8 ppc64le I am trying to compile it but when installing toolchain I get the error below osquery-toolchain# ./build.sh Unspported architecture where can...
We would like the scripts to build a reproducible toolchain (if possible). This allows us to provide integrity for the assets and releases.
I recently noticed that an osquery Release build contains debug information. I've tested with a simple cpp file and indeed our clang creates a Release binary with some debug symbols....
Right now the build and install it's only triggered if libc++.a is missing, but since we are building also libc++abi and libunwind, but their install steps are separate commands, we...
Right now if the user want to start from a specific stage (lets say rebuilding from scratch only the final toolchain), it has to manually delete the final folder, which...
LLVM CMake has an option when building libc++abi to merge that together with libc++, so that then when you use the toolchain to compile something it's not necessary to specify...