Skip to content

action: simplify the action logic #44

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

Merged
merged 34 commits into from
Apr 14, 2025
Merged

action: simplify the action logic #44

merged 34 commits into from
Apr 14, 2025

Conversation

compnerd
Copy link
Owner

  1. Split the Download and Install phase
  2. Add an explicit option to select the "ParameterSet" for the toolchain source.
  3. Inline the (now) single use functions. There is no need to have the ceremony around the function definition and invocation.
  4. Specialise the install rules for the particular type of installer shipped for the Swift toolchain. It is unlikely to go to a MSI based installer.

This work prepares the composite action to integrate actions/cache to use the tool cache to amortize the cost of the download of the installer. This becomes more important as the installer size increases.

compnerd and others added 30 commits April 12, 2025 22:12
1. Split the Download and Install phase
2. Add an explicit option to select the "ParameterSet" for the toolchain
   source.
3. Inline the (now) single use functions. There is no need to have the
   ceremony around the function definition and invocation.
4. Specialise the install rules for the particular type of installer
   shipped for the Swift toolchain. It is unlikely to go to a MSI based
   installer.

This work prepares the composite action to integrate actions/cache to
use the tool cache to amortize the cost of the download of the
installer. This becomes more important as the installer size increases.
@compnerd compnerd merged commit 17be5ca into main Apr 14, 2025
3 of 4 checks passed
@compnerd compnerd deleted the compnerd/simplify branch April 14, 2025 00:59
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