Skip to content

update CI images#4043

Merged
rrsettgast merged 28 commits intodevelopfrom
ci/updateImages
May 7, 2026
Merged

update CI images#4043
rrsettgast merged 28 commits intodevelopfrom
ci/updateImages

Conversation

@rrsettgast
Copy link
Copy Markdown
Member

@rrsettgast rrsettgast commented May 1, 2026

Replaces old CI images with modern versions.

  • no more old gcc
  • no more cuda11
  • no more ubuntu20

GEOS-DEV/thirdPartyLibs#349

@rrsettgast rrsettgast self-assigned this May 1, 2026
@rrsettgast rrsettgast added the ci: run CUDA builds Allows to triggers (costly) CUDA jobs label May 1, 2026
@rrsettgast rrsettgast added ci: run integrated tests Allows to run the integrated tests in GEOS CI ci: run code coverage enables running of the code coverage CI jobs labels May 1, 2026
@rrsettgast rrsettgast requested review from bd713 and jafranc as code owners May 4, 2026 03:42
@rrsettgast rrsettgast merged commit 86ab9c6 into develop May 7, 2026
21 checks passed
@rrsettgast rrsettgast deleted the ci/updateImages branch May 7, 2026 14:31
ENABLE_HYPRE: OFF
ENABLE_TRILINOS: ON
ENABLE_HYPRE: ON
ENABLE_TRILINOS: OFF
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we then re-discuss keeping TRILINOS in the TPL ?

if $VERBOSE
INSTALL_MSG=$($PYTHON_TARGET -m $PIP_CMD install --upgrade $PACKAGE_DIR/$p)
INSTALL_RC=$?
if [[ "${VERBOSE}" == true ]]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [[ "${VERBOSE}" == true ]]
if [ "$VERBOSE" = "true" ]; then
INSTALL_MSG=$($PYTHON_TARGET -m $PIP_CMD install --upgrade "$PACKAGE_DIR/$p")
else
INSTALL_MSG=$($PYTHON_TARGET -m $PIP_CMD install -qq --disable-pip-version-check --upgrade "$PACKAGE_DIR/$p" 2>&1)
fi
INSTALL_RC=$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci: run code coverage enables running of the code coverage CI jobs ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants