Fixed library install order
Necessary to ensure Rust libraries are installed first especially in regards to Ruby since Ruby needs `rustc` for YJIT support. Milestone: patch
This commit is contained in:
@@ -50,9 +50,9 @@ process_option() {
|
||||
'rc')
|
||||
bin/install_rust_crates;;
|
||||
'l')
|
||||
bin/install_node_packages
|
||||
bin/install_rust_crates
|
||||
bin/install_ruby_gems
|
||||
bin/install_rust_crates;;
|
||||
bin/install_node_packages;;
|
||||
'c')
|
||||
verify_homebrew_formulas
|
||||
verify_homebrew_casks
|
||||
|
||||
Reference in New Issue
Block a user