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

create justfile instead of makefile #652

Open
soloturn opened this issue Jul 25, 2024 · 0 comments · May be fixed by #653
Open

create justfile instead of makefile #652

soloturn opened this issue Jul 25, 2024 · 0 comments · May be fixed by #653

Comments

@soloturn
Copy link

the current makefile cannot handle a broken vendor.tar. one could fix the makefile, or replace it with just as with other components. what you think?

❯ make vendor
make: 'vendor' is up to date.

❯ nice make VENDOR='1' all
rm -rf vendor; tar pxf vendor.tar
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
make: *** [Makefile:46: extract-vendor] Error 2
``
soloturn added a commit to soloturn/cosmic-comp that referenced this issue Jul 25, 2024
@soloturn soloturn linked a pull request Jul 25, 2024 that will close this issue
soloturn added a commit to soloturn/cosmic-comp that referenced this issue Jul 25, 2024
soloturn added a commit to soloturn/cosmic-comp that referenced this issue Jul 25, 2024
soloturn added a commit to soloturn/cosmic-comp that referenced this issue Jul 25, 2024
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 a pull request may close this issue.

1 participant