Skip to content
Snippets Groups Projects

Enable the -Xrs flag when starting the JVM to allow signals to be propagated

Files
4
+ 2
11
@@ -49,27 +49,18 @@ variables:
- pip install pytest-cov $(ls -A ${project_root}/wheelhouse/${wheel_name})[test]
wheel_tests_jpype_1p0:
wheel_tests_jpype:
extends:
- .wheel_test_base
variables:
JPYPE_VN: "=1.0"
dev_tests_java8_jpype_1p0:
dev_tests_java8:
extends:
- .dev_test_base
variables:
JDK_VN: "=8"
dev_tests_jpype_1p0:
extends:
- .dev_test_base
variables:
JPYPE_VN: "=1.0"
dev_tests_jpype_1p1:
extends:
- .dev_test_base
Loading