Skip to content

Conversation

MarshallOfSound
Copy link
Member

@MarshallOfSound MarshallOfSound commented Oct 4, 2025

Noticed a bunch of 500 errors on the darwin endpoints, this ensures that latest is defined as the universal one if there isn't otherwise a "latest" build available.

Closes #184

@MarshallOfSound MarshallOfSound requested a review from a team as a code owner October 4, 2025 10:20
PLATFORM_ARCH.DARWIN_UNIVERSAL,
version
);
latest = latest || latestUniversal;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you add a regression test for this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regression test is in here --> #192

Copy link
Member

@erickzhao erickzhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@erickzhao
Copy link
Member

I think this might supersede #185 as well? Worth comparing the two solutions and merging the better one.

@MarshallOfSound
Copy link
Member Author

@erickzhao I looked at that one, and it didn't fix the issue I was seeing. Gonna land this one and close that one.

@MarshallOfSound MarshallOfSound merged commit 835ee62 into main Oct 9, 2025
4 checks passed
@MarshallOfSound MarshallOfSound deleted the sam/fix-darwin-error branch October 9, 2025 05:56
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.

Having only a universal build will not trigger an update

3 participants