aboutsummaryrefslogtreecommitdiffstats
path: root/nacl
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-03 15:39:15 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-03 15:39:15 +0000
commit6efba755da0c9d1ff6fc53767d4770d6ca507d19 (patch)
tree3bff5a7c507b049b6cc2180a0869249ba292059d /nacl
parent0626021e13c6aaf9db1bf34a10e8186867e30901 (diff)
downloadruby-6efba755da0c9d1ff6fc53767d4770d6ca507d19.tar.gz
Fix failures on btest for NativeClient.
* bootstraptest/runner.rb (nacl?): New method to distinguish NaCl corss build. * bootstraptest/test_io.rb: Skip unsupported operations. * bootstraptest/test_literal.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'nacl')
-rw-r--r--nacl/README.nacl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nacl/README.nacl b/nacl/README.nacl
index 0db9971797..e70f272715 100644
--- a/nacl/README.nacl
+++ b/nacl/README.nacl
@@ -6,7 +6,7 @@
You need to install the following things before building NaCl port of Ruby.
* Ruby 1.9.3 or later
* Python 2.6 or later
-* NativeClient SDK pepper 18 or later
+* NativeClient SDK pepper 22 or later
* GNU make
== Steps