File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ BUILD_SOURCES = {
1313 type : "github" ,
1414 repo : "ruby/ruby" ,
1515 rev : "master" ,
16- patches : Dir [ "./patches/*.patch" ] . map { |p | File . expand_path ( p ) }
16+ patches : Dir [ "./patches/*.patch" ] . map { |p | File . expand_path ( p ) }
1717 } ,
1818 "3_2" => {
1919 type : "github" ,
2020 repo : "ruby/ruby" ,
21- rev : "v3_2_0" ,
22- } ,
21+ rev : "v3_2_0"
22+ }
2323}
2424
2525FULL_EXTS =
@@ -88,7 +88,7 @@ BUILDS = [
8888 { src : "3_2" , target : "wasm32-unknown-wasi" , profile : "full-js" } ,
8989 { src : "3_2" , target : "wasm32-unknown-wasi" , profile : "full-js-debug" } ,
9090 { src : "3_2" , target : "wasm32-unknown-emscripten" , profile : "minimal" } ,
91- { src : "3_2" , target : "wasm32-unknown-emscripten" , profile : "full" } ,
91+ { src : "3_2" , target : "wasm32-unknown-emscripten" , profile : "full" }
9292]
9393
9494LIB_ROOT = File . dirname ( __FILE__ )
You can’t perform that action at this time.
0 commit comments