diff --git a/.github/workflows/summa-embed-py.yaml b/.github/workflows/summa-embed-py.yaml index 29696f2a..0e1edd00 100644 --- a/.github/workflows/summa-embed-py.yaml +++ b/.github/workflows/summa-embed-py.yaml @@ -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 @@ -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: @@ -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: @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 859c09d4..270b797c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/Dockerfile b/Dockerfile index a65af676..53871b4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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