summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cross-compiles.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cross-compiles.yml')
-rw-r--r--.github/workflows/cross-compiles.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index dfc6b15b90..e40bcf5852 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -106,14 +106,13 @@ jobs:
tests: none
},
- # sparcv9 is temporarily disabled due to failures during compilation
- # # This build doesn't execute either with or without shared libraries.
- # {
- # arch: sparc64-linux-gnu,
- # libs: libc6-dev-sparc64-cross,
- # target: linux64-sparcv9,
- # tests: none
- # }
+ # This build doesn't execute either with or without shared libraries.
+ {
+ arch: sparc64-linux-gnu,
+ libs: libc6-dev-sparc64-cross,
+ target: linux64-sparcv9,
+ tests: none
+ }
]
runs-on: ubuntu-latest
steps: