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

Add caching of cargo crates to GitHub Actions CI #100

Merged
merged 41 commits into from
Dec 10, 2019
Merged

Add caching of cargo crates to GitHub Actions CI #100

merged 41 commits into from
Dec 10, 2019

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    11b20ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffd572d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a4b5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df2e5ca View commit details
    Browse the repository at this point in the history
  5. Cache target folder

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    20a867e View commit details
    Browse the repository at this point in the history
  6. Trigger build

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    6467248 View commit details
    Browse the repository at this point in the history
  7. Cache .cargo folder

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    9f04062 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e75731 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a44b552 View commit details
    Browse the repository at this point in the history
  10. Cache testing/target folder

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    d027ab1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    219b151 View commit details
    Browse the repository at this point in the history
  12. Revert "Print size of scoop subfolders"

    This reverts commit 219b151.
    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    8e7a0a2 View commit details
    Browse the repository at this point in the history
  13. Install cargo binaries to bin dir

    Instead of caching complete .cargo dir.
    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    aca3bca View commit details
    Browse the repository at this point in the history
  14. Echo PATH

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    ab1a3df View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3ef7130 View commit details
    Browse the repository at this point in the history
  16. Debug

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    79df31c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1318631 View commit details
    Browse the repository at this point in the history
  18. Revert "Debug"

    This reverts commit 79df31c.
    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    4aed41b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d81abaa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    064fca8 View commit details
    Browse the repository at this point in the history
  21. Wip

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    92d703a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8cc97cd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    845c697 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d027b4b View commit details
    Browse the repository at this point in the history
  25. Move binaries to workspace

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    532a3d1 View commit details
    Browse the repository at this point in the history
  26. Wip

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    aaa5a10 View commit details
    Browse the repository at this point in the history
  27. Wip

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    4107d8c View commit details
    Browse the repository at this point in the history
  28. Wip

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    a423fe6 View commit details
    Browse the repository at this point in the history
  29. Remove unneeded mkdir step

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    e46e2cf View commit details
    Browse the repository at this point in the history
  30. Wip

    phil-opp committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    2cf33a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Debug: print PATH

    phil-opp committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    9a728c0 View commit details
    Browse the repository at this point in the history
  2. Debug

    phil-opp committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    9814ea4 View commit details
    Browse the repository at this point in the history
  3. Always reinstall QEMU on Linux

    It needs certain shared libraries.
    phil-opp committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    81f9927 View commit details
    Browse the repository at this point in the history
  4. Debug

    phil-opp committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    02502ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    679a5d0 View commit details
    Browse the repository at this point in the history
  6. Trigger build

    phil-opp committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    bc72174 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1995336 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d6555e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88c3208 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    caa1601 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5bd1454 View commit details
    Browse the repository at this point in the history