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

Update to use crate for f16/f128 and show disambiguator on non-zero #65

Merged
merged 1 commit into from
Apr 12, 2024

Update to use crate for f16/f128 and show disambiguator on non-zero

9eca38a
Select commit
Loading
Failed to load commit list.
Merged

Update to use crate for f16/f128 and show disambiguator on non-zero #65

Update to use crate for f16/f128 and show disambiguator on non-zero
9eca38a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 12, 2024 in 2m 22s

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 #65 Update to use crate for f16/f128 and show disambiguator on non-zero.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job ENV State
193.1 PPC64 COMPILER_NAME=gcc CXX=g++ CC=gcc passed
193.2 S390X COMPILER_NAME=gcc CXX=g++ CC=gcc passed
193.3 ARM64 COMPILER_NAME=gcc CXX=g++ CC=gcc passed

Build Configuration

Build Option Setting
Language Generic
Operating System Linux (Xenial)
Build Configuration
{
  "language": "generic",
  "conditions": "v1",
  "services": [
    "docker"
  ],
  "jobs": {
    "fast_finish": true,
    "include": [
      {
        "os": "linux",
        "name": "PPC64",
        "arch": "ppc64le",
        "dist": "focal",
        "env": "COMPILER_NAME=gcc CXX=g++ CC=gcc"
      },
      {
        "os": "linux",
        "name": "S390X",
        "arch": "s390x",
        "dist": "focal",
        "env": "COMPILER_NAME=gcc CXX=g++ CC=gcc"
      },
      {
        "os": "linux",
        "name": "ARM64",
        "arch": "arm64",
        "dist": "focal",
        "env": "COMPILER_NAME=gcc CXX=g++ CC=gcc"
      }
    ]
  },
  "cache": [
    "ccache"
  ],
  "script": "pip3 install -U --user meson ninja ; meson build ; ninja -C build test",
  "os": "linux",
  "group": "stable",
  "dist": "xenial"
}