-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[Other]Rename udo systemctl stop sui-node[201~ to udo systemctl stop sui-no… #17375
Conversation
…de[201~ I encountered an issue while cloning the repository in Windows, which seems to be caused by filenames in the repository not conforming to NTFS file system naming conventions.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
@amnn Could you please help me check this change? It still troubles me |
Thanks for flagging @shaflow01, I think I know what's going on. I noticed that we had a Windows CI issue recently, and I think it's related to this. Fix coming soon. |
Thank you for your kindly reply.Waiting for it to be fixed |
## Description A file was accidentally checked in that isn't compatible with Windows -- our Windows build CI is failing, and we also have reports from users that it's messing with their git checkouts on Windows. I don't think the file is supposed to be there, so let's remove it. Fixes #17375 ## Test plan CI --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
Landed the fix in |
## Description A file was accidentally checked in that isn't compatible with Windows -- our Windows build CI is failing, and we also have reports from users that it's messing with their git checkouts on Windows. I don't think the file is supposed to be there, so let's remove it. Fixes #17375 ## Test plan CI --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
## Description A file was accidentally checked in that isn't compatible with Windows -- our Windows build CI is failing, and we also have reports from users that it's messing with their git checkouts on Windows. I don't think the file is supposed to be there, so let's remove it. Fixes MystenLabs#17375 ## Test plan CI --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
## Description A file was accidentally checked in that isn't compatible with Windows -- our Windows build CI is failing, and we also have reports from users that it's messing with their git checkouts on Windows. I don't think the file is supposed to be there, so let's remove it. Fixes MystenLabs#17375 ## Test plan CI --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
## Description A file was accidentally checked in that isn't compatible with Windows -- our Windows build CI is failing, and we also have reports from users that it's messing with their git checkouts on Windows. I don't think the file is supposed to be there, so let's remove it. Fixes #17375 ## Test plan CI --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: Co-authored-by: Ashok Menon <[email protected]>
Description
I encountered an issue while cloning the repository in Windows, which seems to be caused by filenames in the repository not conforming to NTFS file system naming conventions.
Test plan
Although it can be resolved by setting it through git config, renaming the files will be more convenient.
Release notes
Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.