Skip to content

makefile: Don't powerset with all-targets#189

Merged
joncinque merged 1 commit intosolana-program:mainfrom
joncinque:powerset-lib
Mar 10, 2026
Merged

makefile: Don't powerset with all-targets#189
joncinque merged 1 commit intosolana-program:mainfrom
joncinque:powerset-lib

Conversation

@joncinque
Copy link
Contributor

Problem

The powerset check is a bit useless because it enables --all-targets, which includes dev-dependencies, which can often enable additional features.

Summary of changes

Remove --all-targets from the powerset job.

#### Problem

The powerset check is a bit useless because it enables `--all-targets`,
which includes dev-dependencies, which can often enable additional
features.

#### Summary of changes

Remove `--all-targets` from the powerset job.
@joncinque joncinque merged commit d6e839b into solana-program:main Mar 10, 2026
51 checks passed
@joncinque joncinque deleted the powerset-lib branch March 10, 2026 16:34
@febo
Copy link
Contributor

febo commented Mar 10, 2026

We probably want to do the same on the SDK, right?

https://github.com/anza-xyz/solana-sdk/blob/master/scripts/check-hack.sh#L8

@joncinque
Copy link
Contributor Author

I think that check is ok since the powerset check doesn't enable --all-targets https://github.com/anza-xyz/solana-sdk/blob/cca58cf771a791595d12c9564d0dd3579ce700bb/scripts/check-powerset.sh#L8

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.

3 participants