Skip to content

dbg: Add gdb-scripts for zpcprovider

e9d0639
Select commit
Loading
Failed to load commit list.
Open

zpcprovider for sign/verify (ecdsa/eddsa) #41

dbg: Add gdb-scripts for zpcprovider
e9d0639
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jun 1, 2026 in 1m 3s

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 #41 zpcprovider for sign/verify (ecdsa/eddsa).
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
257.1 gcc Linux failed
257.2 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"
  ],
  "compiler": [
    "gcc",
    "clang"
  ],
  "before_install": [
    "sudo apt-get update -qq",
    "sudo apt-get install -y cmake pandoc clang-format libjson-c-dev libssl-dev"
  ],
  "script": [
    "set -o pipefail",
    "cmake -B build -S . 2> >(tee)",
    "cmake --build build 2> >(tee)"
  ]
}