From aa23aa759cf33b4f481fc719d42cb7bae8b2eaf0 Mon Sep 17 00:00:00 2001 From: Nicola Tuveri Date: Sat, 7 Aug 2021 09:46:19 +0300 Subject: [github-ci][cross-compiles.yml] Disable sparcv9 This commit temporarily disables cross-compiling tests for sparcv9, due to failures to be investigated in a dedicated PR. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16252) --- .github/workflows/cross-compiles.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.github') 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: -- cgit v1.2.3