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

Ported cargo-check-each-crate-macos to GitHub actions #5386

Closed
wants to merge 39 commits into from

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    49661ff View commit details
    Browse the repository at this point in the history
  2. removed custom image

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3004f9a View commit details
    Browse the repository at this point in the history
  3. removed forklift

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fb7aabd View commit details
    Browse the repository at this point in the history
  4. added required dependency

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4420a60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a4316c View commit details
    Browse the repository at this point in the history
  6. added another dependency

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d9906f9 View commit details
    Browse the repository at this point in the history
  7. added large runnes

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    33ad0ad View commit details
    Browse the repository at this point in the history
  8. added security label

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    07e8d89 View commit details
    Browse the repository at this point in the history
  9. removed large runner

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    961b20e View commit details
    Browse the repository at this point in the history
  10. added rust to macos-large

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a7fb36b View commit details
    Browse the repository at this point in the history
  11. added nightly

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3a48a80 View commit details
    Browse the repository at this point in the history
  12. switched to xlarge

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    863feea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ebf763e View commit details
    Browse the repository at this point in the history
  14. added a concurrency job remover

    This will cancel the old job when the user pushes a new commit to the PR
    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    295ed88 View commit details
    Browse the repository at this point in the history
  15. removed custom workflow in favor of existing

    A workflow already exists named `Check Cargo Check Runtimes`. We will add this job into that workflow
    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    49027d7 View commit details
    Browse the repository at this point in the history
  16. added macOS runner

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7ff62ba View commit details
    Browse the repository at this point in the history
  17. added brew command first

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a357cdb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    67fddcd View commit details
    Browse the repository at this point in the history
  19. added missing chain

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3844395 View commit details
    Browse the repository at this point in the history
  20. preinstall rust

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b56d4b6 View commit details
    Browse the repository at this point in the history
  21. added missing -y command

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    381bcc8 View commit details
    Browse the repository at this point in the history
  22. added nightly install

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e0d7ab2 View commit details
    Browse the repository at this point in the history
  23. added source

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7a9be7b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dfc3121 View commit details
    Browse the repository at this point in the history
  25. added generic toolchain

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c445a74 View commit details
    Browse the repository at this point in the history
  26. added rustup init

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5635134 View commit details
    Browse the repository at this point in the history
  27. removed old script

    Replaced it for brew's installation
    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    feedc60 View commit details
    Browse the repository at this point in the history
  28. removed time command

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    902919a View commit details
    Browse the repository at this point in the history
  29. manually triggered cargo

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8582114 View commit details
    Browse the repository at this point in the history
  30. renamed job

    Co-authored-by: Bastian Köcher <git@kchr.de>
    Bullrich and bkchr committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    173b5f2 View commit details
    Browse the repository at this point in the history
  31. freed some storage

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    11e8565 View commit details
    Browse the repository at this point in the history
  32. fixed invalid array name

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    08f0a6a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d7c6f48 View commit details
    Browse the repository at this point in the history
  34. disabled forklift

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9d1b4f0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fd2ec7e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    db29cd5 View commit details
    Browse the repository at this point in the history
  37. added sourc emethod

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ef27195 View commit details
    Browse the repository at this point in the history
  38. renamed the step

    Bullrich committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    103e1d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. removed if condition

    It is already available in the needed step.
    Bullrich committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f29dc35 View commit details
    Browse the repository at this point in the history