Skip to content

Commit

Permalink
[native_toolchain_c] Enable Android RISC-V testing (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Sep 27, 2024
1 parent 16918ae commit 5405028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410
with:
ndk-version: r26b
ndk-version: r27
if: ${{ matrix.os != 'macos' }}

- run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native_toolchain_c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410
with:
ndk-version: r26b
ndk-version: r27
if: ${{ matrix.sdk == 'stable' }}

- run: dart pub get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ void main() {
Architecture.arm64,
Architecture.ia32,
Architecture.x64,
// TODO(rmacnak): Enable when stable NDK 27 is available.
// Architecture.riscv64,
Architecture.riscv64,
];

const objdumpFileFormat = {
Expand Down

0 comments on commit 5405028

Please sign in to comment.