You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
``
The text was updated successfully, but these errors were encountered:
soloturn
added a commit
to soloturn/cosmic-comp
that referenced
this issue
Jul 25, 2024
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?
The text was updated successfully, but these errors were encountered: