<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/ci, branch xcodeobjc</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>Add Qt6 module</title>
<updated>2021-02-07T20:43:00+00:00</updated>
<author>
<name>Luca Weiss</name>
<email>luca@z3ntu.xyz</email>
</author>
<published>2020-12-08T21:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=398df5629863e913fa603cbf02c525a9f501f8a8'/>
<id>398df5629863e913fa603cbf02c525a9f501f8a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mesonlib: Add better errormessage to typelistify</title>
<updated>2021-02-06T18:27:04+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2021-01-21T19:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=9cebd29da973553c6e657f7b318ab1d6afbc76e6'/>
<id>9cebd29da973553c6e657f7b318ab1d6afbc76e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Add bindgen to CI images</title>
<updated>2021-02-06T18:27:04+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2021-01-06T22:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=80ec157e5e02172cd6e2933bc1047fca07f176df'/>
<id>80ec157e5e02172cd6e2933bc1047fca07f176df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the Eoan CI to ubuntu rolling ci</title>
<updated>2021-01-29T19:40:25+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2021-01-26T18:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=c321339b24f896d02b0839d1b1e5008eae405858'/>
<id>c321339b24f896d02b0839d1b1e5008eae405858</id>
<content type='text'>
This makes the Ubuntu CI always use the latest release, without us
having to manually change it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the Ubuntu CI always use the latest release, without us
having to manually change it.
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: arch: get hotdoc from official repos</title>
<updated>2021-01-29T17:14:57+00:00</updated>
<author>
<name>Eli Schwartz</name>
<email>eschwartz@archlinux.org</email>
</author>
<published>2021-01-29T17:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=19d3a7f5b6bcc89fc59e28d51a9cf3d18bfafb9b'/>
<id>19d3a7f5b6bcc89fc59e28d51a9cf3d18bfafb9b</id>
<content type='text'>
It is now officially packaged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is now officially packaged.
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: arch: remove duplicate package from list</title>
<updated>2021-01-29T17:13:56+00:00</updated>
<author>
<name>Eli Schwartz</name>
<email>eschwartz@archlinux.org</email>
</author>
<published>2021-01-29T17:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=03b1955c6884c05903c9432222038ff463022e02'/>
<id>03b1955c6884c05903c9432222038ff463022e02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: fix arch linux tests failing to install wxgtk</title>
<updated>2021-01-12T00:07:12+00:00</updated>
<author>
<name>Eli Schwartz</name>
<email>eschwartz@archlinux.org</email>
</author>
<published>2021-01-12T00:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=4ff020759a3cdedb9d8ff1150ec09313096f6228'/>
<id>4ff020759a3cdedb9d8ff1150ec09313096f6228</id>
<content type='text'>
There hasn't been any such package since the original addition of a
gtk3 version of wxgtk... back in 2017. The "new" wxgtk2 package provided
a virtual provides ever since, so people still depending on "wxgtk"
would get the old gtk2 version. This virtual provides got dropped today,
resulting in the package being uninstallable.

Resolve the provides to its canonical name, thus making it installable
again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There hasn't been any such package since the original addition of a
gtk3 version of wxgtk... back in 2017. The "new" wxgtk2 package provided
a virtual provides ever since, so people still depending on "wxgtk"
would get the old gtk2 version. This virtual provides got dropped today,
resulting in the package being uninstallable.

Resolve the provides to its canonical name, thus making it installable
again.
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Move all remaining jobs from travis-ci to GHA</title>
<updated>2020-12-11T21:45:11+00:00</updated>
<author>
<name>Christoph Reiter</name>
<email>reiter.christoph@gmail.com</email>
</author>
<published>2020-11-26T08:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=8d04b3ce745821b18c78ba5ee19e4f00726d8d89'/>
<id>8d04b3ce745821b18c78ba5ee19e4f00726d8d89</id>
<content type='text'>
Some changes:

* Set HOME to /root, since github mounts its own HOME and 'wine'
  (because of permissions) and 'dub' (can't find packages) don't
  like that.
* Remove the seccomp option, doesn't seem to be needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some changes:

* Set HOME to /root, since github mounts its own HOME and 'wine'
  (because of permissions) and 'dub' (can't find packages) don't
  like that.
* Remove the seccomp option, doesn't seem to be needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: Drop osx support</title>
<updated>2020-11-11T15:42:40+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-11-11T00:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=fd27dfe649d9764eee5f0dfe63457db653db6414'/>
<id>fd27dfe649d9764eee5f0dfe63457db653db6414</id>
<content type='text'>
We're now running this through github actions, no need for travis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're now running this through github actions, no need for travis.
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Add cross tests</title>
<updated>2020-10-13T15:04:20+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-10-05T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=b27af7e4654c3b2fe8c68a560c99fbffbd22789b'/>
<id>b27af7e4654c3b2fe8c68a560c99fbffbd22789b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
