summaryrefslogtreecommitdiff
path: root/ci/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-09-19 23:20:53 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-09-21 14:37:14 -0700
commitbaef6116da5c705164c71f25b0614654afeac8a0 (patch)
tree708f52eeec662534815b7657a55fe5c310f1aee2 /ci/README.md
parent9cb16341641db61a5e520172deac18a269e88d5a (diff)
downloadrust-libc-baef6116da5c705164c71f25b0614654afeac8a0.tar.gz
iOS support
Diffstat (limited to 'ci/README.md')
-rw-r--r--ci/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/README.md b/ci/README.md
index 6aebb43fdd..8e4729ed2e 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -57,7 +57,7 @@ running tests. The triples tested are:
* `x86_64-unknown-linux-musl`
* `arm-unknown-linux-gnueabihf`
* `arm-linux-androideabi`
- * `{i686,x86_64}-apple-darwin`
+ * `{i686,x86_64}-apple-{darwin,ios}`
The Windows triples are all pretty standard, they just set up their environment
then run tests, no need for downloading any extra target libs (we just download
@@ -74,6 +74,8 @@ The remaining architectures look like:
actually verify the tests pass.
* The MUSL build just has to download a MUSL compiler and target libraries and
then otherwise runs tests normally.
+* iOS builds need an extra linker flag currently, but beyond that they're built
+ as standard as everything else.
Hopefully that's at least somewhat of an introduction to everything going on
here, and feel free to ping @alexcrichton with questions!