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

feat: Implement rudimentary tokenserver route in syncstorage-rs #871

Merged
merged 14 commits into from
Nov 5, 2020
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ commands:
rustup component add rustfmt
cargo install cargo-audit
rustup component add clippy
setup-python:
steps:
- run:
name: Setup python
command: |
sudo apt-get update && sudo apt-get install -y python3-dev python3-pip
pip3 install tokenlib
rust-check:
steps:
- run:
Expand Down Expand Up @@ -157,6 +164,7 @@ jobs:
fi
- checkout
- setup-rust
- setup-python
- setup-gcp-grpc
# XXX: currently the time needed to setup-sccache negates its savings
#- setup-sccache
Expand Down
Loading