From fd4611bb1c4cc61612816567d193f5028a681158 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Mon, 6 Nov 2023 15:09:45 -0300 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20install=20xcbeautify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/integration-test-iOS14_4.yaml | 7 ------- .github/workflows/integration-test-macOS10_15.yaml | 7 ------- .github/workflows/integration-test-tvOS14_3.yaml | 7 ------- fastlane/Scanfile | 2 -- 4 files changed, 23 deletions(-) diff --git a/.github/workflows/integration-test-iOS14_4.yaml b/.github/workflows/integration-test-iOS14_4.yaml index 20477b750..ea910adec 100644 --- a/.github/workflows/integration-test-iOS14_4.yaml +++ b/.github/workflows/integration-test-iOS14_4.yaml @@ -47,7 +47,6 @@ jobs: - name: Install Dependencies and Run Tests run: | - brew install xcbeautify make submodules bundle install make update_carthage_dependencies_ios @@ -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: ./ diff --git a/.github/workflows/integration-test-macOS10_15.yaml b/.github/workflows/integration-test-macOS10_15.yaml index 99c111b24..c27ec898f 100644 --- a/.github/workflows/integration-test-macOS10_15.yaml +++ b/.github/workflows/integration-test-macOS10_15.yaml @@ -47,7 +47,6 @@ jobs: - name: Install Dependencies and Run Tests run: | - brew install xcbeautify make submodules bundle install make update_carthage_dependencies_macos @@ -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: ./ diff --git a/.github/workflows/integration-test-tvOS14_3.yaml b/.github/workflows/integration-test-tvOS14_3.yaml index 68f6c4c72..5289b96ba 100644 --- a/.github/workflows/integration-test-tvOS14_3.yaml +++ b/.github/workflows/integration-test-tvOS14_3.yaml @@ -47,7 +47,6 @@ jobs: - name: Install Dependencies and Run Tests run: | - brew install xcbeautify make submodules bundle install make update_carthage_dependencies_tvos @@ -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: ./ diff --git a/fastlane/Scanfile b/fastlane/Scanfile index fea35296b..25cd5b8bf 100644 --- a/fastlane/Scanfile +++ b/fastlane/Scanfile @@ -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