-
Notifications
You must be signed in to change notification settings - Fork 12
Replace crane with type=tar #317
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
Conversation
🦋 Changeset detectedLatest commit: 0c032b9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Coverage Report for ./apps/cli
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6c1fafc to
d4cc76c
Compare
714f343 to
dda7590
Compare
d4cc76c to
90c72bb
Compare
|
I'm getting errors from --verbose > cartesi/dapps/my-go-dapp ❯ cartesi-dev build --verbose
[STARTED] Build drives
[STARTED] Building drive root
[FAILED] Command failed with ENOENT: xgenext2fs --block-size 4096 --faketime --readjustment '+0' --tarball root.tar root.ext2
[FAILED] spawn xgenext2fs ENOENT
[FAILED] Command failed with ENOENT: xgenext2fs --block-size 4096 --faketime --readjustment '+0' --tarball root.tar root.ext2
[FAILED] spawn xgenext2fs ENOENT
Command failed with ENOENT: xgenext2fs --block-size 4096 --faketime --readjustment '+0' --tarball root.tar root.ext2
spawn xgenext2fs ENOENT |
endersonmaia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
020a2d1 to
c6c8705
Compare
7c0a16d to
6cfa85f
Compare
6cfa85f to
0c032b9
Compare
This PR brings changes to the
buildcommand.It now uses
--output type=tarinstead ofcrane.The build tasks are now managed by Listr2. Output is much less verbose by default. There is a new option
--verboseto make it verbose.