From 4789cc683b9d3e9e79efbd266fe1f10fb394ea51 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 20 Nov 2024 20:53:19 +0100 Subject: [PATCH] Disable cmake re2 workaround on mac --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd53b141..b970d287 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -270,11 +270,6 @@ build-macos-as: tags: [macos-tart] before_script: - 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