From 9b7dde99d829c5b5641edbb5f5c520ae4944f152 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 23 May 2017 16:57:48 -0700 Subject: [PATCH] Enable LIMIT_OUTPUT_IGNORE_SEGFAULTS on Linux CI --- script/pre-cibuild | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 script/pre-cibuild diff --git a/script/pre-cibuild b/script/pre-cibuild new file mode 100644 index 000000000000..583e5afd4457 --- /dev/null +++ b/script/pre-cibuild @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +export LIMIT_OUTPUT_IGNORE_SEGFAULTS=1