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

Improve/fix CI #279

Merged
merged 7 commits into from
Aug 30, 2023
Merged

Improve/fix CI #279

merged 7 commits into from
Aug 30, 2023

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    792c5ac View commit details
    Browse the repository at this point in the history
  2. Improve build.rs STDERR logging

    - Remove `set +x`
    - Use GitHub Action's log grouping feature
      - See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions
    cyqsimon committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    21c8953 View commit details
    Browse the repository at this point in the history
  3. Don't use mapfile to be compatible with Bash 3 on MacOS

    This does assume that the path `target/*/build/bandwhich-*/stderr` contains no
    spaces, but it should be fine.
    cyqsimon committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    aabff42 View commit details
    Browse the repository at this point in the history
  4. Install pcap on Windows

    cyqsimon committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    366ec34 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Test MSRV

    cyqsimon committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    9660483 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Set correct MSRV (1.70.0)

    cyqsimon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b1e31d4 View commit details
    Browse the repository at this point in the history
  2. Fix stuck CI on Windows

    cyqsimon committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bfb2fbe View commit details
    Browse the repository at this point in the history