Re: CI, macports, darwin version problems

From: Joe Conway <mail(at)joeconway(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Christophe Pettus <christophe(dot)pettus(at)pgexperts(dot)com>
Subject: Re: CI, macports, darwin version problems
Date: 2024-07-22 12:46:03
Message-ID: 76ae77fc-2856-48b0-88c3-b981d6d547c0@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 7/21/24 17:26, Thomas Munro wrote:
> On Mon, Jul 22, 2024 at 8:34 AM Joe Conway <mail(at)joeconway(dot)com> wrote:
>> Hmmm, maybe nevermind? I rebooted the mac mini and now it seems to be
>> working. Maybe someone can confirm. There ought to be plenty of space
>> available for sonoma and ventura at the same time now.
>
> Thanks for doing that. Initial results are that it's running the
> tests much more slowly. Example:
>
> https://cirrus-ci.com/task/5607066713194496
>
> I wonder if there is a way to use the external drive for caching
> images and so on, but the faster (?) internal drive for work...

Maybe -- I moved the symlink to include only the "cache" part of the
tree under ~/.tart.

8<--------------
macmini:.tart ci-run$ cd ~
macmini:~ ci-run$ ll .tart
total 0
drwxr-xr-x 5 ci-run staff 160 Jul 22 08:42 .
drwxr-x---+ 25 ci-run staff 800 Jul 22 08:41 ..
lrwxr-xr-x 1 ci-run staff 35 Jul 22 08:42 cache ->
/Volumes/extnvme/ci-run/.tart/cache
drwxr-xr-x 3 ci-run staff 96 Jul 22 08:43 tmp
drwxr-xr-x 2 ci-run staff 64 Jul 22 08:39 vms
8<--------------

Previously I had the entire "~/.tart" directory tree on the external drive.

Please check again.

--
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ertan Küçükoglu 2024-07-22 12:52:24 Re: Windows default locale vs initdb
Previous Message Michael Banck 2024-07-22 12:42:41 Re: Lock-free compaction. Why not?