On 5/25/24 3:15 AM, Bruno Haible wrote:
> The Solaris 11.4 test run on GitHub is taking 4 hours, whereas it's only
> 1 hour (at most) on the other platforms.
> 
> In order to investigate this, I attached a time stamp to each output line:
> 
>   $make 2>&1 | gawk '{ print strftime("%H:%M:%S"), $0; fflush(); }' | tee log2
>   $make check 2>&1 | gawk '{ print strftime("%H:%M:%S"), $0; fflush(); }' | 
> tee log3

Good catch, thanks. I'm not sure how long this would have taken to get
caught without CI.

Collin

Reply via email to