Skip to content

Commit

Permalink
CI: Remove broken iOS testing
Browse files Browse the repository at this point in the history
(cherry picked from commit c57210e)
  • Loading branch information
JohanEngelen authored and EyalIO committed Jun 23, 2024
1 parent 081bc19 commit 2d47922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/merge-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ runs:
perl -0777 -pi -e "s|\\ndefault:\\n.+?\\n\\};|$sections|s" etc/ldc2.conf
cat etc/ldc2.conf
- name: Run x86_64/arm64 macOS/iOS cross-compilation smoke tests
- name: Run x86_64/arm64 macOS cross-compilation smoke tests
shell: bash
run: |
set -eux
echo 'void main() { import std.stdio; writefln("Hello world, %d bits", size_t.sizeof * 8); }' > hello.d
for os in macos ios; do
for os in macos; do
for arch in x86_64 arm64; do
triple="$arch-apple-$os"
ldc2-universal/bin/ldc2 -mtriple="$triple" hello.d
Expand Down

0 comments on commit 2d47922

Please sign in to comment.