Skip to content

Commit 3a5b22e

Browse files
committed
Revert "Manually build re2c on macos"
This reverts commit 9bbe236.
1 parent d0d9c3a commit 3a5b22e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

azure/macos/brew.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ steps:
77
- script: |
88
brew install pkg-config \
99
autoconf \
10-
bison
10+
bison \
11+
re2c
1112
displayName: 'Install Build Tools'
1213
- script: |
1314
brew install [email protected] \
@@ -33,11 +34,3 @@ steps:
3334
brew upgrade libzip
3435
brew link icu4c gettext --force
3536
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)