summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-08 09:49:19 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-08 10:27:53 +0200
commit3a5b22e3b5e5271fb5e336169a917de3e057b7fb (patch)
treee0362c19c4e3668a32cf9d9cf8fed6d7cadb517f /azure
parentd0d9c3a9806bbcdea19505cdd7f72b4aca50c5a5 (diff)
downloadphp-git-3a5b22e3b5e5271fb5e336169a917de3e057b7fb.tar.gz
Revert "Manually build re2c on macos"
This reverts commit 9bbe236f6adead060d83c87a581674f4917db3de.
Diffstat (limited to 'azure')
-rw-r--r--azure/macos/brew.yml11
1 files changed, 2 insertions, 9 deletions
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'