-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Support for windows 32 #3438
Comments
I think, it's easy to install windows x64. Your CPU architecture is unlikely to be 32-bit, it's hard to get a pure 32-bit cpu for windows pc now. |
Limited resources bro, that's not an option for many people. |
Okay, my os version stuff looks like: |
@vixalien You can try submit a patch so that the CI produces the build. It's likely not as trivial as you're imagining tho. |
@ry, Great. |
Well, it seems like Travis does not support 32 bit windows architectures |
We don't use travis - we use github actions and build windows binaries there. But yes, this will be easier to undertake in the future. |
@vixalien I have a strong suspicion the problem is not that symlinks don't work on your version of windows, but rather that the tool you used to extract the tarball doesn't know how to create symlinks. |
@piscisaureus It may be so, I used 7zip and when I see the files, I see they have 0 bytes. |
@vixalien, piscisaureus said, " I would suggest to use git". Maybe that's meaning use git command tool - gitbash, not windows command tool - powershell or cmd. There are some confusing operations with powershell or cmd, maybe gitbash would be better. |
@Akimotorakiyu, I'm going to use git, Thank you. The problem was 7-zip did not know how to use symlinks. I tried using git bash tar (without submodules) and It worked well, it only reported the lack of symlink targets because I had not fetched the submodules (chromium build, etc). Currently, I'm going to work on it and then maybe this issue will be closed. |
Windows ARM, for example, can only emulate 32-bit programs for the moment |
Has we already switched to rusty v8, @ry, @Akimotorakiyu, @Soremwar , @piscisaureus , anybody knows? |
We have switched to rusty_v8, now deno binaries for windows 32bit are available, thanks @ry @Akimotorakiyu @Soremwar @piscisaureus and anyone that have participated in making this possible, download links available: deno-x86_64-pc-windows-msvc.zip.Closing this. |
Whoa! the actual releases I thought are i686 are actually 64bit. Since this is still an issue, re-opening it. |
i686 windows targets for |
Could you please support windows 32 bit machines for the build.
I'm using Windows NT 10 15063
Building the app is quite a sassle for me (as win32 users) because:
By the way, I have very limited resources; RAM, CPU even Storage
Needed requirements
I think anyone with the listed above resources .
can build it NOW and send it because I think it is not a difficult task and
I'm not even trying to go into node and I NEED it desperately. PLEASE HELP.
The text was updated successfully, but these errors were encountered: