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

add extra logging when runner fails to TestUsability #446

Merged
merged 1 commit into from
May 13, 2023

Conversation

rawlingsj
Copy link
Member

a recent change made bubblewrap the default when running melange build natively on mac, as a result builds fail to start...

2023/05/13 11:29:15 error during command execution: unable to run container

This change adds a warning when the check fails and offers the user help of how to fix. For example now I need to run melange build --runner docker

a recent change made bubblewrap the default when running melange build natively on mac, as a result builds fail to start...

```
2023/05/13 11:29:15 error during command execution: unable to run container
```

This change adds a warning when the check fails and offers the user help of how to fix.  For example now I need to run `melange build --runner docker`

Signed-off-by: James Rawlings <jrawlings@chainguard.dev>
@rawlingsj rawlingsj requested a review from a team as a code owner May 13, 2023 10:38
@rawlingsj rawlingsj requested review from joshrwolf and removed request for a team May 13, 2023 10:38
@rawlingsj rawlingsj enabled auto-merge May 13, 2023 10:40
@rawlingsj rawlingsj merged commit 07548a8 into chainguard-dev:main May 13, 2023
@kaniini
Copy link
Contributor

kaniini commented May 13, 2023

hmm, we should fix it. bubblewrap shouldn't ever be the default on mac

@deitch
Copy link
Contributor

deitch commented May 14, 2023

You're right it shouldn't. I'll fix that.

I originally had an auto detect in there, removed it for some reason lost in the mists of time. Will get it back.

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.

4 participants