Skip to content

Conversation

nico
Copy link
Contributor

@nico nico commented Sep 20, 2025

Catches lagom CI up with #25035, #25757, #26214.


Another attempt at unborking the mac CI.

@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Sep 20, 2025
@nico
Copy link
Contributor Author

nico commented Sep 23, 2025

Currently fails with

-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project):
  The CMAKE_C_COMPILER:

    /opt/homebrew/opt/llvm/bin/clang

  is not a full path to an existing compiler tool.

  Tell CMake where to find the compiler by setting either the environment
  variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  the compiler, or to the compiler name if it is in the PATH.


CMake Error at CMakeLists.txt:3 (project):
  The CMAKE_CXX_COMPILER:

    /opt/homebrew/opt/llvm/bin/clang++

  is not a full path to an existing compiler tool.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.

I tried both patching in #26074 as well as a simpler change (currently commit 2 on this PR), but those didn't help. Need to figure out what's going on and try again.

@nico
Copy link
Contributor Author

nico commented Sep 23, 2025

Made less urgent by #26217, see the comment over there for a writeup. It'd still be good to figure out how to make this go, if only for Linux. But as mentioned on the other issue, maybe we want to switch the mac bot back over to brew if it works with it after this change.

@nico nico marked this pull request as draft September 23, 2025 11:39
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Sep 23, 2025
Copy link

stale bot commented Oct 14, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!

@stale stale bot added the stale label Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant