This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch feature/refactor_bundle_cache
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/refactor_bundle_cache 
by this push:
     new 04fae834 Use Debug for build-apt.
04fae834 is described below

commit 04fae834d3657003b5b44a06baf89ccf2ebeb3c7
Author: PengZheng <[email protected]>
AuthorDate: Tue Feb 7 14:28:46 2023 +0800

    Use Debug for build-apt.
---
 .github/workflows/ubuntu.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 1f9a3e94..51d9a077 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -105,7 +105,7 @@ jobs:
           -DRSA_SHM=ON
           -DRSA_REMOTE_SERVICE_ADMIN_SHM_V2=ON
           -DSHELL_BONJOUR=ON
-          -DCMAKE_BUILD_TYPE=Release
+          -DCMAKE_BUILD_TYPE=Debug
       run: |
         mkdir build install
         cd build

Reply via email to