Re: CI, macports, darwin version problems
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Joe Conway <mail@joeconway.com>, Nazir Bilal Yavuz <byavuz81@gmail.com>,
Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>, Christophe Pettus <christophe.pettus@pgexperts.com>
Date: 2024-07-23T10:31:07Z
Lists: pgsql-hackers
On Tue, Jul 23, 2024 at 7:37 AM Andres Freund <andres@anarazel.de> wrote: > [2] https://cirrus-ci.com/task/5190473306865664 "Error: “disk.img” couldn’t be copied to “3FA983DD-3078-4B28-A969-BCF86F8C9585” because there isn’t enough space." Could it be copying the whole image every time, in some way that would get copy-on-write on the same file system, but having to copy physically here? That is, instead of using some kind of chain of overlay disk image files as seen elsewhere, is this Tart thing relying on file system COW for that? Perhaps that is happening here[1] but I don't immediately know how to find out where that Swift standard library call turns into system calls... [1] https://github.com/cirruslabs/tart/blob/main/Sources/tart/VMDirectory.swift#L119
Commits
-
ci: Pin MacPorts version to 2.9.3.
- 541f493dc128 15.8 landed
- daca4f1419e8 16.4 landed
- 5f03da8518ce 17.0 landed
- 64c39bd5047e 18.0 landed
-
ci: Upgrade macOS version from 13 to 14.
- 0151b4d6bdf0 15.8 landed
- 9302f6fa58ba 16.4 landed
- f8c1bb2bb90d 17.0 landed
- d01ce180d9b5 18.0 landed