Skip to content

Commit

Permalink
[ref] Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed May 18, 2024
1 parent e8525bd commit 8dc7556
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/summa-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
package: ["summa-embed-py", "ipfs-hamt-directory-py"]
package: ["summa-embed-py"]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
package: ["summa-embed-py", "ipfs-hamt-directory-py"]
package: ["summa-embed-py"]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
target: [x64, x86]
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
package: ["summa-embed-py", "ipfs-hamt-directory-py"]
package: ["summa-embed-py"]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
target: [ x64 ]
steps:
Expand All @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
package: ["summa-embed-py", "ipfs-hamt-directory-py"]
package: ["summa-embed-py"]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
target: [aarch64, armv7]
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["examples", "ipfs-hamt-directory", "ipfs-hamt-directory-py", "summa-core", "summa-proto", "summa-embed-py", "summa-server", "summa-wasm"]
members = ["examples", "summa-core", "summa-proto", "summa-embed-py", "summa-server", "summa-wasm"]

[profile.release]
lto = true
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ FROM --platform=$BUILDPLATFORM builder AS base-dir
WORKDIR /app
COPY .cargo .cargo
COPY examples examples
COPY ipfs-hamt-directory ipfs-hamt-directory
COPY ipfs-hamt-directory-py ipfs-hamt-directory-py
COPY summa-core summa-core
COPY summa-embed-py summa-embed-py
COPY summa-proto summa-proto
Expand Down

0 comments on commit 8dc7556

Please sign in to comment.