Skip to content
Snippets Groups Projects
Commit 37d22e4d authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

Add compilers to the gitlab runner container

parent 99478b5d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ WORKDIR /root
# make sure the debian bullseye us up to date, install needed packages
RUN DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt -y upgrade
# install packages needed to build binaries
RUN DEBIAN_FRONTEND=noninteractive apt -y install g++ gfortran make gcc-offload-nvptx libhdf5-dev
RUN DEBIAN_FRONTEND=noninteractive apt -y install g++ gfortran gcc-offload-nvptx g++-11 gfortran-11 gcc-11-offload-nvptx g++-12 gfortran-12 gcc-12-offload-nvptx clang libc++-dev libc++abi-dev clang-13 clang-14 clang-15 clang-16 libhdf5-dev make
# install packages needed to run python scripts for checks
RUN DEBIAN_FRONTEND=noninteractive apt -y install python3 python-is-python3 python3-regex
# install packages needed to run doxygen to create html docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment