This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
fix: output provided.al2
also when zipGo is disabled
#1609
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⏱ Benchmark resultsComparing with fffff21 largeDepsEsbuild: 3.5s⬆️ 23.82% increase vs. fffff21
Legend
largeDepsNft: 11.1s⬆️ 24.36% increase vs. fffff21
Legend
largeDepsZisi: 20.8s⬆️ 20.56% increase vs. fffff21
Legend
|
lukasholzer
approved these changes
Oct 11, 2023
Skn0tt
added a commit
to netlify/build
that referenced
this pull request
May 21, 2024
…t-and-ship-it#1609) * fix: also emit `provided.al2` when zipGo is disabled * fix: emit generator and runtimeVersion in zipGo path --------- Co-authored-by: Lukas Holzer <lukas.holzer@netlify.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We were only emitting
runtimeVersion: "provided.al2"
whenzipGo
is enabled. In Buildbot deploys, this is disabled, so we weren't emittingprovided.al2
properly! This PR fixes that.I also noticed we weren't emitting
generator
andruntimeVersion
whenzipGo
is enabled. I don't think that's intended, so I changed it as well.