osquery / osquery-toolchain

A LLVM-based toolchain for Linux designed to build a portable osquery
Other
38 stars 22 forks source link

Add support for building an aarch64-osquery-linux-gnu toolchain #18

Closed artemist closed 4 years ago

artemist commented 4 years ago

This PR makes build.sh automatically detect the architecture it's running on and build a toolchain for that architecture (if it's x86_64 or aarch64). This has been tested on aarch64 Fedora, aarch64 Ubuntu, and x86_64 Ubuntu. This is useful with my PR (osquery/osquery#6284) that adds support for building osquery on aarch64.

linux-foundation-easycla[bot] commented 4 years ago

CLA Check
The committers are authorized under a signed CLA.

AGSaidi commented 4 years ago

Nice!

alessandrogario commented 4 years ago

@Smjert I've successfully tested this on both x86_64 and AArch64!