Skip to content

Commit 3385d16

Browse files
committed
Travis build 58 on Fri Dec 18 00:41:30 UTC 2015
1 parent 9c50fad commit 3385d16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

atom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
5353
cabal sandbox init
5454
cabal --with-ghc=arm-unknown-linux-gnueabihf-ghc --with-ghc-pkg=arm-unknown-linux-gnueabihf-ghc-pkg --with-ld=arm-linux-gnueabihf-ld --with-strip=arm-linux-gnueabihf-strip install</code></pre>
55-
<p>Which is <em>AWESOME</em> because the native compiler is <em>so</em> much faster than the one emulated with QEMU. This is not without caveats, though. For instance when compiling with multiple jobs it took forever and then ran out of memory, setting <code>-j1</code> fixed this.</p>
55+
<p>Which is <em>AWESOME</em> because the native compiler is <em>so</em> much faster than the one emulated with QEMU. This is not without caveats. For instance when compiling with multiple jobs it took forever and then ran out of memory, setting <code>-j1</code> with <code>cabal install</code> fixed this particular issue.</p>
5656
<p>A bigger problem is that there appears to be issues with the C FFI. I’m not yet sure how this works, but when I try to run an ARM binary which uses JuicyPixels to write a PNG (which relies upon zlib), I get this error:</p>
5757
<pre><code>user error (Codec.Compression.Zlib: incompatible zlib version)</code></pre>
5858
<p>but otherwise this works surprisingly well.</p>

posts/2015-12-15-arm.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2 id="cross-compilation-with-qemu">Cross-Compilation with QEMU</h2>
8787

8888
cabal sandbox init
8989
cabal --with-ghc=arm-unknown-linux-gnueabihf-ghc --with-ghc-pkg=arm-unknown-linux-gnueabihf-ghc-pkg --with-ld=arm-linux-gnueabihf-ld --with-strip=arm-linux-gnueabihf-strip install</code></pre>
90-
<p>Which is <em>AWESOME</em> because the native compiler is <em>so</em> much faster than the one emulated with QEMU. This is not without caveats, though. For instance when compiling with multiple jobs it took forever and then ran out of memory, setting <code>-j1</code> fixed this.</p>
90+
<p>Which is <em>AWESOME</em> because the native compiler is <em>so</em> much faster than the one emulated with QEMU. This is not without caveats. For instance when compiling with multiple jobs it took forever and then ran out of memory, setting <code>-j1</code> with <code>cabal install</code> fixed this particular issue.</p>
9191
<p>A bigger problem is that there appears to be issues with the C FFI. I’m not yet sure how this works, but when I try to run an ARM binary which uses JuicyPixels to write a PNG (which relies upon zlib), I get this error:</p>
9292
<pre><code>user error (Codec.Compression.Zlib: incompatible zlib version)</code></pre>
9393
<p>but otherwise this works surprisingly well.</p>

rss.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
4949
cabal sandbox init
5050
cabal --with-ghc=arm-unknown-linux-gnueabihf-ghc --with-ghc-pkg=arm-unknown-linux-gnueabihf-ghc-pkg --with-ld=arm-linux-gnueabihf-ld --with-strip=arm-linux-gnueabihf-strip install</code></pre>
51-
<p>Which is <em>AWESOME</em> because the native compiler is <em>so</em> much faster than the one emulated with QEMU. This is not without caveats, though. For instance when compiling with multiple jobs it took forever and then ran out of memory, setting <code>-j1</code> fixed this.</p>
51+
<p>Which is <em>AWESOME</em> because the native compiler is <em>so</em> much faster than the one emulated with QEMU. This is not without caveats. For instance when compiling with multiple jobs it took forever and then ran out of memory, setting <code>-j1</code> with <code>cabal install</code> fixed this particular issue.</p>
5252
<p>A bigger problem is that there appears to be issues with the C FFI. I’m not yet sure how this works, but when I try to run an ARM binary which uses JuicyPixels to write a PNG (which relies upon zlib), I get this error:</p>
5353
<pre><code>user error (Codec.Compression.Zlib: incompatible zlib version)</code></pre>
5454
<p>but otherwise this works surprisingly well.</p>

0 commit comments

Comments
 (0)