Skip to content

Commit

Permalink
feature: Implement an initial tokenserver endpoint spike in the sync…
Browse files Browse the repository at this point in the history
…storage-rs codebase. Fix #864

Requires an existing tokenserver mysql db.
  • Loading branch information
fzzzy committed Oct 26, 2020
1 parent c6ea474 commit 72cf6c3
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 3,540 deletions.
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

0 comments on commit 72cf6c3

Please sign in to comment.