Skip to content

Commit

Permalink
Warm cache try again again
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunn1313 committed May 9, 2024
1 parent 8f4eaf0 commit 8937bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ runs:
# Only cache the `.cargo` directory; not build artifacts.
cache-targets: "false"
cache-provider: "buildjet"
prefix-key: "v1-rust" # TODO(nipunn) remove
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ codegen-units = 16

[profile.dev.package.digest]
opt-level = 3
codegen-units = 8
codegen-units = 16

[profile.dev.package.num-bigint-dig]
opt-level = 3
Expand Down

0 comments on commit 8937bbc

Please sign in to comment.