This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch support/2.4
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/support/2.4 by this push:
new 114c8a80 Turn off build_shell_bonjour for macOS in conan_create.yml.
114c8a80 is described below
commit 114c8a8068bf9fb7a5bc14d6e37403953009457a
Author: PengZheng <[email protected]>
AuthorDate: Sat Nov 4 17:01:37 2023 +0800
Turn off build_shell_bonjour for macOS in conan_create.yml.
---
.github/workflows/conan_create.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/conan_create.yml
b/.github/workflows/conan_create.yml
index 575cab42..827a1cc3 100644
--- a/.github/workflows/conan_create.yml
+++ b/.github/workflows/conan_create.yml
@@ -113,7 +113,7 @@ jobs:
conan create . -c tools.cmake.cmaketoolchain:generator=Ninja -b
missing -o celix/*:build_all=True -o celix/*:enable_ccache=True -pr:b default
-pr:h default -s:b build_type=Release -s:h build_type=Release -tf
examples/conan_test_package_v2 -o celix/*:celix_cxx17=True -o
celix/*:celix_install_deprecated_api=True
- name: Dependency Deduction Test
run: |
- conan inspect . | awk 'BEGIN { FS="[\t:]+"; output=0 } /build/ &&
!/build_all/ && !/build_rsa_remote_service_admin_shm_v2/ &&
!/build_rsa_discovery_zeroconf/ { if(output) print $1} /^options/ {output=1}
/^options_definitions/ {output=0}' | while read option; do conan build . -c
tools.cmake.cmaketoolchain:generator=Ninja -b missing -o celix/*:${option}=True
-pr:b default -pr:h default -s:b build_type=Release -s:h build_type=Release
-of ${option}_dir -o celix/*:celix_cxx17=Tru [...]
+ conan inspect . | awk 'BEGIN { FS="[\t:]+"; output=0 } /build/ &&
!/build_all/ && !/build_rsa_remote_service_admin_shm_v2/ &&
!/build_rsa_discovery_zeroconf/ && !/build_shell_bonjour/ { if(output) print
$1} /^options/ {output=1} /^options_definitions/ {output=0}' | while read
option; do conan build . -c tools.cmake.cmaketoolchain:generator=Ninja -b
missing -o celix/*:${option}=True -pr:b default -pr:h default -s:b
build_type=Release -s:h build_type=Release -of ${option}_dir [...]
- name: Remove Celix
run: |
conan remove -c celix/*