Commit dab41c7 1 parent a3ecd79 commit dab41c7 Copy full SHA for dab41c7
File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v4
33
33
- uses : julia-actions/setup-julia@v1
34
34
with :
35
- version : ' 1.9 '
35
+ version : ' 1.10 '
36
36
show-versioninfo : true
37
37
- uses : julia-actions/julia-buildpkg@v1
38
38
with :
Original file line number Diff line number Diff line change @@ -32,13 +32,18 @@ jobs:
32
32
test_type :
33
33
- regular
34
34
- coverage
35
- - package-compiler
36
35
arch :
37
36
- x64
38
37
julia_version :
39
- - ' 1.9 '
38
+ - ' 1.10 '
40
39
t8code_version :
41
40
- ' 1.4.1'
41
+ include :
42
+ - os : ubuntu-latest
43
+ test_type : package-compiler
44
+ arch : x64
45
+ julia_version : ' 1.9.3' # 1.9.4: missing nghttp2 symbols in libcurl
46
+ t8code_version : ' 1.4.1'
42
47
env :
43
48
# Necessary for HDF5 to play nice with Julia
44
49
LD_PRELOAD : /lib/x86_64-linux-gnu/libcurl.so.4
@@ -158,7 +163,7 @@ jobs:
158
163
cp ../install/share/libtrixi/LibTrixi.jl/examples/libelixir_p4est2d_dgsem_euler_sedov.jl .
159
164
cp ../install/share/libtrixi/LibTrixi.jl/examples/libelixir_t8code_2d_dgsem_advection_amr.jl .
160
165
161
- - name : Initialize project directory
166
+ - name : Initialize project directory (test_type == 'package-compiler')
162
167
if : ${{ matrix.test_type == 'package-compiler' }}
163
168
# Note that we set the Julia depot to `~/.julia` *ONLY* to make use of the
164
169
# julia-actions/cache above (which unfortunately hardcoded the `~/.julia`
@@ -233,7 +238,7 @@ jobs:
233
238
env :
234
239
LIBTRIXI_DEBUG : all
235
240
236
- - name : Run examples
241
+ - name : Run examples (test_type == 'package-compiler')
237
242
if : ${{ matrix.test_type == 'package-compiler' }}
238
243
run : |
239
244
cd build/examples
You can’t perform that action at this time.
0 commit comments