Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 000d76f

Browse files
committed
ci: no additional sdks
1 parent 85aab27 commit 000d76f

File tree

3 files changed

+2
-46
lines changed

3 files changed

+2
-46
lines changed

.github/workflows/analyse-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
THEOS: ''
1010
GIT_TAG: ''
1111
GIT_COMMIT: ''
12-
XCODE_VERSION: '14.3.1'
12+
XCODE_VERSION: '15.2'
1313

1414
jobs:
1515
build:

.github/workflows/build-analyse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Xcode version
1616
uses: maxim-lobanov/setup-xcode@v1
1717
with:
18-
xcode-version: 15.1
18+
xcode-version: 15.2
1919

2020
- name: Checkout
2121
uses: actions/checkout@v4

.github/workflows/build-release.yml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -39,50 +39,6 @@ jobs:
3939
rm -rf $GITHUB_WORKSPACE/theos/sdks
4040
echo "THEOS=$GITHUB_WORKSPACE/theos" >> $GITHUB_ENV
4141
42-
- name: Restore additional SDKs
43-
id: cached-sdks-restore
44-
uses: actions/cache/restore@v4
45-
with:
46-
path: ${{ env.THEOS }}/sdks
47-
key: ${{ runner.os }}-sdks-${{ env.XCODE_VERSION }}
48-
49-
- if: ${{ steps.cached-sdks-restore.outputs.cache-hit != 'true' }}
50-
name: Checkout theos/sdks
51-
uses: actions/checkout@v4
52-
with:
53-
repository: theos/sdks
54-
ref: master
55-
path: ${{ env.THEOS }}/sdks
56-
57-
- if: ${{ steps.cached-sdks-restore.outputs.cache-hit != 'true' }}
58-
name: Checkout XXTouchNG/tbd
59-
uses: actions/checkout@v4
60-
with:
61-
repository: XXTouchNG/tbd
62-
ref: 30a6883092221e13d814c02ac41af1e565a40617
63-
path: tbd
64-
65-
- if: ${{ steps.cached-sdks-restore.outputs.cache-hit != 'true' }}
66-
name: Build tbd
67-
run: |
68-
cd $GITHUB_WORKSPACE/tbd
69-
make
70-
cp bin/tbd /usr/local/bin/tbd
71-
72-
- if: ${{ steps.cached-sdks-restore.outputs.cache-hit != 'true' }}
73-
name: Generate additional SDKs
74-
run: |
75-
cd $THEOS/sdks
76-
python3 create_patched_sdk.py --no-overwrite -x $(dirname $(dirname $(xcode-select -p)))
77-
78-
- if: ${{ steps.cached-sdks-restore.outputs.cache-hit != 'true' }}
79-
name: Save additional SDKs
80-
id: cached-sdks-save
81-
uses: actions/cache/save@v4
82-
with:
83-
path: ${{ env.THEOS }}/sdks
84-
key: ${{ steps.cached-sdks-restore.outputs.cache-primary-key }}
85-
8642
- name: Checkout
8743
uses: actions/checkout@v4
8844
with:

0 commit comments

Comments
 (0)