From 3a5b22e3b5e5271fb5e336169a917de3e057b7fb Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 8 Sep 2020 09:49:19 +0200 Subject: Revert "Manually build re2c on macos" This reverts commit 9bbe236f6adead060d83c87a581674f4917db3de. --- azure/macos/brew.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'azure/macos') diff --git a/azure/macos/brew.yml b/azure/macos/brew.yml index fb8b9ace2d..02cb736d02 100644 --- a/azure/macos/brew.yml +++ b/azure/macos/brew.yml @@ -7,7 +7,8 @@ steps: - script: | brew install pkg-config \ autoconf \ - bison + bison \ + re2c displayName: 'Install Build Tools' - script: | brew install openssl@1.1 \ @@ -33,11 +34,3 @@ steps: brew upgrade libzip brew link icu4c gettext --force displayName: 'Install Build Dependencies' - - script: | - wget https://github.com/skvadrik/re2c/releases/download/2.0.1/re2c-2.0.1.tar.xz - tar -xf re2c-2.0.1.tar.xz - cd re2c-2.0.1 - ./configure - make -j$(sysctl -n hw.ncpu) - make install - displayName: 'Build re2c' -- cgit v1.2.1