Skip to content

Split our Dawn artifact bundles into separate zip files#84

Merged
cuberoot merged 5 commits intomainfrom
cuberoot/split-artifact-bundles
Feb 27, 2026
Merged

Split our Dawn artifact bundles into separate zip files#84
cuberoot merged 5 commits intomainfrom
cuberoot/split-artifact-bundles

Conversation

@cuberoot
Copy link
Collaborator

Description

Split our Dawn releases into multiple zip files:

Motivation and Context

Our Dawn builds are currently in one giant zip file with all platforms. Splitting them up:

  • Makes the payloads smaller for clients as they only need to download the artifact bundle for their platform
  • Should make debug possible again by reducing size of zip files
  • Hides the experimental Windows DLL support from Apple clients

How Has This Been Tested?

CI run in branch

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@cuberoot cuberoot requested review from bmedina and starmole February 26, 2026 02:14
- Makes the payloads smaller for clients as they only need to download the artifact bundle for their platform
- Should make debug possible again by reducing size of zip files
- Hides the experimental Windows DLL support from Apple clients
@cuberoot cuberoot force-pushed the cuberoot/split-artifact-bundles branch from d90c352 to 151f531 Compare February 27, 2026 01:15
Update to correctly packaged release of Dawn
@cuberoot cuberoot merged commit d1ccf91 into main Feb 27, 2026
5 checks passed
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.

2 participants