Skip to content

Commit

Permalink
GHI #20 Add hppa architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Nov 24, 2023
1 parent ba50d47 commit e675ed0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ jobs:
# short form here so that it doesn't take up the whole GitHub Action name
architecture:
# - aarch64
- arm
# - arm
- hppa
# - s390x
compiler:
- clang
Expand Down Expand Up @@ -163,8 +164,10 @@ jobs:
# architecture -> triple
# - architecture: aarch64
# triple: aarch64-linux-gnu
- architecture: arm
triple: arm-linux-gnueabi
# - architecture: arm
# triple: arm-linux-gnueabi
- architecture: hppa
triple: hppa-linux-gnu
# - architecture: s390x
# triple: s390x-linux-gnu

Expand Down

0 comments on commit e675ed0

Please sign in to comment.