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 * * *'
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 * * *
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
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
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
+#
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
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