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

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

commit bc6b665f1db833a4dc67afee6818f0345fe740b7
Author: Pepijn Noltes <[email protected]>
AuthorDate: Fri Jan 13 11:01:08 2023 +0100

    Add issue nr to adjusted github ci config
---
 .github/workflows/macos.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 178cb837..f6991eb6 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
 jobs:
 
   build-conan:
-    if: false #issues in pubsub tests, disable for now
+    if: false #See #471
     runs-on: macOS-latest
     timeout-minutes: 120
     steps:
@@ -22,6 +22,7 @@ jobs:
         env:
           CONAN_BUILD_OPTIONS: |
             -o celix:enable_testing=True
+            -o celix:enable_address_sanitizer=True
             -o celix:build_all=True
         run: |
           #force reequire libcurl 7.64.1, due to a sha256 verify issue in 
libcurl/7.87.0
@@ -49,6 +50,7 @@ jobs:
           brew install lcov zeromq czmq cpputest jansson rapidjson libzip
       - name: Build
         env:
+          #syslog disabled and Release not use because of #471
           BUILD_OPTIONS: |
             -DENABLE_TESTING=ON
             -DENABLE_TESTING_DEPENDENCY_MANAGER_FOR_CXX11=ON

Reply via email to