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 = {
13
13
type : "github" ,
14
14
repo : "ruby/ruby" ,
15
15
rev : "master" ,
16
- patches : Dir [ "./patches/*.patch" ] . map { |p | File . expand_path ( p ) }
16
+ patches : Dir [ "./patches/*.patch" ] . map { |p | File . expand_path ( p ) }
17
17
} ,
18
18
"3_2" => {
19
19
type : "github" ,
20
20
repo : "ruby/ruby" ,
21
- rev : "v3_2_0" ,
22
- } ,
21
+ rev : "v3_2_0"
22
+ }
23
23
}
24
24
25
25
FULL_EXTS =
@@ -88,7 +88,7 @@ BUILDS = [
88
88
{ src : "3_2" , target : "wasm32-unknown-wasi" , profile : "full-js" } ,
89
89
{ src : "3_2" , target : "wasm32-unknown-wasi" , profile : "full-js-debug" } ,
90
90
{ 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" }
92
92
]
93
93
94
94
LIB_ROOT = File . dirname ( __FILE__ )
You can’t perform that action at this time.
0 commit comments