Skip to content

Commit

Permalink
[ffigen] Disable health check for ffigen (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe authored Jan 6, 2025
1 parent 0f9cb0b commit 1deeac7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
flutter_packages: "pkgs/ffigen,pkgs/jni,pkgs/jnigen,pkgs/objective_c"
ignore_license: "**.g.dart"
ignore_coverage: "**.mock.dart,**.g.dart"
ignore_packages: "pkgs/swiftgen,pkgs/jnigen,pkgs/swift2objc"
# TODO(https://github.com/dart-lang/native/issues/1857): Enable ffigen.
ignore_packages: "pkgs/swiftgen,pkgs/jnigen,pkgs/swift2objc,pkgs/ffigen"
sdk: dev
channel: master
permissions:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ffigen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 17.0.0-wip
## 16.1.0-wip

- Ensure that required symbols are available to FFI even when the final binary
is linked with `-dead_strip`.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ffigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.

name: ffigen
version: 17.0.0-wip
version: 16.1.0-wip
description: >
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
files.
Expand Down

0 comments on commit 1deeac7

Please sign in to comment.