File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ version: 2
2
2
3
3
jobs :
4
4
omnibus_osx_llvm :
5
- resource_class : macos.x86.medium.gen2
6
5
macos :
7
6
xcode : 13.4.1
8
7
environment :
Original file line number Diff line number Diff line change 7
7
8
8
gem 'omnibus' , github : 'chef/omnibus' , ref : '1d97cd9e79a062dfc12f0c047215f3a9e4d65b09'
9
9
gem 'omnibus-software' , github : 'chef/omnibus-software' , ref : '76b31d11c1fbbc43a4ed1a1990a2662d05b28644'
10
+
11
+ gem 'ffi-yajl' , '>=2.6'
Original file line number Diff line number Diff line change 63
63
"#{ ' -DPYTHON_EXECUTABLE=$(which python2.7)' if centos? } " \
64
64
" #{ project_dir } " , env : env , cwd : llvm_build_dir
65
65
command "cmake --build . --parallel $(sysctl -n hw.logicalcpu)" , env : env , cwd : llvm_build_dir
66
+ command "cmake --build . --target preinstall" , env : env , cwd : llvm_build_dir
66
67
command "cmake -DCMAKE_INSTALL_PREFIX=#{ install_dir } -P cmake_install.cmake" , env : env , cwd : llvm_build_dir
67
- command "cmake --build . --target install" , env : env , cwd : llvm_build_dir
68
68
end
You can’t perform that action at this time.
0 commit comments