<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/.github/actions/setup/macos/action.yml, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Added jemalloc build to GitHub Actions</title>
<updated>2024-12-06T01:31:16+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-06T00:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bc214d10b8854fec728b3b2fe472e58688661cba'/>
<id>bc214d10b8854fec728b3b2fe472e58688661cba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract common code as a function</title>
<updated>2024-10-23T14:02:15+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-22T06:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=baae36570988683caa4c861c088689e18a8aa0fa'/>
<id>baae36570988683caa4c861c088689e18a8aa0fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.github/actions/setup/macos/action.yml - use brew openssl@3, not 1.1</title>
<updated>2024-06-24T00:03:55+00:00</updated>
<author>
<name>MSP-Greg</name>
<email>Greg.mpls@gmail.com</email>
</author>
<published>2024-06-21T22:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=18404af9ec0b797be37450ae93e7f46a1ab2ec08'/>
<id>18404af9ec0b797be37450ae93e7f46a1ab2ec08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>--with-gmp-dir option is for ruby itself, not extensions</title>
<updated>2024-05-20T04:54:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-05-20T03:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=14da90f26294b0ccba872b433dbb726544f486f7'/>
<id>14da90f26294b0ccba872b433dbb726544f486f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refer gmp to macOS build</title>
<updated>2024-02-07T09:33:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-02-07T08:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=78898c53c76d7b5b741334af74275da6ea77e214'/>
<id>78898c53c76d7b5b741334af74275da6ea77e214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>readline-ext is extracted bundled gems at Ruby 3.3</title>
<updated>2024-02-07T09:33:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-02-07T08:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5d5d27a60d7649e3ccc18e741a1581ef22effa0f'/>
<id>5d5d27a60d7649e3ccc18e741a1581ef22effa0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip running brew upgrade (#8189)</title>
<updated>2023-08-08T23:46:12+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2023-08-08T23:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1b0da1e6236ad9a380abfe4ca8b51f06c34bb6f9'/>
<id>1b0da1e6236ad9a380abfe4ca8b51f06c34bb6f9</id>
<content type='text'>
This has been unstable:
https://github.com/ruby/ruby/actions/runs/5797755676/job/15713988590

and I'm not sure if we need that in the first place, assuming the
OS image itself is maintained by GitHub.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been unstable:
https://github.com/ruby/ruby/actions/runs/5797755676/job/15713988590

and I'm not sure if we need that in the first place, assuming the
OS image itself is maintained by GitHub.</pre>
</div>
</content>
</entry>
<entry>
<title>macos: set configure options in the compsite action</title>
<updated>2023-07-08T02:31:17+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-07T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=46fe9ba0f5d32c7bb5767486c3b21c69fbac7373'/>
<id>46fe9ba0f5d32c7bb5767486c3b21c69fbac7373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bit quiet</title>
<updated>2023-06-30T08:39:39+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2023-06-30T06:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=37a893d12915b8860f6880d6a0c2859e096ab4ff'/>
<id>37a893d12915b8860f6880d6a0c2859e096ab4ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor extract brew</title>
<updated>2023-06-30T08:39:39+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2023-06-29T08:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=34bf2d508585799fc6fd272750a1c053f38e06cf'/>
<id>34bf2d508585799fc6fd272750a1c053f38e06cf</id>
<content type='text'>
Use composite action to reduce copy &amp; paste.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use composite action to reduce copy &amp; paste.
</pre>
</div>
</content>
</entry>
</feed>
