Skip to content

x/build: add a Windows ARM32 builder #46492

Closed
@zx2c4

Description

@zx2c4

Per #42604 (comment) and #42604 (comment), my builder will be decommissioned quite soon. This issue is to track spinning up of a builder on Google infrastructure, using the new ARM64 systems to run GOOS=windows GOARCH=arm GOARM=7. My builder was just running the 32-bit tests on the normal 64-bit OS. The replacement builder can do the same. There shouldn't be much work to do for this, as it's already been done for #42604.

CC @toothrot @dmitshur @cagedmantis

Activity

added
Buildersx/build issues (builders, bots, dashboards)
on Jun 1, 2021
added this to the Unreleased milestone on Jun 1, 2021
added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Jun 1, 2021
bcmills

bcmills commented on Nov 10, 2021

@bcmills
Contributor

Duplicate of #47019?

bcmills

bcmills commented on Nov 10, 2021

@bcmills
Contributor

(I realize that this issue predates that one, but that one seems to have more recent updates. 😩)

dmitshur

dmitshur commented on Nov 25, 2021

@dmitshur
Member

Indeed. (I missed the earlier notification.) Closing this one in favor of #47019.

locked and limited conversation to collaborators on Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.new-builder

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zx2c4@dmitshur@bcmills@gopherbot

        Issue actions

          x/build: add a Windows ARM32 builder · Issue #46492 · golang/go