You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: for support questions, please use the #engine-user-help channel in our Discord or create a discussion. This repository's issues are reserved for feature requests and bug reports.
Describe the issue:
The clang-format being used by CI seems to output a different result from the clang-format installation I have on Windows 10, meaning I have to apply the CI patch regardless. This indicates to me something is potentially broken on CI.
Please provide the steps to reproduce if possible:
Clone the repo
Install clang-format on Windows 10
run clang-format
push up
open a PR
Observe the issue
Expected behaviour:
Clang-format should do the same modifications regardless of platform.
Please tell us about your environment:
Clang-Format version: 16
OS Version: Windows 10 Pro Version 22H2 If building from source:
Additional context:
It could be that there's additional flags I need to pass to Clang-Format locally I am unaware of, but just in case, I felt I should log an issue for the CI pipelines.
The text was updated successfully, but these errors were encountered:
RubyNova
added
bug
Something isn't working
windows
Tickets specifically related to the Windows OS.
CI/CD
This ticket is related to the CI/CD build pipelines.
labels
Jul 1, 2023
Note: for support questions, please use the #engine-user-help channel in our Discord or create a discussion. This repository's issues are reserved for feature requests and bug reports.
Describe the issue:
The clang-format being used by CI seems to output a different result from the clang-format installation I have on Windows 10, meaning I have to apply the CI patch regardless. This indicates to me something is potentially broken on CI.
Please provide the steps to reproduce if possible:
Expected behaviour:
Clang-format should do the same modifications regardless of platform.
Please tell us about your environment:
If building from source:
Additional context:
It could be that there's additional flags I need to pass to Clang-Format locally I am unaware of, but just in case, I felt I should log an issue for the CI pipelines.
The text was updated successfully, but these errors were encountered: