This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/civetweb_integration
by this push:
new ed8c00fe mdnsresponder conan package is not supported on macOS.
ed8c00fe is described below
commit ed8c00feaca741b5e4365a43e3dd4e8525cac6bd
Author: PengZheng <[email protected]>
AuthorDate: Sun Feb 5 12:35:55 2023 +0800
mdnsresponder conan package is not supported on macOS.
---
.github/workflows/macos.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 792bfa1b..6878987d 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -50,7 +50,7 @@ jobs:
source deactivate_run.sh
- name: Test Installed Celix
run: |
- conan create -pr:b default -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:build_all=True -o
celix:celix_cxx17=True -o celix:celix_install_deprecated_api=True
--require-override=libcurl/7.64.1 --require-override=openssl/1.1.1s .
+ conan create -pr:b default -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:build_all=True -o
celix:celix_cxx17=True -o celix:celix_install_deprecated_api=True -o
celix:build_shell_bonjour=False --require-override=libcurl/7.64.1
--require-override=openssl/1.1.1s .
build-brew:
runs-on: macOS-latest