-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix make cmds #810
Merged
fabianburth
merged 12 commits into
open-component-model:main
from
fabianburth:fix-make-cmds
Jun 13, 2024
Merged
Fix make cmds #810
fabianburth
merged 12 commits into
open-component-model:main
from
fabianburth:fix-make-cmds
Jun 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fabianburth
force-pushed
the
fix-make-cmds
branch
from
June 10, 2024 14:56
c9b02b9
to
cda6d2b
Compare
fabianburth
force-pushed
the
fix-make-cmds
branch
from
June 10, 2024 14:59
cda6d2b
to
3edc1b5
Compare
Skarlso
reviewed
Jun 10, 2024
fabianburth
force-pushed
the
fix-make-cmds
branch
from
June 11, 2024 15:10
1f0da23
to
5f246a7
Compare
hilmarf
reviewed
Jun 11, 2024
fabianburth
force-pushed
the
fix-make-cmds
branch
from
June 11, 2024 15:55
5f246a7
to
79b52dd
Compare
hilmarf
reviewed
Jun 12, 2024
fabianburth
force-pushed
the
fix-make-cmds
branch
3 times, most recently
from
June 13, 2024 12:07
531897d
to
835b4ca
Compare
hilmarf
previously approved these changes
Jun 13, 2024
This was referenced Jun 13, 2024
… in the Makefile)
fabianburth
force-pushed
the
fix-make-cmds
branch
from
June 13, 2024 14:16
22f397c
to
7fa415f
Compare
mandelsoft
previously approved these changes
Jun 13, 2024
mandelsoft
approved these changes
Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR adds
gci
tomake install-requirements
. This fixes a bug in thegci write
commands which lead to theslices
import being wrongly sorted which mademake format
and alsomake prepare
essentially unusable.During the adjustment, I also changed
make test-all
tomake test
and the previousmake test
tomake unit-test
. I think the default should be to run all tests (currently, they dont take too long anyway).