We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d30a648 + 5a201dd commit 382cb2eCopy full SHA for 382cb2e
azure/macos/brew.yml
@@ -2,12 +2,11 @@ parameters:
2
packages: ''
3
4
steps:
5
- - script: brew update
6
- displayName: 'Update Homebrew'
7
- script: |
8
brew install pkg-config \
9
autoconf \
10
- bison
+ bison \
+ re2c
11
displayName: 'Install Build Tools'
12
13
brew install [email protected] \
@@ -24,20 +23,11 @@ steps:
24
23
zlib \
25
t1lib \
26
gd \
+ libzip \
27
gmp \
28
tidyp \
29
libxml2 \
30
libxslt \
31
postgresql
32
- # Make sure we don't get broken libzip 1.7.0
33
- brew upgrade libzip
34
brew link icu4c gettext --force
35
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