y-scope / clp

Compressed Log Processor (CLP) is a free log management tool capable of compressing logs and searching the compressed logs without decompression.
https://yscope.com
Apache License 2.0
871 stars 70 forks source link

GH: macOS build workflow fail. #551

Closed LinZhihao-723 closed 1 month ago

LinZhihao-723 commented 1 month ago

Bug

The macOS workflow failed in recent builds: https://github.com/y-scope/clp/actions/runs/11150711006 Error logs:

==> ./make.bash
==> /usr/local/Cellar/go/1.23.2/bin/go install std cmd
Error: The `brew link` step did not complete successfully
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/go
Target /usr/local/bin/go
is a symlink belonging to go@1.21. You can unlink it:
  brew unlink go@1.21

It might be because Go is already installed and brew attempts to overwrite it.

CLP version

54962a0708daa443c9bdfb3462ed464b65b62886

Environment

GH macOS runner

Reproduction steps

Run the macOS build workflow