Skip to content

Commit

Permalink
[ffigen] Prepare for merge into dart-lang/native (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Nov 13, 2023
1 parent 2491826 commit 1920cc9
Show file tree
Hide file tree
Showing 17 changed files with 216 additions and 237 deletions.
8 changes: 4 additions & 4 deletions pkgs/ffigen/.github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
# TODO: Change to 3.2.0 stable once it's released.
sdk: [3.2.0-114.0.dev]
sdk: [3.2.0-210.4.beta]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
with:
sdk: 3.2.0-114.0.dev
sdk: 3.2.0-210.4.beta
- name: Install dependencies
run: dart pub get
- name: Install libclang-14-dev
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
with:
sdk: 3.2.0-114.0.dev
sdk: 3.2.0-210.4.beta
- name: Install dependencies
run: dart pub get
- name: Build test dylib and bindings
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
with:
sdk: 3.2.0-114.0.dev
sdk: 3.2.0-210.4.beta
- name: Install dependencies
run: dart pub get
- name: Build test dylib and bindings
Expand Down
Loading

0 comments on commit 1920cc9

Please sign in to comment.