This website works better with JavaScript
Home
Explore
引导页
在线工具
Blog
Register
Sign In
Pchen0
/
electron
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Enable LIMIT_OUTPUT_IGNORE_SEGFAULTS on Linux CI
Kevin Sawicki
8 years ago
parent
fea165bef8
commit
9b7dde99d8
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
script/pre-cibuild
+ 3
- 0
script/pre-cibuild
View File
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+export LIMIT_OUTPUT_IGNORE_SEGFAULTS=1