summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2024-04-07 13:38:32 -0400
committerJoseph Donofry <rubberduckie3554@gmail.com>2024-04-07 13:38:32 -0400
commitdf88eccfb7f4826299a93b30606364a387b23779 (patch)
tree3891f6b4b62d3c48eef27defda9fe11faadaab87
parentUse more cores on windows builds (diff)
downloadnheko-df88eccfb7f4826299a93b30606364a387b23779.tar.xz
Workaround re2 cmake issue on AS runner
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f410930e..b1dea74c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -268,6 +268,11 @@ build-macos-as:
     - brew update-reset
     - unset HOMEBREW_NO_AUTO_UPDATE
     - brew bundle --file .ci/macos/Brewfile
+    ### CMake 3.29 issue with re2 workaround.
+    - brew uninstall cmake
+    - curl "https://raw.githubusercontent.com/Homebrew/homebrew-core/9ae2628ed1337f342960fd6c2598ae69cf057615/Formula/c/cmake.rb" -o /tmp/cmake.rb
+    - brew install -s /tmp/cmake.rb
+    ### End Cmake 3.29 issue with re2 workaround.
     - pipx install aqtinstall
     - pipx ensurepath
     - . ~/.zshrc