$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-04-30 16:52:25
John Maddock wrote:
> It does however require discipline to not trigger useless builds (or cancel them
> when they happen), ...
For heavy CI workloads, setting up ccache correctly helps a lot in these cases.