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 97b81f28 Fix `conan remove` to use Conan2 syntax.
97b81f28 is described below
commit 97b81f28c65c1c6061d81081d3eae4da585902ef
Author: PengZheng <[email protected]>
AuthorDate: Fri Nov 3 11:41:50 2023 +0800
Fix `conan remove` to use Conan2 syntax.
---
.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 e199dd8c..575cab42 100644
--- a/.github/workflows/conan_create.yml
+++ b/.github/workflows/conan_create.yml
@@ -116,4 +116,4 @@ jobs:
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/*'
+ conan remove -c celix/*