chore: remove darwin
All checks were successful
ci/woodpecker/push/sync Pipeline was successful
ci/woodpecker/manual/sync Pipeline was successful
ci/woodpecker/manual/build-wifi Pipeline was successful
ci/woodpecker/manual/build-lte Pipeline was successful
ci/woodpecker/manual/copy Pipeline was successful
ci/woodpecker/deployment/sync Pipeline was successful
ci/woodpecker/deployment/publish Pipeline was successful
ci/woodpecker/deployment/final Pipeline was successful

This commit is contained in:
nyyu 2023-01-22 19:59:24 +01:00
parent 46518ac063
commit f916711976
2 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,7 @@ pipeline:
- git config --global user.name 'drone'
- cd /build
- rm -rf .repo/repo
- repo init -u https://github.com/LineageOS-UL/android.git -b lineage-$version
- repo init -u https://github.com/LineageOS-UL/android.git -b lineage-$version -g default,-darwin
- mkdir -p .repo/local_manifests
- cp $CI_WORKSPACE/$device.xml .repo/local_manifests/roomservice.xml
- repo forall -c 'git reset --hard --quiet' || true

View File

@ -11,7 +11,4 @@
<project name="LineageOS/android_hardware_samsung" path="hardware/samsung" remote="github" revision="lineage-20" />
<project name="LineageOS-UL/android_hardware_sony_timekeep" path="hardware/sony/timekeep" remote="losul" />
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="lineage-18.1" />
<remove-project name="platform/prebuilts/clang/host/darwin-x86" />
<remove-project name="prebuilts/go/darwin-x86" />
</manifest>