This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch hotfix/conan-macos
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/hotfix/conan-macos by this
push:
new d64478da Turn off unsupported module for mac-build of conan_create.yml.
d64478da is described below
commit d64478daf4e60e3b1e5cd71dffc74c830d2882e0
Author: PengZheng <[email protected]>
AuthorDate: Fri Nov 3 11:15:41 2023 +0800
Turn off unsupported module for mac-build of 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 21d0523c..e199dd8c 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/ { 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=True -o celix/*:enable_ccache=True -o
celix/*:celix_install_deprecated_api=True || [...]
+ 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 [...]
- name: Remove Celix
run: |
conan remove -f 'celix/*'