Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@ build:release-common --config=sizeopt
build:release-common --copt=-fvisibility=hidden

# Flags for release builds targeting iOS
build:release-ios --apple_bitcode=embedded
build:release-ios --config=ios
build:release-ios --config=release-common
build:release-ios --copt=-fembed-bitcode
build:release-ios --compilation_mode=opt

# Flags for release builds targeting Android or the JVM
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ jobs:
--config=remote-ci-macos \
--remote_header="Authorization=Bearer $GITHUB_TOKEN" \
//:ios_xcframework
# Recompress as bazel's zip leads to bad CRC values
# See https://github.com/bazelbuild/rules_apple/issues/1489
- name: 'Recompress Envoy.xcframework.zip'
run: |
unzip bazel-bin/library/swift/Envoy.xcframework.zip || true
zip -r Envoy.xcframework.zip Envoy.xcframework
rm -rf Envoy.xcframework
- uses: actions/upload-artifact@v2
with:
name: ios_framework
Expand Down
1 change: 1 addition & 0 deletions docs/root/intro/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Breaking changes:
- iOS: remove support for installing via CocoaPods, which had not worked since 2020 (:issue:`#2215 <2215>`)
- iOS: enable usage of ``NWPathMonitor`` by default (:issue:`#2329 <2329>`)
- iOS: replace ``enableNetworkPathMonitor`` with a new ``setNetworkMonitoringMode`` API to allow disabling monitoring (:issue:`#2345 <2345>`)
- iOS: release artifacts no longer embed bitcode

Bugfixes:

Expand Down