Skip to content

Switch to pre-built man-pages#48

Open
holger-dengler wants to merge 5 commits into
opencryptoki:mainfrom
holger-dengler:prebuilt-man
Open

Switch to pre-built man-pages#48
holger-dengler wants to merge 5 commits into
opencryptoki:mainfrom
holger-dengler:prebuilt-man

travis: Remove the pandoc dependency

fc39503
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jun 19, 2026 in 0s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #48 Switch to pre-built man-pages.
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
271.1 gcc Linux failed
271.2 clang Linux failed
271.3 gcc Linux passed
271.4 clang Linux passed
271.5 gcc Linux passed
271.6 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)"
  ]
}