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

[nrf fromlist] scripts: snippets: Fix path output on windows #1569

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

nordicjm
Copy link
Contributor

@nordicjm nordicjm commented Mar 8, 2024

Fixes an issue with paths being output in windows-style with back slashes, this causes issues for certain escape sequences when cmake interprets them. Replace these paths with posix paths so that they are not treated as possible escape sequences.

Upstream PR: zephyrproject-rtos/zephyr#69963

@PerMac
Copy link
Contributor

PerMac commented Mar 8, 2024

I verified it locally that this resolves some errors seen on Windows CI https://nordicsemi.atlassian.net/browse/NCSDK-26338

@PerMac PerMac requested a review from carlescufi March 8, 2024 12:04
@PerMac
Copy link
Contributor

PerMac commented Mar 8, 2024

Fixes an issue with paths being output in windows-style with back
slashes, this causes issues for certain escape sequences when
cmake interprets them. Replace these paths with posix paths so
that they are not treated as possible escape sequences.

Signed-off-by: Jamie McCrae <[email protected]>
(cherry picked from commit b680a6e)
@nordicjm nordicjm force-pushed the cherrypickwindowsthing branch from 9388d38 to 9f39ecf Compare March 11, 2024 14:52
@shanthanordic shanthanordic modified the milestones: ncs-2.6.0, ncs-2.7.0 Mar 15, 2024
@PerMac PerMac merged commit 9209551 into nrfconnect:main Apr 10, 2024
8 checks passed
@nordicjm nordicjm deleted the cherrypickwindowsthing branch November 6, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants