Skip to content

Commit

Permalink
mobile: remove listener options from most E-M CI (envoyproxy#30665)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Nov 2, 2023
1 parent 488de18 commit 7d5f796
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/mobile-android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ jobs:
./bazelw build \
--config=mobile-remote-release-clang \
--fat_apk_cpu=x86_64 \
--define envoy_mobile_listener=enabled \
--linkopt=-fuse-ld=lld \
//test/kotlin/apps/experimental:hello_envoy_kt
"${ANDROID_HOME}"/platform-tools/adb install -r --no-incremental bazel-bin/test/kotlin/apps/experimental/hello_envoy_kt.apk
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/mobile-ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ jobs:
--config=ios \
--config=mobile-remote-ci-macos \
--define=admin_functionality=enabled \
--define envoy_mobile_listener=enabled \
//test/swift/apps/experimental:app
- uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
name: 'Start simulator'
Expand All @@ -189,7 +188,6 @@ jobs:
--config=ios \
--config=mobile-remote-ci-macos \
--define=admin_functionality=enabled \
--define envoy_mobile_listener=enabled \
//test/swift/apps/experimental:app &> /tmp/envoy.log &
- run: |
sed '/received headers with status 200/q' <(touch /tmp/envoy.log && tail -F /tmp/envoy.log)
Expand Down

0 comments on commit 7d5f796

Please sign in to comment.