File tree 1 file changed +3
-13
lines changed
1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ parameters:
2
2
packages : ' '
3
3
4
4
steps :
5
- - script : brew update
6
- displayName : ' Update Homebrew'
7
5
- script : |
8
6
brew install pkg-config \
9
7
autoconf \
10
- bison
8
+ bison \
9
+ re2c
11
10
displayName: 'Install Build Tools'
12
11
- script : |
13
12
brew install openssl@1.1 \
@@ -24,20 +23,11 @@ steps:
24
23
zlib \
25
24
t1lib \
26
25
gd \
26
+ libzip \
27
27
gmp \
28
28
tidyp \
29
29
libxml2 \
30
30
libxslt \
31
31
postgresql
32
- # Make sure we don't get broken libzip 1.7.0
33
- brew upgrade libzip
34
32
brew link icu4c gettext --force
35
33
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'
You can’t perform that action at this time.
0 commit comments