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
22
33jobs :
44 omnibus_osx_llvm :
5- resource_class : macos.x86.medium.gen2
65 macos :
76 xcode : 13.4.1
87 environment :
Original file line number Diff line number Diff line change 77
88gem 'omnibus' , github : 'chef/omnibus' , ref : '1d97cd9e79a062dfc12f0c047215f3a9e4d65b09'
99gem '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 6363 "#{ ' -DPYTHON_EXECUTABLE=$(which python2.7)' if centos? } " \
6464 " #{ project_dir } " , env : env , cwd : llvm_build_dir
6565 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
6667 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
6868end
You can’t perform that action at this time.
0 commit comments