Ensure that required symbols are available to FFI even when the final binary is linked with -dead_strip
#838
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Health | |
on: | |
pull_request: | |
branches: [ main ] | |
# Merge back into health.yaml after https://github.com/bmw-tech/dart_apitool/issues/177 is addressed. | |
paths: | |
- "pkgs/ffigen/**" | |
- "pkgs/jni/**" | |
- "pkgs/jnigen/**" | |
- "pkgs/objective_c/**" | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
jobs: | |
health: | |
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main | |
with: | |
coverage_web: false | |
checks: "version,changelog,license,do-not-submit,coverage" | |
use-flutter: true | |
sdk: master | |
permissions: | |
pull-requests: write |