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

bear: fix #279035

Merged
merged 4 commits into from
Jan 26, 2024
Merged

bear: fix #279035

merged 4 commits into from
Jan 26, 2024

Commits on Jan 5, 2024

  1. bear: fix

    The previous build system patch was incomplete and left the `wrapper.d`
    directory empty, leaving Bear unable to pick up any build commands
    at all and breaking the functional test suite, which we also weren't
    running. Switch to overriding CMake flags instead and add the patches
    and dependencies necessary to get the functional tests running to
    prevent a future regression.
    
    I've checked that the instructions in Nix's
    `doc/manual/src/contributing/hacking.md` work after this change,
    which is what started this yak shave in the first place.
    emilazy authored and DieracDelta committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ec4de10 View commit details
    Browse the repository at this point in the history
  2. bear: use ninja

    emilazy authored and DieracDelta committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3637fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a177b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. bear: disable tests

    DieracDelta committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    459e288 View commit details
    Browse the repository at this point in the history