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

Improving caching on CircleCI #56

Closed
cecton opened this issue Sep 9, 2021 · 3 comments
Closed

Improving caching on CircleCI #56

cecton opened this issue Sep 9, 2021 · 3 comments
Assignees

Comments

@cecton
Copy link
Contributor

cecton commented Sep 9, 2021

We should change those (in the 3 platform):

            - rust/build:
                # This is prefixed in the orb with 'cargo-'
                cache_version: v2-macos
                crate: --workspace --tests

To do:

  • cargo build --workspace --tests --no-default-features --features otlp-tonic
  • cargo build --workspace --tests --no-default-features --features otlp-tonic,tls
  • cargo build --workspace --tests --no-default-features --features otlp-grpcio (not on windows)
  • cargo build --workspace --tests --no-default-features --features otlp-http
@o0Ignition0o o0Ignition0o transferred this issue from another repository Nov 4, 2021
@abernix
Copy link
Member

abernix commented Nov 23, 2021

@o0Ignition0o I'm curious if you feel like you've perhaps addressed some of this with #151?

@o0Ignition0o
Copy link
Contributor

Tests are now done through xtask and the cache granularity has gotten better, so I'd say we've addressed it

@cecton
Copy link
Contributor Author

cecton commented Nov 24, 2021

Great! Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants