Skip to content

Commit

Permalink
Add test for cross from git
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed May 18, 2024
1 parent 6f63b60 commit b80da53
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ jobs:
expect_stripped: "--no-expect-stripped"
can_test: true

- platform_name: Linux-aarch64-with-cross-19be834
os: ubuntu-20.04
target: aarch64-unknown-linux-musl
cross-version: "19be834"
expect_file_re: "aarch64"
expect_cross: "--expect-cross"
expect_cross_version: "19be834"
expect_stripped: "--no-expect-stripped"
can_test: true

- platform_name: Linux-arm
os: ubuntu-20.04
target: arm-unknown-linux-musleabi
Expand Down

0 comments on commit b80da53

Please sign in to comment.