Browse Source

Enable LIMIT_OUTPUT_IGNORE_SEGFAULTS on Linux CI

Kevin Sawicki 8 years ago
parent
commit
9b7dde99d8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      script/pre-cibuild

+ 3 - 0
script/pre-cibuild

@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+export LIMIT_OUTPUT_IGNORE_SEGFAULTS=1