mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
bugfix: remove derived data caching (#1345)
* remove derived data caching * fix workflow paht
This commit is contained in:
10
.github/workflows/mobile-e2e.yml
vendored
10
.github/workflows/mobile-e2e.yml
vendored
@@ -315,14 +315,8 @@ jobs:
|
||||
app/ios/Pods
|
||||
~/Library/Caches/CocoaPods
|
||||
lock-file: app/ios/Podfile.lock
|
||||
- name: Cache DerivedData
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: app/ios/build
|
||||
key: ${{ runner.os }}-derived-data-${{ env.GH_CACHE_VERSION }}-${{ env.XCODE_VERSION }}-${{ hashFiles('app/ios/Podfile.lock', 'yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-derived-data-${{ env.GH_CACHE_VERSION }}-${{ env.XCODE_VERSION }}-
|
||||
${{ runner.os }}-derived-data-${{ env.GH_CACHE_VERSION }}-
|
||||
# DerivedData caching disabled - caused intermittent build failures due to stale cache
|
||||
# Pod caching still speeds up pod install significantly
|
||||
- name: Verify iOS Runtime
|
||||
run: |
|
||||
echo "📱 Verifying iOS Runtime availability..."
|
||||
|
||||
12
.github/workflows/mobile-sdk-demo-e2e.yml
vendored
12
.github/workflows/mobile-sdk-demo-e2e.yml
vendored
@@ -27,7 +27,7 @@ on:
|
||||
paths:
|
||||
- "packages/mobile-sdk-demo/**"
|
||||
- "packages/mobile-sdk-alpha/**"
|
||||
- ".github/workflows/mobile-sdk-e2e.yml"
|
||||
- ".github/workflows/mobile-sdk-demo-e2e.yml"
|
||||
|
||||
jobs:
|
||||
android-e2e:
|
||||
@@ -292,14 +292,8 @@ jobs:
|
||||
packages/mobile-sdk-demo/ios/Pods
|
||||
~/Library/Caches/CocoaPods
|
||||
lock-file: packages/mobile-sdk-demo/ios/Podfile.lock
|
||||
- name: Cache DerivedData
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: packages/mobile-sdk-demo/ios/build
|
||||
key: ${{ runner.os }}-derived-data-${{ env.GH_CACHE_VERSION }}-${{ env.XCODE_VERSION }}-${{ hashFiles('packages/mobile-sdk-demo/ios/Podfile.lock', 'yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-derived-data-${{ env.GH_CACHE_VERSION }}-${{ env.XCODE_VERSION }}-
|
||||
${{ runner.os }}-derived-data-${{ env.GH_CACHE_VERSION }}-
|
||||
# DerivedData caching disabled - caused intermittent build failures due to stale cache
|
||||
# Pod caching still speeds up pod install significantly
|
||||
- name: Verify iOS Runtime
|
||||
run: |
|
||||
echo "📱 Verifying iOS Runtime availability..."
|
||||
|
||||
Reference in New Issue
Block a user