]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
GH Actions: Use pre-installed clang packages
authoruqs <uqs@FreeBSD.org>
Thu, 26 Nov 2020 14:42:16 +0000 (14:42 +0000)
committeruqs <uqs@FreeBSD.org>
Thu, 26 Nov 2020 14:42:16 +0000 (14:42 +0000)
commit5afe096970b19e2d3bc3b44a1a09ae788e33795c
tree07ac3be44925c644e876ec695afdfbfd69c25597
parent504b88bb8ddd0d70d32030ca17ef9daa9c990371
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