Skip to content

Toolchain Upgrade: CMake, Conan, GitHub Actions, and more#138

Open
hrz6976 wants to merge 65 commits intopkumod:1.2from
hrz6976:for-merge
Open

Toolchain Upgrade: CMake, Conan, GitHub Actions, and more#138
hrz6976 wants to merge 65 commits intopkumod:1.2from
hrz6976:for-merge

Conversation

@hrz6976
Copy link
Contributor

@hrz6976 hrz6976 commented Jan 13, 2024

Important

This PR is protentially breaking!
With a lot of file restructuring, includes renaming and reordering, the codebase is prone to break after merging this PR.
I'm not able to run the entire test suite, please double check the changes and make sure all tests pass before merge.

Changes in this PR

  • Migrate the build system from hundreds of lines of hard-crafted GNU Makefile to a list of tree-structured CMakefiles.txt.
  • Integrate the Conan package manager to make developers' life easier with 3rd party libraries.
  • Use ninja-build (and optionally mold) for faster compiling and linking.
  • Add GitHub Actions pipelines to 1. test on every commit; 2. draft releases; 3. build docker images; 4. upload docs to cloudflare pages.
  • Add premilary support for loongarch.

TODOs

  • Update the documentation. (will continue in online-docs branch)
  • Add a CI pipeline to automatically build and test gStore on every PR & commit to the default branch.
  • Make all tests run. Still stuck at:
    • 2 - ParserTest (Failed)
    • 4 - TransactionTest (SEGFAULT)
    • 5 - RunTransaction (Failed)
    • 6 - DebugTest (SEGFAULT)

DISCLAIMER

This PR is a part of the course project in PKU's graph data management course.

hrz6976 and others added 30 commits January 13, 2024 23:29
!possibly breaking, tests are required
…ingindex::randomaccess to kvstore::getstringbyid.
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.

4 participants

Comments