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

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

Open
wants to merge 65 commits into
base: 1.2
Choose a base branch
from

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