Skip to content

WIP dbg: Add provider gdb-scripts

ab5204e
Select commit
Loading
Failed to load commit list.
Open

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

WIP dbg: Add provider gdb-scripts
ab5204e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Apr 10, 2026 in 1m 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 #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 ENV OS State
223.1 gcc CFLAGS="-O3 -Wextra -Wextra -Werror" CXXFLAGS="-O3 -Wextra -Wextra -Werror" Linux failed
223.2 clang CFLAGS="-O3 -Wextra -Wextra -Werror" CXXFLAGS="-O3 -Wextra -Wextra -Werror" Linux failed

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Jammy)
Compiler Versions gcc, clang
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "arch": [
    "s390x"
  ],
  "sudo": true,
  "env": [
    "jobs={:CFLAGS=>\"\\\"-O3 -Wextra -Wextra -Werror\\\"\", :CXXFLAGS=>\"\\\"-O3 -Wextra -Wextra -Werror\\\"\"}"
  ],
  "compiler": [
    "gcc",
    "clang"
  ],
  "before_install": [
    "sudo apt-get update -qq",
    "sudo apt-get install cmake libjson-c-dev"
  ],
  "script": [
    "set -o pipefail",
    "mkdir build 2> >(tee) && cd build 2> >(tee)",
    "cmake -DBUILD_TEST=ON .. 2> >(tee)",
    "make 2> >(tee)"
  ]
}