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

Fix for compile issues on Mac OS 14 (ARM) #231

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

Include ssh-pkcs11.h only if PKCS11 is enabled

41aadef
Select commit
Loading
Failed to load commit list.
Open

Fix for compile issues on Mac OS 14 (ARM) #231

Include ssh-pkcs11.h only if PKCS11 is enabled
41aadef
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jul 26, 2024 in 42m 53s

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 #231 Fix for compile issues on Mac OS 14 (ARM).
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Stage 1: test

This stage failed.

Job ENV OS State
537.1 IMAGE=rockylinux:8 TASK=tests COMPONENTS=udt,myproxy,ssh Linux failed
537.2 IMAGE=rockylinux:8 TASK=tests COMPONENTS=gram5 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "jobs": {
    "include": [
      {
        "arch": "arm64",
        "env": [
          {
            "IMAGE": "rockylinux:8",
            "TASK": "tests",
            "COMPONENTS": "udt,myproxy,ssh"
          }
        ],
        "stage": "test",
        "services": [
          "docker"
        ],
        "before_install": [
          "sudo apt-get update",
          "sleep 5",
          "sudo docker pull ${IMAGE}"
        ],
        "script": [
          "travis-ci/setup_tasks.sh"
        ]
      },
      {
        "arch": "arm64",
        "env": [
          {
            "IMAGE": "rockylinux:8",
            "TASK": "tests",
            "COMPONENTS": "gram5"
          }
        ],
        "stage": "test",
        "services": [
          "docker"
        ],
        "before_install": [
          "sudo apt-get update",
          "sleep 5",
          "sudo docker pull ${IMAGE}"
        ],
        "script": [
          "travis-ci/setup_tasks.sh"
        ]
      }
    ]
  }
}