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

twister: reports: use Path instead of PosixPath #83030

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

kartben
Copy link
Collaborator

@kartben kartben commented Dec 16, 2024

Directly instantiating a PosixPath is not allowed on Windows, use Path instead.
Fixes bug introduced with c5c4165 (PR #82302) that breaks "Hello World" CI on Windows

Directly instantiating a PosixPath is not allowed on Windows, use
Path instead.

Signed-off-by: Benjamin Cabé <[email protected]>
@kartben kartben added the Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. label Dec 16, 2024
@kartben kartben requested a review from golowanow December 16, 2024 09:51
@zephyrbot zephyrbot added the area: Twister Twister label Dec 16, 2024
@henrikbrixandersen henrikbrixandersen added the area: Windows Support Related to building Zephyr on Windows label Dec 16, 2024
@kartben kartben merged commit 9d4c027 into zephyrproject-rtos:main Dec 16, 2024
40 checks passed
@kartben kartben deleted the twisterpath branch January 15, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Twister Twister area: Windows Support Related to building Zephyr on Windows Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants