Skip to content

Commit

Permalink
Complete the revival of Travis and CROSS
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Nov 11, 2024
1 parent 1dfb70b commit 8c61c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc|powerpc)")
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "s390x")
set(ARCH "s390x")
set(ARCH_S390X ON)
# CROSS not supported on big-endian (https://github.com/open-quantum-safe/liboqs/issues/1961)
set(OQS_ENABLE_SIG_CROSS OFF)
if(${OQS_DIST_BUILD})
set(OQS_DIST_S390X_BUILD ON)
endif()
Expand Down
2 changes: 2 additions & 0 deletions PLATFORMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ In this policy, the words "must" and "must not" specify absolute requirements th
### Tier 3

- x86 for Windows (Visual Studio Toolchain)
- ppc641e for Ubuntu (Focal)
- s390x for Ubuntu (Focal)

0 comments on commit 8c61c53

Please sign in to comment.