Skip to content

bazel: update rules_apple#2326

Merged
jpsim merged 1 commit intomainfrom
bazel-update-rules_apple
May 26, 2022
Merged

bazel: update rules_apple#2326
jpsim merged 1 commit intomainfrom
bazel-update-rules_apple

Conversation

@jpsim
Copy link
Copy Markdown
Contributor

@jpsim jpsim commented May 26, 2022

To pull in bazelbuild/rules_apple#1478

Envoy.xcframework
├── Info.plist
├── ios-arm64
│ ├── Envoy.a
│ ├── Envoy.swiftmodule
│ │ ├── arm64.swiftdoc
│ │ └── arm64.swiftinterface
│ └── Headers
│     ├── Envoy.h
│     └── module.modulemap
└── ios-arm64_x86_64-simulator
    ├── Envoy.a
    ├── Envoy.swiftmodule
    │ ├── arm64.swiftdoc
    │ ├── arm64.swiftinterface
    │ ├── x86_64.swiftdoc
    │ └── x86_64.swiftinterface
    └── Headers
        ├── Envoy.h
        └── module.modulemap

Risk Level: Low
Testing: Validated by pulling in this version in Xcode and running on device + simulator
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: JP Simard jp@jpsim.com

To pull in bazelbuild/rules_apple#1478

```
Envoy.xcframework
├── Info.plist
├── ios-arm64
│ ├── Envoy.a
│ ├── Envoy.swiftmodule
│ │ ├── arm64.swiftdoc
│ │ └── arm64.swiftinterface
│ └── Headers
│     ├── Envoy.h
│     └── module.modulemap
└── ios-arm64_x86_64-simulator
    ├── Envoy.a
    ├── Envoy.swiftmodule
    │ ├── arm64.swiftdoc
    │ ├── arm64.swiftinterface
    │ ├── x86_64.swiftdoc
    │ └── x86_64.swiftinterface
    └── Headers
        ├── Envoy.h
        └── module.modulemap
```

Signed-off-by: JP Simard <jp@jpsim.com>
@jpsim jpsim marked this pull request as ready for review May 26, 2022 16:12
@jpsim jpsim requested a review from keith May 26, 2022 16:12
@jpsim jpsim enabled auto-merge (squash) May 26, 2022 16:23
@jpsim jpsim merged commit a996807 into main May 26, 2022
@jpsim jpsim deleted the bazel-update-rules_apple branch May 26, 2022 16:24
jpsim added a commit that referenced this pull request May 26, 2022
* origin/main: (32 commits)
  Compress xcframework release asset (#2324)
  bazel: update rules_apple (#2326)
  Merge `android_dist` with `android_dist_ci` (#2323)
  kotlin: fix flaky receive error test (#2317)
  kotlin: fix flaky grpc test (#2316)
  build(deps): bump pyjwt from 2.1.0 to 2.4.0 in /.github/actions/pr_notifier (#2314)
  test: making C++ integration test more authentic (#2315)
  reverting override to override_request_timeout_by_gateway_timeout (#2296)
  Update Envoy (#2309)
  release: use `CREDENTIALS_GITHUB_RELEASE_DEPLOY_KEY`
  Use `CREDENTIALS_GITHUB_PUSH_TOKEN`
  Push to branch before tagging the release
  Cronvoy: preparation to unittest certificate verification JNI (#2251)
  Corrected typo in documentation for Android building requirements (#2313)
  instrumentation: add timers and warnings to platform callbacks (#2300)
  Bump Lyft Support Rotation (#2310)
  Revert "android: use local addresses as opposed to prefix (#2081)" (#2307)
  Fix release GitHub workflow (#2306)
  mobile: moving the c++ integration test to use default config (#2293)
  config: cleaning up deprecated configs (#2295)
  ...

Signed-off-by: JP Simard <jp@jpsim.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants