Skip to content

Commit

Permalink
Removing dead stuff, and collapasing darwin (#27360)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Aug 5, 2023
1 parent 83d4000 commit 2128724
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 158 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ jobs:
# but to instrument the code in the underlying libCHIP we need to pass CHIP_IS_TSAN=YES
xcodebuild test -target "Matter" -scheme "Matter Framework Tests" -sdk macosx -enableThreadSanitizer YES OTHER_CFLAGS='${inherited} -Werror -Wconversion -Wno-incomplete-umbrella -Wno-unguarded-availability-new' CHIP_IS_TSAN=YES > >(tee /tmp/darwin/framework-tests/darwin-tests-tsan.log) 2> >(tee /tmp/darwin/framework-tests/darwin-tests-tsan-err.log >&2)
working-directory: src/darwin/Framework
- name: Build Matter TV Casting Bridge
timeout-minutes: 20
run: |
xcodebuild -target "MatterTvCastingBridge" -sdk iphoneos
working-directory: examples/tv-casting-app/darwin/MatterTvCastingBridge
- name: Uploading log files
uses: actions/upload-artifact@v3
if: ${{ failure() && !env.ACT }}
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/fixit_rotation.yaml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/smoketest-darwin.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions scripts/fixit_rotation.py

This file was deleted.

0 comments on commit 2128724

Please sign in to comment.