File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
env :
15
15
REPO : lifflander1/vt
16
16
ARCH : amd64
17
- UBUNTU : 18 .04
17
+ UBUNTU : 22 .04
18
18
COMPILER_TYPE : gnu
19
- COMPILER : gcc-8
20
- HOST_COMPILER : gcc-8
19
+ COMPILER : gcc-11
20
+ HOST_COMPILER : gcc-11
21
21
BUILD_TYPE : release
22
22
ULIMIT_CORE : 0
23
23
VT_LB : 1
Original file line number Diff line number Diff line change 184
184
git clone " https://${token} @github.com/DARMA-tasking/DARMA-tasking.github.io"
185
185
git clone https://github.com/mosra/m.css
186
186
cd m.css
187
- git checkout master
187
+ git checkout 699abdd5
188
+ sed -i ' 2600d' documentation/doxygen.py # remove incorrect assertion
188
189
cd ../
189
190
190
191
" $MCSS /documentation/doxygen.py" Doxyfile-mcss
Original file line number Diff line number Diff line change 1
1
ARG arch=amd64
2
- FROM ${arch}/ubuntu:18.04 as base
2
+ ARG ubuntu=22.04
3
+ FROM ${arch}/ubuntu:${ubuntu} as base
3
4
4
5
ARG proxy=""
5
6
ARG compiler=gcc-8
You can’t perform that action at this time.
0 commit comments