mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
Update PLATFORMS.md / re-enable CROSS on s390x (#1988)
* Complete the revival of Travis and CROSS Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca> * Add Travis badge to README Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca> --------- Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
This commit is contained in:
parent
8c5e88197b
commit
77aa1455e5
@ -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()
|
||||
|
@ -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)
|
||||
|
@ -3,6 +3,7 @@ liboqs
|
||||
|
||||
[](https://github.com/open-quantum-safe/liboqs/actions/workflows/commit-to-main.yml)
|
||||
[](https://github.com/open-quantum-safe/liboqs/actions/workflows/weekly.yml)
|
||||

|
||||
|
||||
liboqs is an open source C library for quantum-safe cryptographic algorithms.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user