clang is defaulting to 7.0.0 on amd64 and 6.0.0 on arm64. I know it’s possible to specify a tool version but it’s useful to have a default, and maybe that should be the same across architectures.
Also on the build status page, where the build job list shows a brief summary of the job’s configuration, would it be possible to add the architecture to that?
Hi @Michal,
It seems arm64 environment default distribution changed from Ubuntu 18.04 to 16.04 in October.
The default clang with Ubuntu 16.04 is 3.8.
Would you upgrade arm64 xenial environment to have clang 7.0.0 as default?