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

Use PurePosixPath, to fix usage on Windows. #1358

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

squidarth
Copy link
Collaborator

🚀 What

Replace usage of PosixPath with PurePosixPath. The difference here is that the PosixPath requires being run on a Posix system, which breaks windows. PurePosixPath behaves exactly the same, but runs properly on any OS.

💻 How

🔬 Testing

I haven't actually tested this on windows, but normal truss pushes still work properly.

@squidarth squidarth merged commit b5ed43b into main Feb 4, 2025
5 checks passed
@squidarth squidarth deleted the sshanker/use-pure-posix-path branch February 4, 2025 03:33
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.

2 participants