Skip to content

Commit 0b903b6

Browse files
CI: temporarily disable testing with Address Sanitizer #273
1 parent b8acc36 commit 0b903b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ test:
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.

0 commit comments

Comments
 (0)