mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
real version of prev commit [build images]
This commit is contained in:
@@ -534,7 +534,7 @@ function getTestBunStep(platform, options = {}) {
|
||||
}
|
||||
|
||||
const depends = [];
|
||||
if (dryRun && !isMacOS) {
|
||||
if (dryRun && os !== "darwin") {
|
||||
depends.push(`${getImageKey(platform)}-build-image`);
|
||||
}
|
||||
if (!buildId) {
|
||||
|
||||
Reference in New Issue
Block a user