Skip to content

Commit

Permalink
Remove services that need protoc
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Dec 28, 2023
1 parent 85797f5 commit c22c2bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/bindings_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ jobs:
target: [x86_64, aarch64, armv7l]
steps:
- uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand All @@ -83,11 +78,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: PyO3/maturin-action@v1
with:
working-directory: "bindings/python"
Expand All @@ -103,11 +93,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: PyO3/maturin-action@v1
with:
working-directory: "bindings/python"
Expand Down
6 changes: 4 additions & 2 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ services-all = [
"services-cacache",
"services-dashmap",
"services-dropbox",
"services-etcd",
# FIXME this service need protoc
# "services-etcd",
# FIXME this requires a preinstalled fdb library
# "services-foundationdb",
# "services-ftp",
Expand All @@ -76,7 +77,8 @@ services-all = [
"services-sled",
"services-supabase",
"services-swift",
"services-tikv",
# FIXME this service need protoc
# "services-tikv",
"services-vercel-artifacts",
"services-wasabi",
"services-mongodb",
Expand Down

0 comments on commit c22c2bb

Please sign in to comment.