mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[build images]
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -798,7 +798,7 @@ export function getDiskSize(options) {
|
||||
if (os === "windows") {
|
||||
return 60;
|
||||
}
|
||||
if (distro === "ubuntu" && release === "25.04") {
|
||||
if (distro === "ubuntu") {
|
||||
return 60;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user