-
Notifications
You must be signed in to change notification settings - Fork 15
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
Restyling fails with "unknown executable: lua" #208
Comments
This may be related to the failure at https://restyled.io/gh/project-chip/repos/connectedhomeip/jobs/3275564 or that might be a different error... |
Hi there. There is a few things going on... 1- I would suggest keeping our 2- Even with that, this is still possible
If you can't use 3- That last failure is something else entirely I pushed a new version of the restylers:
- prettier:
image: ...
command: ["prettier", "--write"]
# ... |
I see. I was using an old version of restyle-path, which had the old thing.
When I do that, I get:
and the lua error persists. Possibly relevant: I am on an ARM-based Mac.
Will look into that, thanks! |
Hmm. We don't, and never did, build images for arm64. See restyled-io/restylers#468. I'm not clear how the I could probably update our build to produce an arm image for the main |
did resolve the lua issue. |
Makes sense. It seems you can pull and run |
See restyled-io/restyler#208 (comment) item 3: we are pinning a specific version of the prettier image, which means we have to use a command syntax that works with that version.
See restyled-io/restyler#208 (comment) item 3: we are pinning a specific version of the prettier image, which means we have to use a command syntax that works with that version.
When I try to run
I get:
This used to work a few days ago...
The text was updated successfully, but these errors were encountered: