Skip to content

Commit

Permalink
Merge pull request #540 from tursodatabase/lucio/fix-protobuf
Browse files Browse the repository at this point in the history
Remove build.rs for replication
  • Loading branch information
LucioFranco authored Oct 31, 2023
2 parents 71e289b + aa8062d commit c032b9f
Show file tree
Hide file tree
Showing 8 changed files with 1,381 additions and 34 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

env:
CARGO_TERM_COLOR: always
PROTOC_VERSION: 3.23.4
# FIXME: There are some warnings depending on certain feature flags that
# we need to fix before we can enable this.
# RUSTFLAGS: "-D warnings"

jobs:
checks:
Expand Down Expand Up @@ -104,6 +108,11 @@ jobs:
- name: Install deps
run: sudo apt update && sudo apt install -y libclang-dev

- name: Install protoc
uses: taiki-e/install-action@v2
with:
tool: protoc@${{ env.PROTOC_VERSION }}

- uses: actions/checkout@v3

- name: Set up cargo cache
Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions libsql-replication/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ async-stream = "0.3.5"
arbitrary = { version = "1.3.0", features = ["derive_arbitrary"] }
bincode = "1.3.3"
tempfile = "3.8.0"

[build-dependencies]
prost-build = "0.12.0"
protobuf-src = "1.1.0"
tonic-build = "0.10"
28 changes: 0 additions & 28 deletions libsql-replication/build.rs

This file was deleted.

Loading

0 comments on commit c032b9f

Please sign in to comment.