Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: unconditionally run all make cmds in CI #1608

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

Merged
merged 1 commit into from
May 19, 2022
Merged

Conversation

coadler
Copy link
Contributor

@coadler coadler commented May 19, 2022

Skips the -B added in #1607

@coadler coadler self-assigned this May 19, 2022
@coadler coadler requested a review from dwahler May 19, 2022 22:30
@@ -133,8 +133,7 @@ jobs:
- name: Install node_modules
run: ./scripts/yarn_install.sh

- name: "make fmt"
run: "make --output-sync -j fmt"
- run: "make --output-sync -j -B fmt"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this -B does anything, since the fmt target and its dependencies are already marked as phony, so they'll already be rebuilt every time. Shouldn't hurt, though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think you're right, but I'd rather just have them all with -B as a convention.

@coadler coadler merged commit 2a85d3d into main May 19, 2022
@coadler coadler deleted the colin/force-make-gehn branch May 19, 2022 22:42
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.

2 participants