Skip to content

Commit f718539

Browse files
authored
chore: skip building abseil on the build_docs step (#14998)
## Description <!-- Provide an overview of the change and motivation for the change --> ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent f1e92d1 commit f718539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gen_gitlab_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def gen_build_docs() -> None:
124124
print(" PIP_CACHE_DIR: '${CI_PROJECT_DIR}/.cache/pip'", file=f)
125125
print(" KUBERNETES_MEMORY_REQUEST: 4Gi", file=f)
126126
print(" KUBERNETES_MEMORY_LIMIT: 4Gi", file=f)
127+
print(" DD_COMPILE_ABSEIL: 0", file=f)
127128
print(" script:", file=f)
128129
print(" - |", file=f)
129130
print(" hatch run docs:build", file=f)

0 commit comments

Comments
 (0)