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

Don't use make while building Prism #3289

Merged
merged 2 commits into from
Dec 5, 2024

Remove unused code

7c2461f
Select commit
Loading
Failed to load commit list.
Merged

Don't use make while building Prism #3289

Remove unused code
7c2461f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 5, 2024 in 5m 53s

Build Passed

The build passed.

Details

This is a normal build for the nomake branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job OS State
2568.1 Linux passed
2568.2 Linux passed
2568.3 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Jammy)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "before_install": [
    "sudo apt update -yq",
    "sudo apt -yq install gcc-11",
    "gcc-11 --version"
  ],
  "before_script": [
    "export MAKEFLAGS=\"V=1 CC=gcc-11\""
  ],
  "notifications": {
    "email": [
      {
        "recipients": [
          "jun.aruga@gmail.com"
        ],
        "on_success": "never",
        "on_failure": "always"
      }
    ]
  },
  "jobs": {
    "include": [
      {
        "arch": "arm64"
      },
      {
        "arch": "ppc64le"
      },
      {
        "arch": "s390x"
      }
    ],
    "fast_finish": true
  }
}