mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Remove MacOS from CirrusCI.
CirrusCI stopped supporting Intel but the arm builds are not working, even with the same steps that work on an arm Mac. Remove to unstick the build pipeline until this can be resolved.
This commit is contained in:
parent
8993267df9
commit
9e29c01891
30
.cirrus.yml
30
.cirrus.yml
@ -62,22 +62,22 @@ freebsd_13_task:
|
||||
|
||||
# MacOS Monterey
|
||||
# ----------------------------------------------------------------------------------------------------------------------------------
|
||||
macos_monterey_task:
|
||||
osx_instance:
|
||||
image: monterey-xcode
|
||||
# macos_monterey_task:
|
||||
# osx_instance:
|
||||
# image: monterey-xcode
|
||||
|
||||
environment:
|
||||
LDFLAGS: -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/libyaml/lib
|
||||
CPPFLAGS: -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/libyaml/include
|
||||
PERL5LIB: /usr/local/opt/perl5/lib/perl5
|
||||
PKG_CONFIG_PATH: /usr/local/opt/libpq/lib/pkgconfig:/usr/local/opt/openssl@1.1/lib/pkgconfig
|
||||
# environment:
|
||||
# LDFLAGS: -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/libyaml/lib
|
||||
# CPPFLAGS: -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/libpq/include -I/usr/local/opt/libxml2/include/libxml2 -I/usr/local/opt/libyaml/include
|
||||
# PERL5LIB: /usr/local/opt/perl5/lib/perl5
|
||||
# PKG_CONFIG_PATH: /usr/local/opt/libpq/lib/pkgconfig:/usr/local/opt/openssl@1.1/lib/pkgconfig
|
||||
|
||||
install_script:
|
||||
- brew install -q pkg-config openssl@1.1 libpq libxml2 libyaml cpanm meson
|
||||
- cpanm --local-lib=/usr/local/opt/perl5 install YAML::XS
|
||||
# install_script:
|
||||
# - brew install -q pkg-config openssl@1.1 libpq libxml2 libyaml cpanm meson
|
||||
# - cpanm --local-lib=/usr/local/opt/perl5 install YAML::XS
|
||||
|
||||
script:
|
||||
- cd .. && ${CIRRUS_WORKING_DIR}/test/test.pl --min-gen --vm=none --vm-max=2 --no-coverage --no-valgrind --module=command --test=backup
|
||||
# script:
|
||||
# - cd .. && ${CIRRUS_WORKING_DIR}/test/test.pl --min-gen --vm=none --vm-max=2 --no-coverage --no-valgrind --module=command --test=backup
|
||||
|
||||
debug_script:
|
||||
- ls -lah ${CIRRUS_WORKING_DIR}
|
||||
# debug_script:
|
||||
# - ls -lah ${CIRRUS_WORKING_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user