Skip to content

Commit

Permalink
Fix race conditions; Start debugging ios builds
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 23, 2024
1 parent f4290f3 commit eccfb44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
max-parallel: 1
matrix:
config:
- {
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
max-parallel: 1
matrix:
config:
- {
Expand Down Expand Up @@ -78,10 +79,9 @@ jobs:
rid: "osx-arm64",
}
- {
name: "iOS",
name: "iOS Arm64",
os: macos-latest,
command: "export CFLAGS='-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk' \
&& zig build -Dshared=true -Doptimize=ReleaseFast -Dtarget=aarch64-ios",
command: "LIBSODIUM_SKIP_SIMULATORS=1 dist-build/apple-xcframework.sh; find .",
output-file: "zig-out/lib/libsodium.dylib",
file: "libsodium.dylib",
rid: "ios-arm64",
Expand Down

0 comments on commit eccfb44

Please sign in to comment.