Skip to content

Add support for specific architectures in BINARY_TAG

Marco Clemencic requested to merge clemenci/Gaudi:improve-arch-support into master

Allow for BINARY_TAG values like skylake-centos7-gcc8-opt where the first field is passed to the -march= option of the compiler (see gcc doc).

The host architecture is detected based on the content of /proc/cpuinfo, and the compatibility between host and target is checked via a list of known architectures.

Merge request reports