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 turbo / improve Rust build caching in GitHub Actions #31464

Merged
merged 42 commits into from Dec 16, 2021
Merged

Commits on Nov 15, 2021

  1. Improve rust ci caching

    jaredpalmer committed Nov 15, 2021
    Copy the full SHA
    67f209d View commit details
    Browse the repository at this point in the history
  2. Add pipeline

    jaredpalmer committed Nov 15, 2021
    Copy the full SHA
    94103a8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1f14c22 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    13c89d6 View commit details
    Browse the repository at this point in the history
  5. Keep local caching

    jaredpalmer committed Nov 15, 2021
    Copy the full SHA
    cc6c849 View commit details
    Browse the repository at this point in the history
  6. Pin version

    jaredpalmer committed Nov 15, 2021
    Copy the full SHA
    a19e63a View commit details
    Browse the repository at this point in the history
  7. Pin version again

    jaredpalmer committed Nov 15, 2021
    Copy the full SHA
    a2f843d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Don't cache target/**

    jaredpalmer committed Nov 16, 2021
    Copy the full SHA
    c004572 View commit details
    Browse the repository at this point in the history
  2. Put back target caching

    jaredpalmer committed Nov 16, 2021
    Copy the full SHA
    8379cde View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d3aedcc View commit details
    Browse the repository at this point in the history
  4. Update .github/workflows/build_test_deploy.yml

    Co-authored-by: Steven <steven@ceriously.com>
    jaredpalmer and styfle committed Nov 16, 2021
    Copy the full SHA
    eaab43b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    303867c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Copy the full SHA
    f0aba54 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27e9a9f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6400f47 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Copy the full SHA
    a1f6c55 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Copy the full SHA
    e4bc43d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Copy the full SHA
    ef05766 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7637298 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Copy the full SHA
    cf3d445 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7beedc5 View commit details
    Browse the repository at this point in the history
  3. Update turbo

    padmaia committed Dec 14, 2021
    Copy the full SHA
    cac518b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ee5023d View commit details
    Browse the repository at this point in the history
  5. Use --cache-dir=

    padmaia committed Dec 14, 2021
    Copy the full SHA
    8fa383d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Use --cache-dir= in all jobs

    padmaia committed Dec 15, 2021
    Copy the full SHA
    6dec2ba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    79d4401 View commit details
    Browse the repository at this point in the history
  3. Add turbo run build-wasm

    padmaia committed Dec 15, 2021
    Copy the full SHA
    7680fe3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f18b526 View commit details
    Browse the repository at this point in the history
  5. Undo accidental format

    padmaia committed Dec 15, 2021
    Copy the full SHA
    c678d7f View commit details
    Browse the repository at this point in the history
  6. Undo accidental format

    padmaia committed Dec 15, 2021
    Copy the full SHA
    3e9cdca View commit details
    Browse the repository at this point in the history
  7. Update yarn.lock

    padmaia committed Dec 15, 2021
    Copy the full SHA
    d5ecfda View commit details
    Browse the repository at this point in the history
  8. Add week to turbo cache key

    padmaia committed Dec 15, 2021
    Copy the full SHA
    d832f3a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    433460e View commit details
    Browse the repository at this point in the history
  10. Fix PR stats

    padmaia committed Dec 15, 2021
    Copy the full SHA
    154b9f9 View commit details
    Browse the repository at this point in the history
  11. More fixes

    padmaia committed Dec 15, 2021
    Copy the full SHA
    1571c90 View commit details
    Browse the repository at this point in the history
  12. Don't run turbo with yarn

    padmaia committed Dec 15, 2021
    Copy the full SHA
    cd783e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Copy the full SHA
    5410010 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    09b8a03 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2ce41fa View commit details
    Browse the repository at this point in the history
  4. Update turbo

    padmaia committed Dec 16, 2021
    Copy the full SHA
    e3e9768 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    95d063b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7d0e324 View commit details
    Browse the repository at this point in the history