projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109b632
)
sys-libs/compiler-rt: Disable sandbox during the tests
author
Michał Górny
<mgorny@gentoo.org>
Thu, 1 Sep 2016 03:56:05 +0000
(
05:56
+0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 1 Sep 2016 03:57:25 +0000
(
05:57
+0200)
sys-libs/compiler-rt/compiler-rt-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 43363fe8f69b8a2fab2e419311e2ffdcbef8d959..599adcce94c2e4380e465318c6adf773240d961f 100644
(file)
--- a/
sys-libs/compiler-rt/compiler-rt-9999.ebuild
+++ b/
sys-libs/compiler-rt/compiler-rt-9999.ebuild
@@
-99,7
+99,9
@@
src_configure() {
}
src_test() {
- # TODO: tests are broken by sandbox
+ # sandbox fiddles with memory error reporting and breaks tests
+ local -x SANDBOX_ON=0
+
cmake-utils_src_make check-all
}