Skip to content

Commit e87befc

Browse files
authored
ci: Enable benchmarks on Aarch64
This was originally attempted at [1], but the numbers seemed to indicate that tests weren't being run or counted completely. That issue appears to be resolved, so add benchmarks for Aarch64. [1]: rust-lang/compiler-builtins#930
1 parent 65a4f94 commit e87befc

File tree

1 file changed

+2
-0
lines changed
  • library/compiler-builtins/.github/workflows

1 file changed

+2
-0
lines changed

library/compiler-builtins/.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ jobs:
239239
include:
240240
- target: x86_64-unknown-linux-gnu
241241
os: ubuntu-24.04
242+
- target: aarch64-unknown-linux-gnu
243+
os: ubuntu-24.04-arm
242244
runs-on: ${{ matrix.os }}
243245
steps:
244246
- uses: actions/checkout@master

0 commit comments

Comments
 (0)