Skip to content

Commit

Permalink
fix: Exclude wasmer-swift from build-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 5, 2024
1 parent 9b4b843 commit fd9ed16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ else
endif

build-docs:
$(CARGO_BINARY) doc $(CARGO_TARGET_FLAG) --release $(compiler_features) --document-private-items --no-deps --workspace --exclude wasmer-c-api --locked
$(CARGO_BINARY) doc $(CARGO_TARGET_FLAG) --release $(compiler_features) --document-private-items --no-deps --workspace --exclude wasmer-c-api --exclude wasmer-swift --locked

# The tokio crate was excluded from the docs build because the code (which is not under our control)
# does not currently compile its docs successfully
Expand Down

0 comments on commit fd9ed16

Please sign in to comment.