Skip to content

TOOLS-4294 linuxRelease: fix push task for weird architectures - #1069

Open
mmcclimon wants to merge 1 commit into
mongodb:masterfrom
mmcclimon:fix-push-weird-arch
Open

TOOLS-4294 linuxRelease: fix push task for weird architectures#1069
mmcclimon wants to merge 1 commit into
mongodb:masterfrom
mmcclimon:fix-push-weird-arch

Conversation

@mmcclimon

Copy link
Copy Markdown
Collaborator

This was broken by 9d47ecc (TOOLS-4102 Use mise to execute go as well as other dev tools, 2026-07-07); on ppc64le and s390x architectures, we don't use mise, and so the "dist" task name on those platforms is actually "dist-without-mise". The code in the push task was looking for the hard-coded "dist" name, and so was failing with the new name.

@mmcclimon
mmcclimon requested a review from autarch August 5, 2026 14:14
@mmcclimon
mmcclimon marked this pull request as ready for review August 5, 2026 14:14
@mmcclimon
mmcclimon requested a review from a team as a code owner August 5, 2026 14:14
This was broken by 9d47ecc (TOOLS-4102 Use `mise` to execute `go` as
well as other dev tools, 2026-07-07); on ppc64le and s390x
architectures, we don't use `mise`, and so the "dist" task name on those
platforms is actually "dist-without-mise". The code in the `push` task
was looking for the hard-coded "dist" name, and so was failing with the
new name.
@mmcclimon
mmcclimon force-pushed the fix-push-weird-arch branch from 8f5e475 to 54fe64e Compare August 5, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant