Re: Cirrus CI (Windows help wanted)

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Cirrus CI (Windows help wanted)
Date: 2021-01-14 21:20:43
Message-ID: CA+hUKGJrmPwxmyG0+ZJCjLfk+TQn_p5AW2fuoBf-ap01E1Ebww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 13, 2021 at 3:04 AM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> OK, I got this working.

Thanks Andrew. This is great!

> # cirrus does something odd with this command, so it's stuck in a bat file
> # and copied to the docker container and then executed
> COPY ci/inst-tools.bat .
> RUN \
> cmd /c .\inst-tools.bat

Huh, weird. Must have been painful to figure out. The Docker image
step took 42 minutes for me so I shudder to think how the
trial-and-error process went. But now that it's working and cached,
build jobs start up nice and fast, so that's some great progress.

I'm experimenting with this on my own development branches for now,
and will see what else I can improve. Then maybe I'll change the
cfbot over after the commitfest. (Also got to get macOS doing
check-world, and Linux using a fast-start Docker image.)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2021-01-14 21:22:26 Re: WIP: System Versioned Temporal Table
Previous Message Robert Haas 2021-01-14 21:13:57 Re: new heapcheck contrib module