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

Make library linking survive -Wl,--as-needed #217

Merged
merged 1 commit into from
Sep 5, 2023

Make library linking survive -Wl,--as-needed

cd07130
Select commit
Loading
Failed to load commit list.
Merged

Make library linking survive -Wl,--as-needed #217

Make library linking survive -Wl,--as-needed
cd07130
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 30, 2023 in 46m 36s

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 #217 Make library linking survive -Wl,--as-needed.
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.

Stage 1: test

This stage passed.

Job ENV OS State
498.1 IMAGE=centos:centos7 TASK=tests COMPONENTS=udt,myproxy,ssh Linux passed
498.2 IMAGE=centos:centos7 TASK=tests COMPONENTS=udt,myproxy,ssh Linux passed
498.3 IMAGE=centos:centos7 TASK=tests COMPONENTS=gram5 Linux passed
498.4 IMAGE=centos:centos7 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": "ppc64le",
        "env": [
          {
            "IMAGE": "centos:centos7",
            "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": "centos:centos7",
            "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": "ppc64le",
        "env": [
          {
            "IMAGE": "centos:centos7",
            "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"
        ]
      },
      {
        "arch": "arm64",
        "env": [
          {
            "IMAGE": "centos:centos7",
            "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"
        ]
      }
    ]
  }
}