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

env: do not recursively init XiangShan #42

Merged
merged 1 commit into from
Apr 13, 2024

Commits on Apr 13, 2024

  1. env: do not recursively init XiangShan

    XiangShan contains multiple copies of rocket-chip, huancun, and other
    submodules in its submodule. If we execute `git submodule update --init
    --recursive` on XiangShan, we will get multiple copies of these modules and
    even have different versions. But in the mill file, we will only choose one
    to compile. This behavior will confuse the developers, and they need to
    exclude these modules when doing a full-text search on the XiangShan
    folder. But we can get this solved by not recursively init the XiangShan
    submodule.
    cyyself committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    6601b60 View commit details
    Browse the repository at this point in the history