Giter Club home page Giter Club logo

Comments (6)

aminya avatar aminya commented on May 21, 2024 1

Good news! x86 support is added to Azure's NodeTool natively!

microsoft/azure-pipelines-tasks#13399

Just pass force32bit

      - task: NodeTool@0
        inputs:
          versionSpec: $(node_version)
		  force32bit: true
        displayName: "Install Node.js"

from source-map.

aminya avatar aminya commented on May 21, 2024

cc: @DeMoorJasper

from source-map.

DeMoorJasper avatar DeMoorJasper commented on May 21, 2024

@aminya strange that this happens, I don't really know why. Do you really need to run 32-bit CI pipelines? Seems a bit outdated

from source-map.

aminya avatar aminya commented on May 21, 2024

Well, yes. Nodejs supports x86, and we ship x86 binaries of Atom. We use the CI to prebuild the binaries.

from source-map.

DeMoorJasper avatar DeMoorJasper commented on May 21, 2024

That's unfortunate, actually tried to figure out how to get Azure to run 32-bit but couldn't figure it out, so can't really run our CI for testing...

I usually test windows things on a low-perf 64-bit win10 laptop, so would have to spin up a VM to even get anywhere close to testing this... Anyway once I figure out CI I can probably fix this

from source-map.

aminya avatar aminya commented on May 21, 2024

I can help you with that!

Use this script to run x86 scripts: https://github.com/atom-ide-community/atom/blob/master/script/vsts/windows-run.js

      - script: node script\windows-run.js somescript.cmd
        displayName: Run script

See here for a full example: https://github.com/atom-ide-community/atom/blob/8572d60edb815bae2837cad57ec22071da14c05d/script/vsts/platforms/templates/build.yml#L30-L36

I also have added x86 support to GitHub Actions if it helps: https://github.com/aminya/setup-node

If you want a true x86 machine you should use Appveyor.

from source-map.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.