Re: Testing big endian code with Travis CI's new s390x support

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Testing big endian code with Travis CI's new s390x support
Date: 2020-06-23 04:04:36
Message-ID: CA+hUKGLOrupXgGgA5exFMiWdAAvAWrvyPQzRA29wStJ0HZv_yA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 22, 2020 at 6:27 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> arch:
> - s390x
>
> ... and then it needed these lines commented out:
>
> #before_install:
> # - echo '/tmp/%e-%s-%p.core' | sudo tee /proc/sys/kernel/core_pattern

One thing I forgot to mention: for some reason slapd is strangely
broken on that system. Removing the ldap test with PG_TEST_EXTRA="ssl
kerberos" works around that.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2020-06-23 04:05:19 Re: Backpatch b61d161c14 (Introduce vacuum errcontext ...)
Previous Message Andres Freund 2020-06-23 04:01:57 Re: hashagg slowdown due to spill changes