Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Meson options for custom OpenSSL lib/hdr path #1162

Closed
wants to merge 1 commit into from

build: meson options for custom OpenSSL lib/hdr path

667be05
Select commit
Loading
Failed to load commit list.
Closed

build: Meson options for custom OpenSSL lib/hdr path #1162

build: meson options for custom OpenSSL lib/hdr path
667be05
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 29, 2023 in 12m 29s

Build Passed

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1162 build: Meson options for custom OpenSSL lib/hdr path.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job OS State
1681.1 Linux passed
1681.2 Linux passed
1681.3 Linux passed
1681.4 Linux passed

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Xenial)
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jobs": {
    "include": [
      {
        "dist": "jammy",
        "arch": "amd64"
      },
      {
        "dist": "focal",
        "arch": "arm64"
      },
      {
        "dist": "focal",
        "arch": "ppc64le"
      },
      {
        "dist": "focal",
        "arch": "s390x"
      }
    ]
  },
  "branches": {
    "only": [
      "master"
    ]
  },
  "addons": {
    "apt": {
      "update": true,
      "packages": [
        "meson",
        "pkg-config",
        "cmake",
        "rapidjson-dev",
        "libssl-dev",
        "\"?name(libhowardhinnant-date-dev)\"",
        "\"?name(libgmock-dev) (?version([1-9]\\.[1-9][1-9]) | ?version([1-9]\\.[2-9][0-9]))\"",
        "\"?name(libcpp-httplib-dev)\"",
        "libcurl4-openssl-dev"
      ]
    }
  },
  "script": [
    "meson setup build -DPISTACHE_BUILD_TESTS=true",
    "ninja -C build -j2",
    "meson test -C build --verbose"
  ]
}