Skip to content

Block SHA1 mechanism for FIPS 140-3:

f07565b
Select commit
Loading
Failed to load commit list.
Open

Block SHA1 mechanism for FIPS 140-3: #145

Block SHA1 mechanism for FIPS 140-3:
f07565b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 7, 2026 in 10m 17s

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 #145 Block SHA1 mechanism for FIPS 140-3:.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Compiler ENV OS State
414.1 linux-s390x-gcc gcc CONFIG_OPTS="--enable-fips --enable-internal-tests" Linux passed
414.2 linux-s390x-clang clang CONFIG_OPTS="--enable-fips --enable-internal-tests" Linux passed
414.3 linux-s390x-sanitizer gcc CONFIG_OPTS="--enable-fips --enable-internal-tests --enable-sanitizer" Linux passed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Jammy)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "jobs": {
    "include": [
      {
        "name": "linux-s390x-gcc",
        "os": "linux",
        "arch": "s390x",
        "compiler": "gcc",
        "env": [
          {
            "CONFIG_OPTS": "\"--enable-fips --enable-internal-tests\""
          }
        ]
      },
      {
        "name": "linux-s390x-clang",
        "os": "linux",
        "arch": "s390x",
        "compiler": "clang",
        "env": [
          {
            "CONFIG_OPTS": "\"--enable-fips --enable-internal-tests\""
          }
        ]
      },
      {
        "name": "linux-s390x-sanitizer",
        "os": "linux",
        "arch": "s390x",
        "compiler": "gcc",
        "env": [
          {
            "CONFIG_OPTS": "\"--enable-fips --enable-internal-tests --enable-sanitizer\""
          }
        ]
      }
    ]
  },
  "before_script": [
    "./bootstrap.sh 2> >(tee)"
  ],
  "script": [
    "./configure $CONFIG_OPTS 2> >(tee) && make check V=0 2> >(tee)",
    "cat test/test-suite.log"
  ]
}