@@ -21,30 +21,30 @@ jobs:
21
21
fail-fast : false
22
22
matrix :
23
23
include :
24
- - os : " linux"
25
- name : " arm64"
26
- runs-on : " ubuntu-2004-arm64"
27
- cmake-flags : " -DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_BUILD_TEST=ON"
28
- build-deps-cmake-flags : " "
29
- ccache-dir : " "
30
- - os : " linux"
31
- name : " amd64"
32
- runs-on : " ubuntu-20-04-cuda-12-0"
33
- cmake-flags : " -DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_BUILD_TEST=ON"
34
- build-deps-cmake-flags : " "
35
- ccache-dir : " "
36
- - os : " mac"
37
- name : " amd64"
38
- runs-on : " macos-selfhosted-12"
39
- cmake-flags : " -DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_BUILD_TEST=ON"
40
- build-deps-cmake-flags : " "
41
- ccache-dir : " "
42
- - os : " mac"
43
- name : " arm64"
44
- runs-on : " macos-selfhosted-12-arm64"
45
- cmake-flags : " -DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_BUILD_TEST=ON -DMAC_ARM64=ON"
46
- build-deps-cmake-flags : " "
47
- ccache-dir : " "
24
+ # - os: "linux"
25
+ # name: "arm64"
26
+ # runs-on: "ubuntu-2004-arm64"
27
+ # cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_BUILD_TEST=ON"
28
+ # build-deps-cmake-flags: ""
29
+ # ccache-dir: ""
30
+ # - os: "linux"
31
+ # name: "amd64"
32
+ # runs-on: "ubuntu-20-04-cuda-12-0"
33
+ # cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_BUILD_TEST=ON"
34
+ # build-deps-cmake-flags: ""
35
+ # ccache-dir: ""
36
+ # - os: "mac"
37
+ # name: "amd64"
38
+ # runs-on: "macos-selfhosted-12"
39
+ # cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_BUILD_TEST=ON"
40
+ # build-deps-cmake-flags: ""
41
+ # ccache-dir: ""
42
+ # - os: "mac"
43
+ # name: "arm64"
44
+ # runs-on: "macos-selfhosted-12-arm64"
45
+ # cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_BUILD_TEST=ON -DMAC_ARM64=ON"
46
+ # build-deps-cmake-flags: ""
47
+ # ccache-dir: ""
48
48
- os : " windows"
49
49
name : " amd64"
50
50
runs-on : " windows-cuda-12-0"
58
58
with :
59
59
submodules : recursive
60
60
61
+ - name : Setup Perl
62
+ if : runner.os == 'Windows'
63
+ uses : shogo82148/actions-setup-perl@v1
64
+ with :
65
+ perl-version : " 5.38"
66
+ run : |
67
+ cpanm --installdeps .
68
+ prove -lv t
69
+
61
70
- name : use python
62
71
continue-on-error : true
63
72
uses : actions/setup-python@v5
0 commit comments