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

CI: Use run_task from maintainer tools #682

Merged
merged 4 commits into from
Jul 14, 2024

Commits on Jul 12, 2024

  1. bitcoind-tests: Remove borrow

    Do as clippy says, remove the borrow.
    tcharding committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5ace61f View commit details
    Browse the repository at this point in the history
  2. Add recent/minimal lock files and tooling

    As we do in `rust-bitcoin` add two lock files, one with minimal
    dependency version numbers and one with recent dependency version
    numbers
    
    The minimal was created using `-Z minimal-versions` then tested by
    building with `RUSTUP_TOOLCHAIN=1.56.1 cargo --locked check`.
    
    The recent was created by the `contrib/test.sh` script with MSRV
    toolchain.
    
    Add script to update the lock files and a `just` command to run it.
    tcharding committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    74b68ed View commit details
    Browse the repository at this point in the history
  3. CI: Move bitcoind test to a separate script

    Done in preparation for using the new maintainer tools script.
    
    Pull the bitoind test out into a separate script because it is specific
    to this repo.
    
    No change in test coverage.
    tcharding committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2fd47f2 View commit details
    Browse the repository at this point in the history
  4. CI: Use script from rust-bitcoin-maintainer-tools

    We have a CI script in the `rust-bitcoin-maintainer-tools` repository,
    lets use it.
    tcharding committed Jul 12, 2024
    1 Configuration menu
    Copy the full SHA
    6fffb8b View commit details
    Browse the repository at this point in the history