File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 6464 script :
6565 # build to assemble, run tests and spotbugs
6666 # javadocForWeb to catch API docs errors before releasing
67- - ./scripts/test-with-asan.sh $GITLAB_REPO_ARGS $VERSION_ARGS clean build javadocForWeb
67+ # Temporarily disable testing with Address Sanitizer until buildenv images are modernized, see #273
68+ # - ./scripts/test-with-asan.sh $GITLAB_REPO_ARGS $VERSION_ARGS clean build javadocForWeb
69+ - ./gradlew $GITLAB_REPO_ARGS $VERSION_ARGS clean build javadocForWeb
6870 artifacts :
6971 when : always
7072 paths :
@@ -117,7 +119,9 @@ test-macos:
117119 LC_ALL : " C.UTF-8"
118120 script :
119121 # Note: do not run check task as it includes SpotBugs.
120- - ./scripts/test-with-asan.sh $GITLAB_REPO_ARGS $VERSION_ARGS clean :tests:objectbox-java-test:test
122+ # Temporarily disable testing with Address Sanitizer until buildenv images are modernized, see #273
123+ # - ./scripts/test-with-asan.sh $GITLAB_REPO_ARGS $VERSION_ARGS clean :tests:objectbox-java-test:test
124+ - ./gradlew $GITLAB_REPO_ARGS $VERSION_ARGS clean :tests:objectbox-java-test:test
121125
122126# Test oldest supported and a recent JDK.
123127# Note: can not run these in parallel using a matrix configuration as Gradle would step over itself.
You can’t perform that action at this time.
0 commit comments