Andres Freund

Results 24 issues of Andres Freund

The homebrew installation for macos tasks takes 1min+ in each test run. We could instead do a separate homebrew install in a directory, and populate it from cache. Relveant .cirrus.yml...

Linux currently is the fastest task, and most sanitizers work on linux. Something like CFLAGS='-O0 -fsanitize=alignment,undefined,address -fno-sanitize=nonnull-attribute -fno-sanitize=float-cast-overflow -fno-sanitize-recover=all'

Hi, I noticed that postgres binaries linked with mold are significantly larger than with other linkers. I subsequently realized that that's due to my use of gcc -ggdb -g3. ```...

There's a fair amount of GUCs that can usefully be set on a per-session, query, user, ... basis. Currently in Citus such GUCs will only take effect on the coordinator,...

Hi, For an open source process it makes a lot of sense to allow everyone to use cirrus-ci in their forks using the "free" credits, but to use custom compute...

feature

Hi, right now it is not supported to configure gcp_credentials etc via environment variables. It'd be useful to support doing so, to allow different forks of a repository to use...

bug
enhancement

Hi, Right now cirrus-cli can't, as far as I can tell, be used for VM based tasks, because it wants to start a container. Nor can it be used to...

enhancement
good first issue
question

I'd like to have a (perpetual) branch that modifies .cirrus.yml to use a specific branch of meson for all tasks. Then I'd like to create a cirrus cron "job" that...

Hi, I tried to use this to export a slide deck with a few animations. It worked for some slides, but not others. Looking at the code the problem appears...

Hi, **Description** When an ENV variable is set to a value from ARG and ENV is not subsequently used in a RUN or such, buildah does not invalidate the cache....

stale-issue