mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-01-09 07:11:20 +08:00
Resolve kokoro build failure for CocoaPods builds. (#9306)
this PR uninstalls the rubygems-bundler which is not needed anymore and causing build failures. See more details in tracking bug https://github.com/material-components/material-components-ios/issues/9305
This commit is contained in:
parent
c5f7118b13
commit
2221bb6cc0
@ -21,6 +21,10 @@ gem_update() {
|
|||||||
gem_install() {
|
gem_install() {
|
||||||
gem_update
|
gem_update
|
||||||
gem install "$@" --no-document --quiet
|
gem install "$@" --no-document --quiet
|
||||||
|
# We need to uninstall this due to the release of RubyGems 3.1.0
|
||||||
|
# See a way in future to not need to uninstall this every time.
|
||||||
|
# tracking bug: https://github.com/material-components/material-components-ios/issues/9305
|
||||||
|
gem uninstall -i /Users/kbuilder/.rvm/rubies/ruby-2.5.1/lib/ruby/gems/2.5.0 rubygems-bundler
|
||||||
}
|
}
|
||||||
|
|
||||||
brew_update() {
|
brew_update() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user