Commit 9e1614b
Revert rust-lang#110 to fix iOS cross-compilation after rust-lang#158. Fixes rust-lang#173 (rust-lang#176)
* add an iOS cross-compile test to CI
* Fix zlib-ng compilation for iOS
* Revert rust-lang#110 to fix iOS cross-compilation after rust-lang#158. Fixes rust-lang#173
In rust-lang#158, better support for using CMake's cross-compilation facilities was
added. This made the workaround added in rust-lang#110 for iOS not only unnecessary,
but actively harmful, in that it runs afoul of SDK validation checks in the
CMake iOS codepath.
* Use checkout@v3
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
---------
Co-authored-by: Thom Chiovoloni <thom@shift.click>
Co-authored-by: Yuki Okushi <jtitor@2k36.org>1 parent 65bf352 commit 9e1614b
2 files changed
+22
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | 663 | | |
670 | 664 | | |
671 | 665 | | |
| |||
0 commit comments