summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cross-compiles.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index e40bcf5852..dfc6b15b90 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -106,13 +106,14 @@ jobs:
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
- }
+ # 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
+ # }
]
runs-on: ubuntu-latest
steps: