File tree Expand file tree Collapse file tree 1 file changed +29
-17
lines changed Expand file tree Collapse file tree 1 file changed +29
-17
lines changed Original file line number Diff line number Diff line change 7
7
pull_request : {}
8
8
9
9
jobs :
10
- linux :
10
+ linux-official :
11
+ strategy :
12
+ fail-fast : false
13
+ matrix :
14
+ feature :
15
+ - " " # test of no-feature
16
+ - mkl-static-lp64-iomp
17
+ - mkl-static-lp64-seq
18
+ - mkl-static-ilp64-iomp
19
+ - mkl-static-ilp64-seq
20
+ - mkl-dynamic-lp64-iomp
21
+ - mkl-dynamic-lp64-seq
22
+ - mkl-dynamic-ilp64-iomp
23
+ - mkl-dynamic-ilp64-seq
24
+ runs-on : ubuntu-22.04
25
+ container :
26
+ image : ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
27
+ steps :
28
+ - uses : actions/checkout@v1
29
+ - uses : actions-rs/cargo@v1
30
+ with :
31
+ command : test
32
+ args : >
33
+ --manifest-path=intel-mkl-sys/Cargo.toml
34
+ --features=${{ matrix.feature }}
35
+
36
+ linux-ocipkg :
11
37
strategy :
12
38
fail-fast : false
13
39
matrix :
14
- image :
15
- - ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
16
- - rust:1.62.1
17
40
feature :
18
- - " "
19
41
- mkl-static-lp64-iomp
20
42
- mkl-static-lp64-seq
21
43
- mkl-static-ilp64-iomp
22
44
- mkl-static-ilp64-seq
23
- include :
24
- - image : ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
25
- feature : mkl-dynamic-lp64-iomp
26
- - image : ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
27
- feature : mkl-dynamic-lp64-seq
28
- - image : ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
29
- feature : mkl-dynamic-ilp64-iomp
30
- - image : ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
31
- feature : mkl-dynamic-ilp64-seq
32
45
runs-on : ubuntu-22.04
33
46
container :
34
- image : ${{ matrix.image }}
47
+ image : rust:1.62.1
35
48
steps :
36
49
- uses : actions/checkout@v1
37
50
- uses : actions-rs/cargo@v1
38
- if : matrix.image == 'rust:1.62.1'
39
51
with :
40
52
command : install
41
53
args : ocipkg-cli
46
58
--manifest-path=intel-mkl-sys/Cargo.toml
47
59
--features=${{ matrix.feature }}
48
60
49
- windows :
61
+ windows-nuget :
50
62
strategy :
51
63
fail-fast : false
52
64
matrix :
You can’t perform that action at this time.
0 commit comments