Skip to content

Commit 63f6bf1

Browse files
committed
Toolchain: Update build images
1 parent 523355b commit 63f6bf1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/generate_config.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ def workflow_generate(config):
143143
elif openssl.startswith("1.1"):
144144
compileJob["compile-linux"]["build-image"] = "arangodb/build-alpine-x86_64:3.16-gcc11.2-openssl1.1.1s"
145145
else:
146-
compileJob["compile-linux"]["build-image"] = "arangodb/ubuntubuildarangodb-311:1" # clang-16
147-
else: # build image for 3.12.5 and devel as of 2025-02-04
148-
compileJob["compile-linux"]["build-image"] = "arangodb/ubuntubuildarangodb-devel:11" # clang-19
146+
compileJob["compile-linux"]["build-image"] = "arangodb/ubuntubuildarangodb-311:6" # clang-16
147+
else: # build image for 3.12.7 and devel as of 2025-12-11
148+
compileJob["compile-linux"]["build-image"] = "arangodb/ubuntubuildarangodb-devel:18" # clang-19
149149

150150
print(f"compileJob = {compileJob}")
151151

@@ -249,9 +249,9 @@ def workflow_release_arangodb(config):
249249
elif openssl.startswith("1.1"):
250250
compileJob["compile-linux"]["build-image"] = "arangodb/build-alpine-x86_64:3.16-gcc11.2-openssl1.1.1s"
251251
else:
252-
compileJob["compile-linux"]["build-image"] = "arangodb/ubuntubuildarangodb-devel:9" # 3.11.13
253-
else: # build image for 3.12.4 and devel as of 2024-11-25
254-
compileJob["compile-linux"]["build-image"] = "arangodb/ubuntubuildarangodb-devel:9"
252+
compileJob["compile-linux"]["build-image"] = "arangodb/ubuntubuildarangodb-311:6" # clang-16
253+
else: # build image for 3.12.7 and devel as of 2024-12-11
254+
compileJob["compile-linux"]["build-image"] = "arangodb/ubuntubuildarangodb-devel:18" # clang-19
255255

256256
config["jobs"]["compile-linux"]["steps"].append({
257257
"compile-and-dockerize-arangodb": {

0 commit comments

Comments
 (0)