We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef02a3 commit 52907acCopy full SHA for 52907ac
2 files changed
kokoro/release/ruby/macos/build_artifacts.sh
@@ -12,8 +12,5 @@ export ARTIFACT_DIR=$(pwd)/artifacts
12
# ruby environment
13
bash kokoro/release/ruby/macos/ruby/ruby_build_environment.sh
14
15
-gem install rubygems-update
16
-update_rubygems
17
-
18
# build artifacts
19
bash kokoro/release/ruby/macos/ruby/ruby_build.sh
kokoro/release/ruby/macos/ruby/ruby_build_environment.sh
@@ -2,6 +2,10 @@
2
3
set -ex
4
5
+# Fix permissions
6
+sudo chown -R $(whoami) $HOME/.rvm/
7
+sudo chown -R $(whoami) /Library/Ruby/
8
+
9
set +ex # rvm script is very verbose and exits with errorcode
10
source $HOME/.rvm/scripts/rvm
11
set -e # rvm commands are very verbose
0 commit comments