Skip to content

build: add Libs/Cflags to libzpc.pc and fix libdir substitution - #51

Open
plusky wants to merge 1 commit into
opencryptoki:libzpc-1.5.yfrom
plusky:pkgconfig-libs-cflags
Open

build: add Libs/Cflags to libzpc.pc and fix libdir substitution#51
plusky wants to merge 1 commit into
opencryptoki:libzpc-1.5.yfrom
plusky:pkgconfig-libs-cflags

build: add Libs/Cflags to libzpc.pc and fix libdir substitution

6455fb5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 4, 2026 in 4m 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 #51 build: add Libs/Cflags to libzpc.pc and fix libdir substitution.
Any changes that have been made to the libzpc-1.5.y branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Compiler ENV OS State
277.1 gcc CFLAGS="-O3 -Wextra -Wextra -Werror" CXXFLAGS="-O3 -Wextra -Wextra -Werror" Linux passed
277.2 clang CFLAGS="-O3 -Wextra -Wextra -Werror" CXXFLAGS="-O3 -Wextra -Wextra -Werror" Linux passed

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)"
  ]
}