Skip to content

Commit

Permalink
Remove Android Patches (#1591)
Browse files Browse the repository at this point in the history
* Remove Android Patches

* Update CODEOWNERS

* Remove other patches

* And more

* Remove more CODEOWNERS

* Remove more Office Android ADO files

* Add back removed prop
  • Loading branch information
Saadnajmi authored Dec 14, 2022
1 parent a7b72a0 commit 85c94d3
Show file tree
Hide file tree
Showing 70 changed files with 34 additions and 2,463 deletions.
76 changes: 0 additions & 76 deletions .ado/android-pr.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .ado/android_symlink_ndk.bat

This file was deleted.

28 changes: 1 addition & 27 deletions .ado/apple-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@ pr:
jobs:
- job: JavaScriptRNPR
displayName: JavaScript React Native PR
strategy:
matrix:
office:
apply_office_patches: 'true'
public:
apply_office_patches: 'false'
pool:
vmImage: $(VmImageApple)
demands: ['xcode', 'sh', 'npm']
steps:
- template: templates/apple-job-javascript.yml
parameters:
apply_office_patches: $(apply_office_patches)
slice_name: $(slice_name)
xcode_version: $(xcode_version)

Expand All @@ -42,34 +35,16 @@ jobs:
packager_platform: 'ios'
xcode_sdk: iphonesimulator
xcode_scheme: 'RNTester'
xcode_destination: 'platform=iOS Simulator,OS=latest,name=iPhone 12'
xcode_destination: 'platform=iOS Simulator,OS=latest,name=iPhone 14'
xcode_actions_debug: 'build test'
xcode_actions_release: 'build'
apply_office_patches: 'false'
macos:
packager_platform: 'macos'
xcode_sdk: macosx
xcode_scheme: 'RNTester-macOS'
xcode_destination: 'platform=macOS,arch=x86_64'
xcode_actions_debug: 'build test'
xcode_actions_release: 'build'
apply_office_patches: 'false'
ios-office:
packager_platform: 'ios'
xcode_sdk: iphonesimulator
xcode_scheme: 'RNTester'
xcode_destination: 'platform=iOS Simulator,OS=latest,name=iPhone 12'
xcode_actions_debug: 'build test'
xcode_actions_release: 'build'
apply_office_patches: 'true'
macos-office:
packager_platform: 'macos'
xcode_sdk: macosx
xcode_scheme: 'RNTester-macOS'
xcode_destination: 'platform=macOS,arch=x86_64'
xcode_actions_debug: 'build test'
xcode_actions_release: 'build'
apply_office_patches: 'true'
pool:
vmImage: $(VmImageApple)
demands: ['xcode', 'sh', 'npm']
Expand All @@ -85,7 +60,6 @@ jobs:
xcode_actions_debug: $(xcode_actions_debug)
xcode_actions_release: $(xcode_actions_release)
xcode_destination: $(xcode_destination)
apply_office_patches: $(apply_office_patches)
slice_name: $(slice_name)
xcode_version: $(xcode_version)

Expand Down
3 changes: 0 additions & 3 deletions .ado/bumpOfficeFileVersions.js

This file was deleted.

121 changes: 0 additions & 121 deletions .ado/downloadAndroidDependencies.py

This file was deleted.

66 changes: 0 additions & 66 deletions .ado/npmOfficePack.js

This file was deleted.

Loading

0 comments on commit 85c94d3

Please sign in to comment.