Skip to content

Commit

Permalink
Don’t install xcbeautify
Browse files Browse the repository at this point in the history
The installation now fails on the macos-11 runner:

> Warning: You are using macOS 11.
> We (and Apple) do not provide support for this old version.
> It is expected behaviour that some formulae will fail to build in this old version.
> It is expected behaviour that Homebrew will be buggy and slow.
> Do not create any issues about this on Homebrew's GitHub repositories.
> Do not create any issues even if you think this message is unrelated.
> Any opened issues will be immediately closed without response.
> Do not ask for help from Homebrew or its maintainers on social media.
> You may ask for help in Homebrew's discussions but are unlikely to receive a response.
> Try to figure out the problem yourself and submit a fix as a pull request.
> We will review it but may or may not accept it.
>
> xcbeautify: A full installation of Xcode.app 14.0 is required to compile
> this software. Installing just the Command Line Tools is not sufficient.
>
> Xcode 14.0 cannot be installed on macOS 11.
> You must upgrade your version of macOS.
> Error: xcbeautify: An unsatisfied requirement failed this build.
> Error: Process completed with exit code 1.
  • Loading branch information
lawrence-forooghian committed Nov 6, 2023
1 parent cbd91f3 commit fd4611b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/integration-test-iOS14_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:

- name: Install Dependencies and Run Tests
run: |
brew install xcbeautify
make submodules
bundle install
make update_carthage_dependencies_ios
Expand Down Expand Up @@ -95,12 +94,6 @@ jobs:
with:
name: xcodebuild-logs
path: ~/Library/Developer/Xcode/DerivedData/*/Logs

- name: Upload test results to observability server
if: always()
env:
TEST_OBSERVABILITY_SERVER_AUTH_KEY: ${{ secrets.TEST_OBSERVABILITY_SERVER_AUTH_KEY }}
run: Scripts/upload_test_results.sh

- name: Swift Package Manager - Installation Test
working-directory: ./
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/integration-test-macOS10_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:

- name: Install Dependencies and Run Tests
run: |
brew install xcbeautify
make submodules
bundle install
make update_carthage_dependencies_macos
Expand Down Expand Up @@ -90,12 +89,6 @@ jobs:
with:
name: xcodebuild-logs
path: ~/Library/Developer/Xcode/DerivedData/*/Logs

- name: Upload test results to observability server
if: always()
env:
TEST_OBSERVABILITY_SERVER_AUTH_KEY: ${{ secrets.TEST_OBSERVABILITY_SERVER_AUTH_KEY }}
run: Scripts/upload_test_results.sh

- name: Swift Package Manager - Installation Test
working-directory: ./
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/integration-test-tvOS14_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:

- name: Install Dependencies and Run Tests
run: |
brew install xcbeautify
make submodules
bundle install
make update_carthage_dependencies_tvos
Expand Down Expand Up @@ -90,12 +89,6 @@ jobs:
with:
name: xcodebuild-logs
path: ~/Library/Developer/Xcode/DerivedData/*/Logs

- name: Upload test results to observability server
if: always()
env:
TEST_OBSERVABILITY_SERVER_AUTH_KEY: ${{ secrets.TEST_OBSERVABILITY_SERVER_AUTH_KEY }}
run: Scripts/upload_test_results.sh

- name: Swift Package Manager - Installation Test
working-directory: ./
Expand Down
2 changes: 0 additions & 2 deletions fastlane/Scanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ clean true
skip_slack true
ensure_devices_found true
output_types "junit"
# I'm being explicit about this because I want to make sure it's being used, to make sure that trainer is used to generate the JUnit report
xcodebuild_formatter "xcbeautify"
result_bundle true

0 comments on commit fd4611b

Please sign in to comment.