File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ pushd $BINDING_PATH
19
19
esac
20
20
popd
21
21
22
+ NUM_OF_JOBS=2
23
+
22
24
pushd $RUBY_PATH
23
25
24
26
./autogen.sh
@@ -29,12 +31,12 @@ pushd $RUBY_PATH
29
31
case $DEBUG_LEVEL in
30
32
debug)
31
33
../configure --with-mmtk-ruby=$BINDING_PATH --with-mmtk-ruby-debug --prefix=$RUBY_INSTALL_PATH --disable-install-doc cppflags=' -g3 -O0 -DRUBY_DEBUG=1 -DRUBY_DEVEL -DUSE_RUBY_DEBUG_LOG=1'
32
- make miniruby -j
34
+ make miniruby -j $NUM_OF_JOBS
33
35
;;
34
36
35
37
release)
36
38
../configure --with-mmtk-ruby=$BINDING_PATH --prefix=$RUBY_INSTALL_PATH --disable-install-doc cppflags=' -g3'
37
- make install -j
39
+ make install -j $NUM_OF_JOBS
38
40
;;
39
41
40
42
* )
Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ BINDING_PATH=$(realpath $(dirname "$0"))/../..
2
2
RUBY_PATH=$BINDING_PATH /../ruby
3
3
RUBY_BUILD_PATH=$RUBY_PATH /build
4
4
RUBY_INSTALL_PATH=$RUBY_BUILD_PATH /install
5
- RUSTUP_TOOLCHAIN=stable
6
- # TODO: Switch to a fixed toolchain the next time we bump MSRV
7
- # RUSTUP_TOOLCHAIN=`cat $BINDING_PATH/mmtk/rust-toolchain`
5
+ RUSTUP_TOOLCHAIN=` cat $BINDING_PATH /mmtk/rust-toolchain`
Original file line number Diff line number Diff line change
1
+ 1.71.1
You can’t perform that action at this time.
0 commit comments