Skip to content

Remove DEVELOPER_DIR envvar from Github Actions #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/build-xcframework-parallel-archives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- destination: 'macOS,variant=Mac Catalyst'
human_readable_platform: 'catalyst'
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
LDK_C_BINDINGS_BASE: /Users/runner/work/ldk-swift/ldk-swift/bindings/artifacts/ldk-c-bindings
LDK_C_BINDINGS_BINARY_DIRECTORY: /Users/runner/work/ldk-swift/ldk-swift/bindings/artifacts/bin
steps:
Expand Down Expand Up @@ -63,7 +62,6 @@ jobs:
runs-on: macos-12
needs: [ build-xcarchives ]
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
LDK_C_BINDINGS_BASE: /Users/runner/work/ldk-swift/ldk-swift/bindings/artifacts/ldk-c-bindings
steps:
- name: Configure Xcode
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-xcframework-parallel-libldk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
name: Build & lipo libldk.a for ${{ matrix.configuration['human_readable_platform'] }}
runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
LDK_C_BINDINGS_BASE: /Users/runner/work/ldk-swift/ldk-swift/bindings/artifacts/ldk-c-bindings
strategy:
fail-fast: true
Expand Down Expand Up @@ -73,7 +72,6 @@ jobs:
needs: [ build-libldks ]
runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
LDK_C_BINDINGS_BASE: /Users/runner/work/ldk-swift/ldk-swift/bindings/artifacts/ldk-c-bindings
steps:
- name: Configure Xcode
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-xcframework-sequential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
name: Build libldks, build xcarchives, and combine into xcframework
runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
LDK_C_BINDINGS_BASE: /Users/runner/work/ldk-swift/ldk-swift/bindings/artifacts/ldk-c-bindings
steps:
- name: Configure Xcode
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/direct-bindings-app-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
platform: iOS Simulator
project: DirectBindingsApp/DirectBindingsApp.xcodeproj
xcode-unit-test: DirectBindingsAppTests
env:
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app/Contents/Developer
steps:
- name: Configure Xcode
uses: maxim-lobanov/setup-xcode@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
name: Generate XCFramework
runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
LDK_C_BINDINGS_BASE: /Users/runner/work/ldk-swift/ldk-swift/bindings/artifacts/ldk-c-bindings
steps:
- name: Configure Xcode
Expand Down