-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
enhancementNew feature or requestNew feature or request
Description
we are testing only on arm64 and amd64, but chisel supports other archs too. we should run the tests on more architectures (like, for example, riscv64).
to do this we should formalize patterns like these:
- https://github.com/canonical/chisel-releases/blob/a649c296dd059fa250ec914e17a1decafffe03b8/tests/spread/integration/binutils-aarch64-linux-gnu/test_hello.sh#L4C1-L13C3
- https://github.com/canonical/chisel-releases/blob/a649c296dd059fa250ec914e17a1decafffe03b8/tests/spread/integration/binutils/test_help_and_version.sh#L3C1-L13C3
Line 87 in a649c29
arch="$(dpkg --print-architecture | sed -e 's/armhf/arm/g' -e 's/ppc64el/ppc64le/g')"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request