https://github.com/keith/boringsslweakrepro
A repro case for https://boringssl-review.googlesource.com/c/boringssl/+/37804
https://github.com/keith/boringsslweakrepro
Last synced: 4 months ago
JSON representation
A repro case for https://boringssl-review.googlesource.com/c/boringssl/+/37804
- Host: GitHub
- URL: https://github.com/keith/boringsslweakrepro
- Owner: keith
- Created: 2019-09-30T16:36:01.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T19:15:45.000Z (over 3 years ago)
- Last Synced: 2025-02-23T19:29:07.753Z (over 1 year ago)
- Language: Starlark
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BoringSSLWeakRepro
This repo contains a repro case for this BoringSSL incompatibility with
iOS + bitcode https://boringssl-review.googlesource.com/c/boringssl/+/37804
## Usage:
Run `./repro.sh` to see the issue
In the `WORKSPACE` comment in the `patches` line in the `boringssl` rule
and run `./repro.sh` again to see it fixed.