File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 env :
1515 REPO : lifflander1/vt
1616 ARCH : amd64
17- UBUNTU : 18 .04
17+ UBUNTU : 22 .04
1818 COMPILER_TYPE : gnu
19- COMPILER : gcc-8
20- HOST_COMPILER : gcc-8
19+ COMPILER : gcc-11
20+ HOST_COMPILER : gcc-11
2121 BUILD_TYPE : release
2222 ULIMIT_CORE : 0
2323 VT_LB : 1
Original file line number Diff line number Diff line change 184184 git clone " https://${token} @github.com/DARMA-tasking/DARMA-tasking.github.io"
185185 git clone https://github.com/mosra/m.css
186186 cd m.css
187- git checkout master
187+ git checkout 699abdd5
188+ sed -i ' 2600d' documentation/doxygen.py # remove incorrect assertion
188189 cd ../
189190
190191 " $MCSS /documentation/doxygen.py" Doxyfile-mcss
Original file line number Diff line number Diff line change 11ARG arch=amd64
2- FROM ${arch}/ubuntu:18.04 as base
2+ ARG ubuntu=22.04
3+ FROM ${arch}/ubuntu:${ubuntu} as base
34
45ARG proxy=""
56ARG compiler=gcc-8
You can’t perform that action at this time.
0 commit comments