Skip to content

Exclude tools packages from cargo default members#521

Merged
tillrohrmann merged 1 commit intorestatedev:mainfrom
tillrohrmann:issue#520
Jun 22, 2023
Merged

Exclude tools packages from cargo default members#521
tillrohrmann merged 1 commit intorestatedev:mainfrom
tillrohrmann:issue#520

Conversation

@tillrohrmann
Copy link
Copy Markdown
Contributor

@tillrohrmann tillrohrmann commented Jun 21, 2023

In order to not build the tools packages, they are not part of the default members. Moreover, this commit introduces a new just command build-tools which builds the tools.

We use --workspace for the just clippy command in order to include all tools packages in the clippy phase (they are being compiled).

This fixes #520.

In order to not build the tools packages, they are not part of the default
members. Moreover, this commit introduces a new just command build-tools which
builds the tools.

We use --workspace for the just clippy command in order to include all tools
packages in the clippy phase (they are being compiled).

This fixes #520.
@tillrohrmann tillrohrmann merged commit 389ce22 into restatedev:main Jun 22, 2023
@tillrohrmann tillrohrmann deleted the issue#520 branch June 22, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't include wireshark dissector in built by default

2 participants