Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove Makefile PACKAGES #852

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Oct 10, 2022

I noticed that we no longer need a Makefile PACKAGES variable because this repo doesn't contain a /simulation directory. We removed sims from workflows in #697 but there wasn't a /simulation directory then either.

This makes the make test command easier to copy + paste (if for instance you want to add a trailing -count=1 flag to disable the cache)

Note: cosmos-sdk uses PACKAGE variables here but celestia-app doesn't appear to need this extra complexity

@rootulp rootulp added the chore optional label for items that follow the `chore` conventional commit label Oct 10, 2022
@rootulp rootulp self-assigned this Oct 10, 2022
@rootulp rootulp merged commit 5885894 into celestiaorg:main Oct 10, 2022
@rootulp rootulp deleted the rp/makefile-remove-packages branch October 10, 2022 15:30
rach-id pushed a commit to rach-id/celestia-app that referenced this pull request Nov 16, 2022
I noticed that we no longer need a Makefile `PACKAGES` variable because
this repo doesn't contain a `/simulation` directory. We removed sims
from workflows in celestiaorg#697
but there wasn't a `/simulation` directory then either.

This makes the `make test` command easier to copy + paste (if for
instance you want to add a trailing `-count=1` flag to disable the
cache)

Note: cosmos-sdk uses PACKAGE variables
[here](https://github.com/cosmos/cosmos-sdk/blob/main/Makefile#L3-L4)
but celestia-app doesn't appear to need this extra complexity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore optional label for items that follow the `chore` conventional commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants