You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE: main.yml might fail due to changes in GitHub runner configuration.
Please provide a reproduction of the bug:
main.yml is used to PR validation.
It might fail incidentally due to changes in GitHub runner configuration - for example due to change of clang version:
FAIL: requires clang-format version==14.0
or new default compiler settings:
libpmem.c:131:34: error: cast from 'pmem_log_function *' (aka 'void (*)(enum pmem_log_level, const char *, unsigned int, const char *, const char *)') to 'core_log_function *' (aka 'void (*)(enum core_log_level, const char *, unsigned int, const char *, const char *)') converts to incompatible function type [-Werror,-Wcast-function-type-strict]
131 | int ret = core_log_set_function((core_log_function *)log_function);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ISSUE:
main.yml
might fail due to changes in GitHub runner configuration.Please provide a reproduction of the bug:
main.yml
is used to PR validation.It might fail incidentally due to changes in GitHub runner configuration - for example due to change of clang version:
or new default compiler settings:
https://github.com/pmem/pmdk/actions/runs/12829605544
Such changes should be detected sooner than on PR validation.
That means
main.yml
workflow shall be run regularly.Additional information about Priority and Help Requested:
Are you willing to submit a pull request with a proposed change? (Yes, No) Yes
Requested priority: (Showstopper, High, Medium, Low) Medium
The text was updated successfully, but these errors were encountered: