Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-10455

[Rust] Fix CI cache misses on windows

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Rust

    Description

      Currently the CI for windows is not correctly caching. Specifically, the key used to cache is always the same, irrespectively of the files that were changed. Consequently, the build is not leveraging cache.

       

      Example: https://github.com/apache/arrow/runs/1336703057

      Run actions/cache@v1
      with:
          path: rust/target
          key: windows-rust-
          restore-keys: windows-rust-
      

      note how the key does not contain the files hash.

      Attachments

        Issue Links

          Activity

            People

              jorgecarleitao Jorge Leitão
              jorgecarleitao Jorge Leitão
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 50m
                  50m