Merge pull request #9590 from electron/add-pre-cibuild
Enable LIMIT_OUTPUT_IGNORE_SEGFAULTS on Linux CI
This commit is contained in:
commit
5adc8299d6
1 changed files with 3 additions and 0 deletions
3
script/pre-cibuild
Normal file
3
script/pre-cibuild
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
export LIMIT_OUTPUT_IGNORE_SEGFAULTS=1
|
Loading…
Reference in a new issue