Open MarkRivers opened 1 year ago
@ralphlange can you advise on this?
An example of setting TIRPC=yes
from a ci-script hook:
Although I think a more efficient, although more complex, solution would be for asyn to auto-detect when tirpc is needed. Either from make (cf. https://github.com/epics-modules/asyn/pull/187), or from source with eg. #if __has_include(<tirpc/rpc/rpc.h>)
.
Github actions fails because asyn fails to build due to TIRPC issue.
Is there a way to change the asyn build for Github Actions for ADCore to set CONFIG_SITE to use tirpc?