[build images]

This commit is contained in:
Meghan Denny
2025-07-02 15:32:50 -07:00
parent 1afef6ef7d
commit cdec5efb25
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Version: 9
# Version: 10
# A script that installs the dependencies needed to build and test Bun.
# This should work on Windows 10 or newer with PowerShell.

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# Version: 12
# Version: 13
# A script that installs the dependencies needed to build and test Bun.
# This should work on macOS and Linux with a POSIX shell.

View File

@@ -798,7 +798,7 @@ export function getDiskSize(options) {
if (os === "windows") {
return 60;
}
if (distro === "ubuntu" && release === "25.04") {
if (distro === "ubuntu") {
return 60;
}