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

CPU extension detection for arm64 on NetBSD. #1876

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Fix styling issues reported by Jason Goertzen

5e79056
Select commit
Loading
Failed to load commit list.
Open

CPU extension detection for arm64 on NetBSD. #1876

Fix styling issues reported by Jason Goertzen
5e79056
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jul 30, 2024 in 10m 0s

Build Errored

The build errored. 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 #1876 CPU extension detection for arm64 on NetBSD..
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Compiler OS State
4758.1 gcc Linux failed
4758.2 gcc Linux errored

Build Configuration

Build Option Setting
Language C
Operating System Linux (Xenial)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "before_script": [
    "sudo apt update && sudo apt -y install astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz valgrind"
  ],
  "jobs": {
    "include": [
      {
        "arch": "ppc64le",
        "os": "linux",
        "dist": "focal",
        "compiler": "gcc",
        "if": "NOT branch =~ /^ghactionsonly-/",
        "script": [
          "mkdir build && cd build && cmake -GNinja -DOQS_ENABLE_SIG_STFL_LMS=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_HAZARDOUS_EXPERIMENTAL_ENABLE_STFL_SIG_KEY_SIG_GEN=ON .. && cmake -LA -N .. && ninja",
          "cd build & ninja run_tests"
        ]
      },
      {
        "arch": "s390x",
        "os": "linux",
        "dist": "focal",
        "compiler": "gcc",
        "if": "NOT branch =~ /^ghactionsonly-/",
        "script": [
          "mkdir build && cd build && cmake -GNinja -DOQS_ENABLE_SIG_STFL_LMS=ON -DOQS_ENABLE_SIG_STFL_XMSS=ON -DOQS_HAZARDOUS_EXPERIMENTAL_ENABLE_STFL_SIG_KEY_SIG_GEN=ON .. && cmake -LA -N .. && ninja",
          "cd build & ninja run_tests"
        ]
      }
    ]
  }
}