File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -104,24 +104,24 @@ def bzr_project
104
104
end
105
105
end
106
106
107
- if os [ :arch ] !~ /aarch64|arm64/
108
- describe 'clang installation' do
109
- describe command ( 'clang -v' ) do
110
- its ( :exit_status ) { should eq 0 }
111
- end
112
-
113
- describe 'clang command' do
114
- describe command ( 'clang -help' ) do
115
- its ( :stdout ) do
116
- should include (
117
- 'OVERVIEW: clang LLVM compiler' ,
118
- 'OPTIONS:'
119
- )
120
- end
121
- end
122
- end
123
- end
124
- end
107
+ # if os[:arch] !~ /aarch64|arm64/
108
+ # describe 'clang installation' do
109
+ # describe command('clang -v') do
110
+ # its(:exit_status) { should eq 0 }
111
+ # end
112
+
113
+ # describe 'clang command' do
114
+ # describe command('clang -help') do
115
+ # its(:stdout) do
116
+ # should include(
117
+ # 'OVERVIEW: clang LLVM compiler',
118
+ # 'OPTIONS:'
119
+ # )
120
+ # end
121
+ # end
122
+ # end
123
+ # end
124
+ # end
125
125
126
126
if os [ :arch ] !~ /aarch64|arm64/
127
127
describe package ( 'pollinate' ) do
You can’t perform that action at this time.
0 commit comments