Skip to content
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

WIP - DO NOT MERGE - always download precompiled binaries first #244

Closed
wants to merge 1 commit into from

Conversation

nicks
Copy link
Contributor

@nicks nicks commented Jul 5, 2023

before this change, we would try to determine ahead of time if we should build from source.

after this change, we try to download precompiled binaries first, and only fall back to a source build if that fails.

building from source can take up to 2 minutes, so is probably too slow for most users.

before this change, we would try to determine ahead of time
if we should build from source.

after this change, we try to download precompiled binaries
first, and only fall back to a source build if that fails.

building from source can take up to 2 minutes, so is
probably too slow for most users.

Signed-off-by: Nick Santos <nick.santos@docker.com>
@nicks nicks requested a review from crazy-max as a code owner July 5, 2023 21:38
@nicks nicks changed the title WIP - always download precompiled binaries first WIP - DO NOT MERGE - always download precompiled binaries first Jul 5, 2023
@nicks
Copy link
Contributor Author

nicks commented Jul 5, 2023

FYI -- the compiled js in this PR contains code vendored from docker/actions-toolkit#127, so we need to downstream that pr before merging this one.

@crazy-max
Copy link
Member

closing this one for now since docker/actions-toolkit#127 has been closed

@crazy-max crazy-max closed this Jul 11, 2023
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.

None yet

2 participants