Skip to content

Commit

Permalink
fix: remove java from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Jun 11, 2024
1 parent 1d3fa60 commit 6b638e3
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/build-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,21 @@ jobs:
- view-legacy
- view-mixed
- view-new
- view-module-mixed
language:
- java-objc
- java-swift
- kotlin-objc
- kotlin-swift
exclude:
- os: macos-14
language: kotlin-objc
- os: macos-14
language: kotlin-swift
- type: module-new
language: java-swift
- type: module-new
language: kotlin-swift
- type: module-mixed
language: java-swift
- type: module-mixed
language: kotlin-swift
- type: view-new
language: java-swift
- type: view-new
language: kotlin-swift
- type: view-mixed
language: java-swift
- type: view-mixed
language: kotlin-swift
- type: view-module-mixed
language: kotlin-swift
include:
- os: ubuntu-latest
type: library
Expand Down Expand Up @@ -146,9 +135,7 @@ jobs:
# Build iOS for only some matrices to skip redundant builds
if [[ ${{ matrix.os }} == macos-14 ]]; then
if [[ ${{ matrix.type }} == view-* && ${{ matrix.language }} == java-* ]] || [[ ${{ matrix.type }} == module-* && ${{ matrix.language }} == java-* ]] || [[ ${{ matrix.type }} == module-* && ${{ matrix.language }} == cpp ]]; then
echo "ios_build=1" >> $GITHUB_ENV
fi
echo "ios_build=1" >> $GITHUB_ENV
fi
- name: Cache turborepo
Expand Down

0 comments on commit 6b638e3

Please sign in to comment.