Skip to content

Commit

Permalink
[CI][macOS]: disable protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed May 20, 2024
1 parent e08d2ab commit 54940a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ task:
pkg-config
postgresql@14
proj
protobuf-c
sfcgal
- ./autogen.sh
- ./configure --without-gui --without-interrupt-tests --without-topology --without-raster --with-sfcgal --with-address-standardizer --with-protobuf --with-pgconfig=/opt/homebrew/opt/postgresql@14/bin/pg_config
- ./configure --without-gui --without-interrupt-tests --without-topology --without-raster --with-sfcgal --with-address-standardizer --without-protobuf --with-pgconfig=/opt/homebrew/opt/postgresql@14/bin/pg_config
- brew services start postgresql@14
- postgres -V
- make -j8 || { brew services stop postgresql@14; exit 1;}
Expand Down

0 comments on commit 54940a2

Please sign in to comment.