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

Delete topic #65

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Add functions to public api

b2ed983
Select commit
Loading
Failed to load commit list.
Open

Delete topic #65

Add functions to public api
b2ed983
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Nov 22, 2023 in 11m 10s

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 #65 Delete topic.
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 OTP Release Xcode ENV OS State
174.1 24.3.1 Linux passed
174.2 24.3.1 Linux passed
174.3 25.2.1 Linux passed
174.4 xcode12.4 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true macOS failed

Build Configuration

Build Option Setting
Language Erlang
Operating System Linux (Xenial)
Build Configuration
{
  "language": "erlang",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "before_script": [
    "if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get -y update || true ; fi",
    "if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libsasl2-dev liblz4-dev libzstd-dev || true ; fi",
    "if [[ $TRAVIS_OS_NAME == osx ]]; then brew install erlang [email protected] lz4 zstd curl || true; fi",
    "curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3"
  ],
  "script": [
    "./rebar3 compile"
  ],
  "jobs": {
    "include": [
      {
        "os": "linux",
        "dist": "bionic",
        "otp_release": "24.3.1"
      },
      {
        "os": "linux",
        "dist": "focal",
        "otp_release": "24.3.1"
      },
      {
        "os": "linux",
        "dist": "jammy",
        "otp_release": "25.2.1"
      },
      {
        "os": "osx",
        "osx_image": "xcode12.4",
        "language": "generic",
        "env": [
          {
            "HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK": "true"
          },
          {
            "HOMEBREW_NO_INSTALL_UPGRADE": "true"
          },
          {
            "HOMEBREW_NO_INSTALL_CLEANUP": "true"
          }
        ],
        "cache": {
          "directories": [
            "$HOME/Library/Caches/Homebrew",
            "/usr/local/Homebrew"
          ]
        }
      }
    ]
  }
}