Open d3jawu opened 1 month ago
Thank you for reporting, @d3jawu ! I'm also getting an error with Vale with the same environment, but the error message is different:
vale.....................................................................Failed
- hook id: vale
- exit code: 255
All packages are synced to date, nothing to do.
0:00:00 🎉 All complete! 0/0
INFO: PDM 2.18.1 is installed, while 2.18.2 is available.
Please run `pipx upgrade pdm` to upgrade.
Run `pdm config check_update false` to disable the check.
OrbStack ERROR: Dynamic loader not found: /lib64/ld-linux-x86-64.so.2
This usually means that you're running an x86 program on an arm64 OS without multi-arch libraries.
To fix this, you can:
1. Use an Intel (amd64) container to run this program; or
2. Install multi-arch libraries in this container.
This can also be caused by running a glibc executable in a musl distro (e.g. Alpine), or vice versa.
For more details and instructions, see https://go.orbstack.dev/multiarch
error: Recipe `run` failed on line 40 with exit code 255
renovate-config-validator................................................Passed
@dhruvkb , I think you've touched the ov setup for mac recently. Do you know what could be the problem here?
Description
The pre-commit hook (
ov j lint
) fails on Apple Silicon with the error:Reproduction
Run
./ov j lint
on Apple Silicon.Screenshots
Environment