Skip to content

Commit

Permalink
chore: exclude hdfs for building
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Dec 4, 2024
1 parent 4be92a6 commit 6f4fbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Build binaries
shell: bash
run: |
cargo build --release --bins --target ${{ matrix.target }}
cargo build --release --bins --workspace --exclude hdfs --target ${{ matrix.target }}
- name: Build archive client(DEB)
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion dragonfly-client-backend/examples/plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition.workspace = true
publish = false

[lib]
crate-type = ["lib"]
crate-type = ["dylib"]

[dependencies]
dragonfly-client-core.workspace = true
Expand Down

0 comments on commit 6f4fbdd

Please sign in to comment.