Add centos-9-stream compile dockerfile (#153)
Some checks are pending
Build / build (push) Waiting to run

* Add centos-9-stream compile  dockerfile

* Add the link dir for fuse dep

* Update dev.centos9.dockerfile

* Update dev.centos9.dockerfile

* Update dev.centos9.dockerfile

* Update dev.centos9.dockerfile
This commit is contained in:
bugwz
2025-03-12 13:49:54 +08:00
committed by GitHub
parent b71ffc5560
commit b22f7153cc
2 changed files with 48 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
link_directories(/usr/local/lib/x86_64-linux-gnu/)
link_directories(/usr/local/lib/x86_64-linux-gnu/ /usr/lib64 /usr/local/lib64)
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
link_directories(/usr/local/lib/aarch64-linux-gnu/)
link_directories(/usr/local/lib/aarch64-linux-gnu/ /usr/lib64 /usr/local/lib64)
endif()
target_add_lib(hf3fs_fuse common core-app meta-client storage-client fuse3 client-lib-common)