[GitHub] [celix] PengZheng commented on a diff in pull request #472: Feature/update GitHub actions

2023-01-18 Thread GitBox
PengZheng commented on code in PR #472: URL: https://github.com/apache/celix/pull/472#discussion_r1073250811 ## .github/workflows/macos.yml: ## @@ -1,41 +1,75 @@ name: Celix MacOS -on: [push, pull_request] +on: + push: + pull_request: + schedule: +- cron: '0 0 * * *'

[GitHub] [celix] PengZheng commented on a diff in pull request #472: Feature/update GitHub actions

2023-01-18 Thread GitBox
PengZheng commented on code in PR #472: URL: https://github.com/apache/celix/pull/472#discussion_r1073256366 ## .github/workflows/ubuntu.yml: ## @@ -1,37 +1,76 @@ name: Celix Ubuntu -on: [push, pull_request] +on: + push: + pull_request: + schedule: +- cron: '0 0 * * *

[GitHub] [celix] PengZheng commented on a diff in pull request #472: Feature/update GitHub actions

2023-01-18 Thread GitBox
PengZheng commented on code in PR #472: URL: https://github.com/apache/celix/pull/472#discussion_r1073273875 ## .github/workflows/macos.yml: ## @@ -17,6 +17,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: Install conan run: | + brew update Rev

[GitHub] [celix] PengZheng commented on a diff in pull request #472: Feature/update GitHub actions

2023-01-18 Thread GitBox
PengZheng commented on code in PR #472: URL: https://github.com/apache/celix/pull/472#discussion_r1073273875 ## .github/workflows/macos.yml: ## @@ -17,6 +17,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: Install conan run: | + brew update Rev

[GitHub] [celix] PengZheng commented on a diff in pull request #472: Feature/update GitHub actions

2023-01-18 Thread GitBox
PengZheng commented on code in PR #472: URL: https://github.com/apache/celix/pull/472#discussion_r1073394354 ## conanfile.py: ## @@ -229,6 +231,14 @@ def requirements(self): self.requires("czmq/4.2.0") self.options['czmq'].shared = True +#

[GitHub] [celix] codecov-commenter commented on pull request #472: Feature/update GitHub actions

2023-01-18 Thread GitBox
codecov-commenter commented on PR #472: URL: https://github.com/apache/celix/pull/472#issuecomment-1396396294 # [Codecov](https://codecov.io/gh/apache/celix/pull/472?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+F

[GitHub] [celix] PengZheng commented on issue #471: CI build issues on macOS

2023-01-18 Thread GitBox
PengZheng commented on issue #471: URL: https://github.com/apache/celix/issues/471#issuecomment-1396430144 syslog writer test is also failing on Ubuntu: https://github.com/apache/celix/actions/runs/3955237372/jobs/6773345149 -- This is an automated message from the Apache Git Service. T