]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
GH Actions: Use pre-installed clang packages
authorUlrich Spörlein <uqs@FreeBSD.org>
Thu, 26 Nov 2020 14:42:16 +0000 (14:42 +0000)
committerUlrich Spörlein <uqs@FreeBSD.org>
Thu, 26 Nov 2020 14:42:16 +0000 (14:42 +0000)
commitaccf961151a93d8a2248da6196a4988ecebc59b0
tree07ac3be44925c644e876ec695afdfbfd69c25597
parent371f152c7ff76b99acbdf0decf5aa5ca1cc45bd6
GH Actions: Use pre-installed clang packages

Also fix the run by setting up the environment in non-deprecated way.

Always run with --debug to understand better what sort of stuff is happening in
the background. Also split out the bmake bootstrap stage (takes about 31s on
ubuntu, but 1m14 on macOS?)

Drops the dependency on coreutils (realpath, nproc) and thus (?) fixes macOS to
be just as fast (4 logical cores vs 2 physical cores before, go figure.)

Reviewed by: arichardson
.github/workflows/cross-bootstrap-tools.yml
tools/build/make.py