Skip to content

Commit

Permalink
Fix sqlx version
Browse files Browse the repository at this point in the history
Signed-off-by: deniallugo <[email protected]>
  • Loading branch information
Deniallugo committed Aug 18, 2021
1 parent 34416e9 commit 4dc97e7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 97 deletions.
47 changes: 0 additions & 47 deletions docker/ci-integration-test/Dockerfile

This file was deleted.

48 changes: 0 additions & 48 deletions docker/ci-integration-test/entrypoint.sh

This file was deleted.

2 changes: 1 addition & 1 deletion docs/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ sudo apt install build-essential
Also, we need `[sqlx](https://github.com/launchbadge/sqlx)` CLI (it is used to generate database wrappers):

```bash
cargo install --version=0.2.0 sqlx-cli
cargo install --version=0.5.5 sqlx-cli
```

If you face an error `Could not find directory of OpenSSL installation`, then you should do the following.
Expand Down
1 change: 0 additions & 1 deletion infrastructure/zk/src/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const IMAGES = [
'ci',
'exit-tool',
'dev-liquidity-token-watcher',
'ci-integration-test',
'zk-environment',
'event-listener',
'data-restore'
Expand Down

0 comments on commit 4dc97e7

Please sign in to comment.