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 4e7709b4 mdnsresponder conan package is not supported on macOS.
4e7709b4 is described below
commit 4e7709b477a0a4282c075ba8544edec9ac3e1f78
Author: PengZheng <[email protected]>
AuthorDate: Sun Feb 5 12:51:48 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 6878987d..53e88dcd 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 -o
celix:build_shell_bonjour=False --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 --require-override=libcurl/7.64.1
--require-override=openssl/1.1.1s .
build-brew:
runs-on: macOS-latest