Skip to content

CI: Build on noble and drop jammy. Also build master on resolute. - #257

Merged
masterleinad merged 2 commits into
dealii:masterfrom
marcfehling:master
Jul 30, 2026
Merged

CI: Build on noble and drop jammy. Also build master on resolute.#257
masterleinad merged 2 commits into
dealii:masterfrom
marcfehling:master

Conversation

@marcfehling

Copy link
Copy Markdown
Member

This PR updates the github actions workflows to use noble, and we will also build the master image on resolute. This patch will drop the checks for jammy to be mindful regarding github actions resources.

I had to update libprecice as only version >=3.4.0 provides packages for resolute.

Further, I fixed a code gallery program because of dealii/dealii#20082.

@marcfehling

marcfehling commented Jul 29, 2026

Copy link
Copy Markdown
Member Author

CI on resolute failed with sed: can't read solution-10.vtk: No such file or directory

It looks like the script continues before coupled_laplace_problem has finished. Strange that it doesn't happen on noble.

- name: Test coupled_laplace_problem
run: |
cd coupled_laplace_problem
(./coupled_laplace_problem 2>&1 & ./fancy_boundary_condition >fbc.log)
sed -i '2d' solution-10.vtk
numdiff solution-10.vtk test_data/reference-10.vtk || (echo "error_test=coupled_laplace_problem/" >> $GITHUB_ENV && exit 1)

@marcfehling

Copy link
Copy Markdown
Member Author

Seems to work now!

@masterleinad
masterleinad merged commit b1ed904 into dealii:master Jul 30, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants