Fix overflow in stateful sigs tests #1887
Merged
Travis CI / Travis CI - Branch
required action
Aug 12, 2024 in 6h 22m 39s
Build Errored
The build errored.
Details
This is a normal build for the sw-fix-overflow branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Compiler | OS | State |
---|---|---|---|
4766.1 | gcc | Linux | errored |
4766.2 | gcc | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | C |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "xenial",
"before_script": [
"sudo apt update && sudo apt -y install astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz valgrind"
],
"jobs": {
"include": [
{
"arch": "ppc64le",
"os": "linux",
"dist": "focal",
"compiler": "gcc",
"if": "NOT branch =~ /^ghactionsonly-/",
"script": [
"mkdir build && cd build && cmake -GNinja -DOQS_ENABLE_SIG_STFL_LMS=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_HAZARDOUS_EXPERIMENTAL_ENABLE_STFL_SIG_KEY_SIG_GEN=ON .. && cmake -LA -N .. && ninja",
"cd build & ninja run_tests"
]
},
{
"arch": "s390x",
"os": "linux",
"dist": "focal",
"compiler": "gcc",
"if": "NOT branch =~ /^ghactionsonly-/",
"script": [
"mkdir build && cd build && cmake -GNinja -DOQS_ENABLE_SIG_STFL_LMS=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_HAZARDOUS_EXPERIMENTAL_ENABLE_STFL_SIG_KEY_SIG_GEN=ON .. && cmake -LA -N .. && ninja",
"cd build & ninja run_tests"
]
}
]
}
}
Loading