Skip to content
Merged
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
9 changes: 0 additions & 9 deletions .github/workflows/prebuild-r2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "${{ env.XCODE_VERSION }}"
# The iOS runner links HevSocks5Tunnel.xcframework via the
# WebDriverAgentTunnel appex; build it from the submodule first
# (idempotent/stamped). tvOS does not link the tunnel.
- name: Build SOCKS5 tunnel xcframework
if: ${{ matrix.ios }}
run: bash "$GITHUB_WORKSPACE/Scripts/build-hev-socks5-tunnel.sh"
- name: Build & zip ${{ matrix.scheme }}-Runner.app
run: sh "$GITHUB_WORKSPACE/Scripts/ci/build-real.sh"
env:
Expand Down Expand Up @@ -110,9 +104,6 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "${{ env.XCODE_VERSION }}"
- name: Build SOCKS5 tunnel xcframework
if: ${{ matrix.ios }}
run: bash "$GITHUB_WORKSPACE/Scripts/build-hev-socks5-tunnel.sh"
- name: Build & zip WebDriverAgentRunner${{ matrix.target }} (simulator)
run: |
DESTINATION="$DESTINATION_SIM${{ matrix.target }}" sh "$GITHUB_WORKSPACE/Scripts/ci/build-sim.sh"
Expand Down
Loading