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
commit b2193a1f0ae0c4d6ee2e5f6e3623834516bdd540 Author: PengZheng <[email protected]> AuthorDate: Fri Nov 3 11:41:50 2023 +0800 Fix `conan remove` to use Conan2 syntax. (cherry picked from commit 97b81f28c65c1c6061d81081d3eae4da585902ef) --- .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/*
