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

Add target for 32 bit windows 10 #639

Open
1 task done
ArnavK-09 opened this issue May 8, 2024 · 4 comments
Open
1 task done

Add target for 32 bit windows 10 #639

ArnavK-09 opened this issue May 8, 2024 · 4 comments
Assignees
Labels
feature/request New feature or request

Comments

@ArnavK-09
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description of the bug

windows-ia32

Steps To Reproduce

npx git-cliff

image

Expected behavior

should able to run cli

Screenshots / Logs

windows-ia32
image

Software information

  • Operating system: Windows
  • Rust version: latest
  • Project version: latest

Additional context

No response

@ArnavK-09 ArnavK-09 added the bug Something isn't working label May 8, 2024
Copy link

welcome bot commented May 8, 2024

Thanks for opening your first issue at git-cliff! Be sure to follow the issue template! ⛰️

@favna
Copy link
Contributor

favna commented May 9, 2024

ia32 is Intel 32 bit. Any particular reason why you're running 32 bit Windows instead of 64 bit? At least starting Windows 11, 32 bit was removed as an option. What version of Windows are you using? I know you cannot upgrade to 64 bit windows without a reinstall but that might be a good idea regardless, because 32 bit windows isn't really properly supported for a long long time now.

@ArnavK-09
Copy link
Author

ia32 is Intel 32 bit. Any particular reason why you're running 32 bit Windows instead of 64 bit? At least starting Windows 11, 32 bit was removed as an option. What version of Windows are you using? I know you cannot upgrade to 64 bit windows without a reinstall but that might be a good idea regardless, because 32 bit windows isn't really properly supported for a long long time now.

Im on windows 10, so the problem is I'm on outdated version! Thanks!

But can you suggest me a target I can add to my workflow (following rust cli for npx blog) to support these 32 bits windows / 10.

Thanks for the help ✨

@favna
Copy link
Contributor

favna commented May 10, 2024

For your particular architecture it would have to be added to this list. I'm not sure if that's possible within the boundaries of GitHub Action runners but if you can figure out what exactly to add for your configuration to become compatible then I imagine @orhun might merge it.

NAME: win32-x64-mingw,
OS: windows-2022,
TOOLCHAIN: stable,
TARGET: x86_64-pc-windows-gnu,
NPM_PUBLISH: false,
PYPI_PUBLISH: false,
}
- {
NAME: win32-x64-msvc,
OS: windows-2022,
TOOLCHAIN: stable,
TARGET: x86_64-pc-windows-msvc,
NPM_PUBLISH: true,
PYPI_PUBLISH: true,
}
- {
NAME: win32-x86-msvc,
OS: windows-2022,
TOOLCHAIN: stable,
TARGET: i686-pc-windows-msvc,
NPM_PUBLISH: false,
PYPI_PUBLISH: true,
}
- {
NAME: win32-arm64-msvc,
OS: windows-2022,
TOOLCHAIN: stable,
TARGET: aarch64-pc-windows-msvc,
NPM_PUBLISH: true,
PYPI_PUBLISH: false,
}

@orhun orhun changed the title cannot run gitcliff on windows Add target for 32 bit windows 10 May 23, 2024
@orhun orhun added feature/request New feature or request and removed bug Something isn't working labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants