Skip to content

Commit

Permalink
#32: update a doc and a dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 18, 2024
1 parent 6b92554 commit aa0c7a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ci/docker/WIP.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
Try to make it more scalable with matrix
VTK is very long to build so it is important to then move to a compile version on DockerHub like it is for the current BASE image but it should be replicated for all target configurations
This folder is an investigation to work with test build-and-test-vt-tv-matrix.yml pipeline

The goal is to make the base image more scalable with some matrix in pipeline to build and test with different configuraions.

VTK is very long to build so it is important to generate different configurations on DOCKERHUB (excluding tests and coverage). The current tests contains all stuff (setup image + tests)

Once it work we should update the base image and make configurable build with args

to test different VTK versions and COMPILER versions
1 change: 1 addition & 0 deletions ci/docker/ubuntu22.04-gcc11-vtk9.2.2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update -y -q && \
zlib1g-dev \
m4 \
gfortran-11 \
make \
cmake-data \
cmake \
pkg-config \
Expand Down

0 comments on commit aa0c7a4

Please sign in to comment.