<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/ghc, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/ghc: move from testing</title>
<updated>2017-05-17T13:50:14+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-05-14T10:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3b5707d385eecf499b59ce4e41763a4f2dc20595'/>
<id>3b5707d385eecf499b59ce4e41763a4f2dc20595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ghc: remove dependency on ghc-bootstrap</title>
<updated>2017-05-17T13:50:14+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-05-14T10:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f267ad1d8d993fc0ad5e97a85413064231ae1286'/>
<id>f267ad1d8d993fc0ad5e97a85413064231ae1286</id>
<content type='text'>
It's not used anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's not used anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ghc: remove irrelevant comment</title>
<updated>2017-05-17T13:50:14+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-05-14T10:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5935206e289a9259e135faebd05808d9899c8081'/>
<id>5935206e289a9259e135faebd05808d9899c8081</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ghc: improve and fix abuild</title>
<updated>2017-04-10T22:05:02+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-04-10T21:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ad037349e2b0b41a60917cf5bbbdbd642ab4752b'/>
<id>ad037349e2b0b41a60917cf5bbbdbd642ab4752b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ghc: rearrange variables into conventional order</title>
<updated>2017-04-10T22:05:02+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-04-10T21:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1bc6e9463b5fffb5ec6d0a49e74b683f799ace95'/>
<id>1bc6e9463b5fffb5ec6d0a49e74b683f799ace95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ghc: Add libffi-dev to depends</title>
<updated>2017-03-21T20:02:16+00:00</updated>
<author>
<name>Mitch Tishmack</name>
<email>mitch.tishmack@gmail.com</email>
</author>
<published>2017-03-07T04:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9626840202ef69442b623392b6dd143b46e2f6b2'/>
<id>9626840202ef69442b623392b6dd143b46e2f6b2</id>
<content type='text'>
While not strictly necessary generally, when passing in linker args to ghc
to compile the c rts invokes some ffi calls that the shared library
alone doesn't suffice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While not strictly necessary generally, when passing in linker args to ghc
to compile the c rts invokes some ffi calls that the shared library
alone doesn't suffice.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ghc: Add testsuite</title>
<updated>2017-03-11T00:41:35+00:00</updated>
<author>
<name>Mitch Tishmack</name>
<email>mitch.tishmack@gmail.com</email>
</author>
<published>2017-03-10T14:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=94a32e51cfbb7cb3caa662a9baf56d6e58ff8ca6'/>
<id>94a32e51cfbb7cb3caa662a9baf56d6e58ff8ca6</id>
<content type='text'>
Note, while the other testsuites run fine, they're very long running.

fast ~ 10 min
normal ~45 min
long ~over an hour

This is on a skylake i7, so results may vary. So for now only run the
fast test suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note, while the other testsuites run fine, they're very long running.

fast ~ 10 min
normal ~45 min
long ~over an hour

This is on a skylake i7, so results may vary. So for now only run the
fast test suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "testing/ghc: temporarily disable on armhf since the bootstrap package is not yet available"</title>
<updated>2017-02-28T05:57:55+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-02-28T05:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=542c18c4739f7c612f81b0f695e771aefb25cb4c'/>
<id>542c18c4739f7c612f81b0f695e771aefb25cb4c</id>
<content type='text'>
This reverts commit 68d29786911e3b4dfec5dd5556e8f3d7422d6d11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 68d29786911e3b4dfec5dd5556e8f3d7422d6d11.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ghc: temporarily disable on armhf since the bootstrap package is not yet available</title>
<updated>2017-02-27T21:03:09+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-02-27T21:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=68d29786911e3b4dfec5dd5556e8f3d7422d6d11'/>
<id>68d29786911e3b4dfec5dd5556e8f3d7422d6d11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ghc: more fixes to cross-build</title>
<updated>2017-02-27T15:09:18+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2017-02-27T15:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=780c767c07bebb74d01a060b9b6250d4989cbb2c'/>
<id>780c767c07bebb74d01a060b9b6250d4989cbb2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
