Skip to content

Commit

Permalink
Update DYLD_ROOT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwsmith committed Feb 22, 2024
1 parent 5d13428 commit 85b9358
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 761 deletions.
216 changes: 0 additions & 216 deletions .github/workflows/analysis.yml

This file was deleted.

16 changes: 7 additions & 9 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
aws-lc-rs-cross-test:
if: github.repository == 'aws/aws-lc-rs'
if: false # github.repository == 'aws/aws-lc-rs'
name: aws-lc-rs cross tests
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
id: toolchain
with:
toolchain: ${{ (matrix.target == 'riscv64gc-unknown-linux-gnu' && '1.72.1') || 'stable' }}
toolchain: ${{ (matrix.target == 'riscv64gc-unknown-linux-gnu' && '1.72.1') || 'stable' }}
target: ${{ matrix.target }}
- name: Set Rust toolchain override
run: rustup override set ${{ steps.toolchain.outputs.name }}
Expand All @@ -69,7 +69,6 @@ jobs:
matrix:
rust: [ stable ]
os: [ macos-13-xlarge ]
target: [ aarch64-apple-ios-sim ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -78,11 +77,10 @@ jobs:
id: toolchain
with:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
target: aarch64-apple-ios-sim
- name: Set Rust toolchain override
run: rustup override set ${{ steps.toolchain.outputs.name }}
- name: Run cargo test
working-directory: ./aws-lc-rs
run: cargo test --features bindgen,unstable --target ${{ matrix.target }}
env:
DYLD_ROOT_PATH: "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot"
- name: Install bash
run: brew install bash
- name: iOS Simulator Runner
run: ./scripts/ci/ios-simulator-runner.sh
39 changes: 0 additions & 39 deletions .github/workflows/deploy-docs.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/fips.yml

This file was deleted.

Loading

0 comments on commit 85b9358

Please sign in to comment.