Skip to content

Commit 382cb2e

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Revert "Update libzip on macos" Revert "Manually build re2c on macos"
2 parents d30a648 + 5a201dd commit 382cb2e

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

azure/macos/brew.yml

+3-13
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ parameters:
22
packages: ''
33

44
steps:
5-
- script: brew update
6-
displayName: 'Update Homebrew'
75
- script: |
86
brew install pkg-config \
97
autoconf \
10-
bison
8+
bison \
9+
re2c
1110
displayName: 'Install Build Tools'
1211
- script: |
1312
brew install openssl@1.1 \
@@ -24,20 +23,11 @@ steps:
2423
zlib \
2524
t1lib \
2625
gd \
26+
libzip \
2727
gmp \
2828
tidyp \
2929
libxml2 \
3030
libxslt \
3131
postgresql
32-
# Make sure we don't get broken libzip 1.7.0
33-
brew upgrade libzip
3432
brew link icu4c gettext --force
3533
displayName: 'Install Build Dependencies'
36-
- script: |
37-
wget https://github.com/skvadrik/re2c/releases/download/2.0.1/re2c-2.0.1.tar.xz
38-
tar -xf re2c-2.0.1.tar.xz
39-
cd re2c-2.0.1
40-
./configure
41-
make -j$(sysctl -n hw.ncpu)
42-
make install
43-
displayName: 'Build re2c'

0 commit comments

Comments
 (0)