Skip to content

Commit 8026cf5

Browse files
committed
why is ios getting linux llvm-build
1 parent 110a1ec commit 8026cf5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
if: needs.check-cache-date.outputs.reverify-cache == 'true'
7474
run: |
7575
rm -rf third_party/llvm_build # This only contains linux files if ran on a linux machine, it has to be deleted so gclient can fetch the files for macOS/iOS instead
76+
ls third_party
77+
ls third_party/llvm_build
7678
# Stupid workaround, see https://github.com/azu/github-actions-overwrite-cache-example and https://github.com/actions/cache/issues/342
7779
- name: Delete Previous Cache
7880
if: needs.check-cache-date.outputs.reverify-cache == 'true'
@@ -119,6 +121,8 @@ jobs:
119121
key: ios_and_android-build-environment
120122
- name: Fetch, verify, and setup build environment
121123
run: |
124+
ls third_party
125+
ls third_party/llvm_build
122126
export PATH="$PWD/depot_tools:$PATH"
123127
echo "$PWD/depot_tools" >> $GITHUB_PATH
124128
gclient config --spec 'solutions = [
@@ -132,6 +136,8 @@ jobs:
132136
]
133137
target_os = ["${{ matrix.os }}"]'
134138
gclient sync -Rf --no-history --with_branch_heads
139+
ls third_party
140+
ls third_party/llvm_build
135141
- name: Build ANGLE
136142
run: |
137143
gn gen out/${{ matrix.os }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)