Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Actions failing due to asyn #495

Open
MarkRivers opened this issue Oct 1, 2023 · 2 comments
Open

Github Actions failing due to asyn #495

MarkRivers opened this issue Oct 1, 2023 · 2 comments
Assignees

Comments

@MarkRivers
Copy link
Member

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?

@MarkRivers
Copy link
Member Author

@ralphlange can you advise on this?

@mdavidsaver
Copy link
Contributor

An example of setting TIRPC=yes from a ci-script hook:

https://github.com/mdavidsaver/ndwarp/blob/cf1bedfd1497dad85ab628c989b694fae11ab75b/.ci-local/defaults.set#L10

https://github.com/mdavidsaver/ndwarp/blob/cf1bedfd1497dad85ab628c989b694fae11ab75b/.ci-local/asyn-config.sh#L9

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. epics-modules/asyn#187), or from source with eg. #if __has_include(<tirpc/rpc/rpc.h>).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants