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

Re-add PHOTON_BUILD_DEPENDENCIES in x86 CI workflow #610

Conversation

beef9999
Copy link
Collaborator

@beef9999 beef9999 commented Oct 26, 2024

It's been a long time we didn't run DEBUG build and verify PHOTON_BUILD_DEPENDENCIES.

So some warnings appeared.

Add it back in arm CI

if (NOT EXISTS "${URING_LIB_BASE}/liburing.so.${URING_VERSION}")
message(FATAL_ERROR "Requires liburing ${URING_VERSION}. Install it to system or try -D PHOTON_BUILD_DEPENDENCIES=ON")
endif ()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should fix issues like #476 that users have installed liburing system-wide

@beef9999 beef9999 force-pushed the beef9999/add-PHOTON_BUILD_DEPENDENCIES-back-in-CI branch from d4090c4 to e792ddd Compare November 4, 2024 04:46
@lihuiba lihuiba merged commit 45ff630 into alibaba:main Nov 4, 2024
12 checks passed
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