Skip to content

Commit

Permalink
Add support for cloud sync, specifically GCP
Browse files Browse the repository at this point in the history
This adds generic support for sync to cloud services, with specific
spuport for GCP. Adding others -- so long as they support a
compare-and-set operation -- should be comparatively straightforward.

The cloud support includes cleanup of unnecessary data, and should keep
total space usage roughly proportional to the number of tasks.
  • Loading branch information
djmitche committed Jan 20, 2024
1 parent 6f1c16f commit 812d479
Show file tree
Hide file tree
Showing 36 changed files with 3,920 additions and 376 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: "1.65" # MSRV
toolchain: "1.70.0" # MSRV
override: true

- uses: actions-rs/[email protected]
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: "1.65" # MSRV
toolchain: "1.70.0" # MSRV
override: true

- uses: actions-rs/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
rust:
- "1.65" # MSRV
- "1.70.0" # MSRV
- "stable"
os:
- ubuntu-latest
Expand Down
Loading

0 comments on commit 812d479

Please sign in to comment.