Quick fixes from Trail of Bits audit Week 1 #1869
Merged
Travis CI / Travis CI - Pull Request
succeeded
Jul 29, 2024 in 9m 15s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1869 Quick fixes from Trail of Bits audit Week 1.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Compiler | OS | State |
---|---|---|---|
4739.1 | gcc | Linux | passed |
4739.2 | gcc | Linux | passed |
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