This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch
hotfix/container_bundle_copies_do_not_trigger
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/hotfix/container_bundle_copies_do_not_trigger by this push:
new 86463948 Enable ninja build for ubuntu-build-conan.
86463948 is described below
commit 86463948c5c3357311d2225232764e8e0ebeff1b
Author: PengZheng <[email protected]>
AuthorDate: Wed Jul 26 14:03:42 2023 +0800
Enable ninja build for ubuntu-build-conan.
---
.github/workflows/ubuntu.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 86f6dddb..85e0da12 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -56,6 +56,7 @@ jobs:
env:
CC: ${{ matrix.compiler[0] }}
CXX: ${{ matrix.compiler[1] }}
+ CONAN_CMAKE_GENERATOR: ninja
run: |
conan build . -bf build --configure
conan build . -bf build --build
@@ -69,6 +70,7 @@ jobs:
env:
CC: ${{ matrix.compiler[0] }}
CXX: ${{ matrix.compiler[1] }}
+ CONAN_CMAKE_GENERATOR: ninja
run: |
conan create -pr:b release -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:celix_cxx17=True -o
celix:celix_install_deprecated_api=True --require-override=libcurl/7.64.1
--require-override=openssl/1.1.1s .