forked from realm/SwiftLint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Use rbenv to manage Ruby (realm#4893)
And pin the Ruby version to 2.7.5. rbenv was installed on all CI machines using Homebrew, with Ruby 2.7.5 installed and set as the global version. The `pre-command` script was also updated on all agents to add rbenv binaries to the path and run `rbenv init`. Remove rules_ruby integration and just use rbenv and ruby directly.
- Loading branch information
Showing
4 changed files
with
6 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
load("@bazelruby_rules_ruby//ruby:defs.bzl", "ruby_binary") | ||
|
||
exports_files(["test-analyze.sh"]) | ||
|
||
ruby_binary( | ||
name = "danger", | ||
main = "@bundle//:bin/danger", | ||
deps = ["@bundle//:bin"], | ||
) |