Skip to content

Re-add PHOTON_BUILD_DEPENDENCIES in CI workflow#608

Closed
beef9999 wants to merge 1 commit intoalibaba:mainfrom
beef9999:beef9999/minor-37
Closed

Re-add PHOTON_BUILD_DEPENDENCIES in CI workflow#608
beef9999 wants to merge 1 commit intoalibaba:mainfrom
beef9999:beef9999/minor-37

Conversation

@beef9999
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread CMake/Finduring.cmake
get_filename_component(URING_LIB_BASE ${URING_LIBRARIES} DIRECTORY)
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 () No newline at end of file
Copy link
Copy Markdown
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

Comment thread .github/workflows/ci.linux.x86_64.yml Outdated
-D PHOTON_ENABLE_FUSE=ON \
-D PHOTON_ENABLE_URING=ON \
-D PHOTON_ENABLE_EXTFS=ON \
-D PHOTON_BUILD_DEPENDENCIES=ON
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Since we have been using custom image, at least keep one CI to verify PHOTON_BUILD_DEPENDENCIES.

@beef9999 beef9999 force-pushed the beef9999/minor-37 branch 6 times, most recently from d5071c6 to f19b113 Compare October 26, 2024 14:20
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.

1 participant