We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04801a7 commit 555cd18Copy full SHA for 555cd18
test/truffle/cexts/msgpack/msgpack.sh
@@ -11,8 +11,9 @@ gem install "$(jt gem-test-pack)/gem-cache/bundler-1.16.5.gem" --local --no-docu
11
12
cd "$(jt gem-test-pack)/gem-testing/msgpack-ruby"
13
14
-bundle config --local cache_path ./gem-cache
+# Use ruby -S to avoid the nested shebang problem on macOS
15
+ruby -S bundle config --local cache_path ./gem-cache
16
-bundle install --local --no-cache
17
-bundle exec rake compile
18
-bundle exec rake spec
+ruby -S bundle install --local --no-cache
+ruby -S bundle exec rake compile
19
+ruby -S bundle exec rake spec
0 commit comments