ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY
authorAndres Freund <andres@anarazel.de>
Sat, 12 Aug 2023 20:06:04 +0000 (13:06 -0700)
committerAndres Freund <andres@anarazel.de>
Sat, 12 Aug 2023 22:08:07 +0000 (15:08 -0700)
commit4bec616f26f5f39a6819804f2b7992495a1a7a6f
treefc977ccb2879186ac82b05c20949e19719742e02
parent7823a298ba5c54a67f98c928f73500bc4089449f
ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY

RANDOMIZE_ALLOCATED_MEMORY causes a measurable slowdown. Macos is, by far, the
most expensive platform for CI, therefore it doesn't make sense to run such a
test there.

Ubsan and asan on linux should detect most of the the cases of uninitialized
memory, so it doesn't really seem worth using -DRANDOMIZE_ALLOCATED_MEMORY in
another instance type.

Author: Andres Freund <andres@anarazel.de>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/20230808021541.7lbzdefvma7qmn3w@awork3.anarazel.de
Backpatch: 16-, where 89d16b635 added the use of -DRANDOMIZE_ALLOCATED_MEMORY
.cirrus.yml