commit:     b087770c90489c897e2b702e6908e98027477e49
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 23:45:37 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 11:15:14 2025 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=b087770c

ci: add HPPA targets

* hppa1.1-unknown-linux-gnu
* hppa2.0-unknown-linux-gnu
* hppa64-unknown-linux-gnu

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/crossdev.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml
index 03eef0b..fb90c45 100644
--- a/.github/workflows/crossdev.yml
+++ b/.github/workflows/crossdev.yml
@@ -33,6 +33,9 @@ jobs:
           # - target: armv7-unknown-linux-gnueabihf
           - target: armv7-unknown-linux-musleabi
           - target: armv7-unknown-linux-musleabihf
+          - target: hppa1.1-unknown-linux-gnu
+          - target: hppa2.0-unknown-linux-gnu
+          - target: hppa64-unknown-linux-gnu
           - target: loongarch64-unknown-linux-gnu
           - target: loongarch64-unknown-linux-musl
           - target: m68k-unknown-linux-gnu

Reply via email to