We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e64b23 commit ca2fd76Copy full SHA for ca2fd76
1 file changed
.gitlab-ci.yml
@@ -1,8 +1,8 @@
1
# https://docs.gitlab.com/ci/yaml/
2
3
# Default image for linux builds
4
-# Using core instead of base to get access to ASAN from clang.
5
-image: objectboxio/buildenv-core:2023-07-28
+# This should match the image used to build the JVM database libraries (so Address Sanitizer library matches)
+image: objectboxio/buildenv-core:2024-07-11 # With JDK 17
6
7
# Assumes these environment variables are configured in GitLab CI/CD Settings:
8
# - OBX_READ_PACKAGES_TOKEN
0 commit comments