Add test for cross from git

This commit is contained in:
Dave Rolsky 2024-05-18 12:36:05 +08:00
parent 6f63b60be6
commit b80da53df0
No known key found for this signature in database

View File

@ -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