File tree Expand file tree Collapse file tree 1 file changed +58
-58
lines changed Expand file tree Collapse file tree 1 file changed +58
-58
lines changed Original file line number Diff line number Diff line change @@ -21,63 +21,63 @@ jobs:
21
21
type : static
22
22
shell : sh
23
23
benchmark : macos/llvm
24
- - os : macos-latest
25
- cc : clang
26
- cxx : clang++
27
- type : shared
28
- shell : sh
29
- - os : macos-latest
30
- cc : gcc-13
31
- cxx : g++-13
32
- type : static
33
- shell : sh
34
- benchmark : macos/gcc
35
- - os : ubuntu-latest
36
- cc : clang
37
- cxx : clang++
38
- type : static
39
- shell : sh
40
- benchmark : linux/llvm
41
- - os : ubuntu-latest
42
- cc : gcc
43
- cxx : g++
44
- type : static
45
- shell : sh
46
- benchmark : linux/gcc
47
- - os : ubuntu-latest
48
- cc : clang
49
- cxx : clang++
50
- type : shared
51
- shell : sh
52
- - os : ubuntu-latest
53
- cc : gcc
54
- cxx : g++
55
- type : shared
56
- shell : sh
57
- - os : windows-latest
58
- type : static
59
- shell : pwsh
60
- benchmark : windows/msvc
61
- - os : windows-latest
62
- type : shared
63
- shell : pwsh
64
- - os : windows-latest
65
- type : static
66
- shell : msys2 {0}
67
-
68
- # Sanitizers
69
- - os : ubuntu-latest
70
- cc : clang
71
- cxx : clang++
72
- type : static
73
- shell : sh
74
- options : -DSOURCEMETA_CORE_ADDRESS_SANITIZER:BOOL=ON
75
- - os : ubuntu-latest
76
- cc : clang
77
- cxx : clang++
78
- type : static
79
- shell : sh
80
- options : -DSOURCEMETA_CORE_UNDEFINED_SANITIZER:BOOL=ON
24
+ # - os: macos-latest
25
+ # cc: clang
26
+ # cxx: clang++
27
+ # type: shared
28
+ # shell: sh
29
+ # - os: macos-latest
30
+ # cc: gcc-13
31
+ # cxx: g++-13
32
+ # type: static
33
+ # shell: sh
34
+ # benchmark: macos/gcc
35
+ # - os: ubuntu-latest
36
+ # cc: clang
37
+ # cxx: clang++
38
+ # type: static
39
+ # shell: sh
40
+ # benchmark: linux/llvm
41
+ # - os: ubuntu-latest
42
+ # cc: gcc
43
+ # cxx: g++
44
+ # type: static
45
+ # shell: sh
46
+ # benchmark: linux/gcc
47
+ # - os: ubuntu-latest
48
+ # cc: clang
49
+ # cxx: clang++
50
+ # type: shared
51
+ # shell: sh
52
+ # - os: ubuntu-latest
53
+ # cc: gcc
54
+ # cxx: g++
55
+ # type: shared
56
+ # shell: sh
57
+ # - os: windows-latest
58
+ # type: static
59
+ # shell: pwsh
60
+ # benchmark: windows/msvc
61
+ # - os: windows-latest
62
+ # type: shared
63
+ # shell: pwsh
64
+ # - os: windows-latest
65
+ # type: static
66
+ # shell: msys2 {0}
67
+ #
68
+ # # Sanitizers
69
+ # - os: ubuntu-latest
70
+ # cc: clang
71
+ # cxx: clang++
72
+ # type: static
73
+ # shell: sh
74
+ # options: -DSOURCEMETA_CORE_ADDRESS_SANITIZER:BOOL=ON
75
+ # - os: ubuntu-latest
76
+ # cc: clang
77
+ # cxx: clang++
78
+ # type: static
79
+ # shell: sh
80
+ # options: -DSOURCEMETA_CORE_UNDEFINED_SANITIZER:BOOL=ON
81
81
82
82
defaults :
83
83
run :
@@ -173,7 +173,7 @@ jobs:
173
173
- name : Install llvm
174
174
run : brew install llvm
175
175
- name : Set PATH
176
- run : echo " export PATH=/opt/homebrew/opt/llvm/bin:\ $PATH" >> $GITHUB_ENV
176
+ run : echo ' export PATH=" /opt/homebrew/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile
177
177
- run : >
178
178
cmake -S . -B ./build
179
179
-DCMAKE_BUILD_TYPE:STRING=Release
You can’t perform that action at this time.
0 commit comments