Skip to content

Commit

Permalink
mobile/ci: Remove kotlin-build from mobile-compile-time-options (envo…
Browse files Browse the repository at this point in the history
…yproxy#31750)

That specific job has been covered in `mobile-android_build.yml`.

This fixes envoyproxy#31726.

Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw authored Jan 10, 2024
1 parent 305fe4c commit 914ab6a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/mobile-compile_time_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: kotlin-build
args: >-
build
--config=mobile-remote-ci-macos-kotlin
//:android_dist
source: |
. ./ci/mac_ci_setup.sh --android
echo "ANDROID_NDK_HOME=${ANDROID_NDK_HOME}" >> $GITHUB_ENV
export ANDROID_NDK_HOME
steps-pre: |
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: '8'
java-package: jdk
architecture: x64
distribution: zulu
- name: swift-build
args: >-
build
Expand Down

0 comments on commit 914ab6a

Please sign in to comment.