FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sentry-ruby/.mise.ci.toml at master · getsentry/sentry-ruby · GitHub
getsentry
/
sentry-ruby
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
542
Star
989
Code
Issues
72
Pull requests
20
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
sentry-ruby
/
.mise.ci.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (17 loc) · 868 Bytes
Breadcrumbs
sentry-ruby
/
.mise.ci.toml
Copy path
File metadata and controls
18 lines (17 loc) · 868 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
Loaded only when MISE_ENV=ci. The full per-matrix Ruby set the lockfile CI job
#
and bin/relock resolve against; overrides the single Ruby in .mise.toml.
[
env
]
RUBY_CFLAGS
=
"
{{ '-std=gnu17' if arch() == 'arm64' else '' }}
"
[
tools
]
#
postinstall ensures latest bundlers possible on each version
ruby
= [
{
version
=
"
4.0
"
,
postinstall
=
"
gem install bundler
"
},
{
version
=
"
3.4
"
,
postinstall
=
"
gem install bundler
"
},
{
version
=
"
3.3
"
,
postinstall
=
"
gem install bundler
"
},
{
version
=
"
3.2
"
,
postinstall
=
"
gem install bundler
"
},
{
version
=
"
3.1
"
,
postinstall
=
"
gem install bundler
"
},
{
version
=
"
3.0
"
,
postinstall
=
"
gem install bundler
"
},
#
2.7 is pinned because latest bundler fails to resolve
{
version
=
"
2.7
"
,
postinstall
=
"
gem install bundler -v 2.4.22
"
},
{
version
=
"
jruby-9.4.14.0
"
,
postinstall
=
"
gem install bundler
"
},
]
Back
|
FazBrowse Home
|
New Git URL