8000 Fix asyn build in CI. by gustavosr8 · Pull Request #530 · areaDetector/ADCore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix asyn build in CI. #530

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

Merged
merged 3 commits into from
Apr 23, 2025
Merged

Fix asyn build in CI. #530

merged 3 commits into from
Apr 23, 2025

Conversation

gustavosr8
Copy link
Contributor

No description provided.

GitHub Actions runners lack libtirpc-dev by default, causing missing
rpc.h errors during ASYN dependency preparation. Install libtirpc-dev
unconditionally for all Linux jobs to satisfy ASYN's default TIRPC=YES
configuration [1].

[1] epics-modules/asyn@0ed37b2
Ubuntu-20.04 image is deprecated [1], causing the check to fail. Switch
to ubuntu-22.04 because it's an older distro that's still available as
runner.

[1] actions/runner-images#11101
asyn-config.sh was being used in ASYN_HOOK in order to set TIRPC=YES
when libtirpc headers were found. We don't need to set this anymore
as TIRPC=YES is now the default configure for asyn builds on linux
[1].

[1] epics-modules/asyn@0ed37b2
@MarkRivers MarkRivers merged commit a90376a into areaDetector:master Apr 23, 2025
7 checks passed
@gustavosr8
Copy link
Contributor Author

I forgot to mention that the best way to ensure compatibility with older platforms is to use containers, because this way we are not limited to the availability of github images, but this leads to a more complex development on CI.

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

Successfully merging this pull request may close these issues.

2 participants
0