Add a PKCS#11 interface for libzpc - #50
Open
ifranzki wants to merge 17 commits into
Open
Travis CI / Travis CI - Pull Request
succeeded
Aug 21, 2026 in 53s
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 #50 Add a PKCS#11 interface for libzpc.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
| Job | Compiler | OS | State |
|---|---|---|---|
| gcc | Linux | passed | |
| clang | Linux | passed | |
| gcc | Linux | passed | |
| clang | Linux | passed | |
| gcc | Linux | passed | |
| clang | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C |
| Operating System | Linux (Noble) |
| Compiler Versions | gcc, clang |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "noble",
"arch": [
"s390x",
"amd64",
"arm64"
],
"compiler": [
"gcc",
"clang"
],
"before_install": [
"sudo apt-get update -qq",
"sudo apt-get install -y cmake clang-format libjson-c-dev libssl-dev"
],
"script": [
"set -o pipefail",
"cmake -B build -S . 2> >(tee)",
"cmake --build build 2> >(tee)"
]
}
Loading