-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
pre-commit hooks having execution problems on solaris (smartos) #2389
Comments
There are similar problems with other projects and calling |
does changing |
solaris isn't supported by cpython either so it's likely support will be "at your best effort" -- afaik you're the only person who has ever tried running on solaris |
you can likely work around using |
I was in the process of checking the r/w switch. I'll let you know (took some time to get a clean environment set up for testing). |
Good call on the |
As for the cpython issue... yeah, I'm familiar with it. I have been trying to get the team there to let me provide an automated test environment. In the interim, I've provided some PRs in the past for Solaris-specific issues. |
Swapping |
search tried in the issue tracker
solaris
describe your issue
After using pre-commit on my local workstation for some time, I installed (using pip) on my SmartOS system (Solaris derivative). Install went fine, and execution without changed files (
pre-commit run
) executed without problems.As soon as I have a file to commit, or I run
pre-commit run -a
, pre-commit fails with:The backtrace is:
pre-commit --version
pre-commit 2.19.0
.pre-commit-config.yaml
~/.cache/pre-commit/pre-commit.log (if present)
version information
error information
The text was updated successfully, but these errors were encountered: