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

Bump zipp from 3.4.0 to 3.19.1 in /scripts/copy_from_upstream in the pip group #1836

Merged

Bump zipp in /scripts/copy_from_upstream in the pip group

1739bac
Select commit
Loading
Failed to load commit list.
Merged

Bump zipp from 3.4.0 to 3.19.1 in /scripts/copy_from_upstream in the pip group #1836

Bump zipp in /scripts/copy_from_upstream in the pip group
1739bac
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jul 9, 2024 in 9m 26s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/pip/scripts/copy_from_upstream/pip-b679a3fa74 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Compiler OS State
4658.1 gcc Linux passed
4658.2 gcc Linux passed

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 .. && 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 .. && ninja",
          "cd build & ninja run_tests"
        ]
      }
    ]
  }
}