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

Refined the definition of build_cache.path and the --build-path behaviour #2673

Merged
merged 13 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. If a build path is specified ignore all build caches

    The complete build will be performed in the specified build path.
    The build artifacts in the build path will be reused for the next build.
    cmaglie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    291d960 View commit details
    Browse the repository at this point in the history
  2. Fixed arguments.CheckFlagsConflicts helper

    Previously it would reject only if ALL the arguments in the given set are used.
    
    Now it rejects if AT LEAST TWO arguments of the given set are used.
    cmaglie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f6e77b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13bca61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98f7608 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    044a2bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    556e54c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2ffeb0 View commit details
    Browse the repository at this point in the history
  8. Add notes in UPGRADING.md

    cmaglie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    661c2cc View commit details
    Browse the repository at this point in the history
  9. Updated integration test

    cmaglie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2a75aa1 View commit details
    Browse the repository at this point in the history
  10. Updated integration test

    cmaglie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bc1521d View commit details
    Browse the repository at this point in the history
  11. Updated integration test

    cmaglie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d6fc941 View commit details
    Browse the repository at this point in the history
  12. Updated integration test

    cmaglie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3747166 View commit details
    Browse the repository at this point in the history
  13. Updated integration test

    cmaglie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ec3a9cd View commit details
    Browse the repository at this point in the history