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

Revert "NO-ISSUE: Bump actions/setup-java from 3 to 4" #1316

Revert "NO-ISSUE: Bump actions/setup-java from 3 to 4 (#1308)"

b95e232
Select commit
Loading
Failed to load commit list.
Closed

Revert "NO-ISSUE: Bump actions/setup-java from 3 to 4" #1316

Revert "NO-ISSUE: Bump actions/setup-java from 3 to 4 (#1308)"
b95e232
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 18, 2023 in 1m 59s

Build Passed

The build passed.

Details

This is a normal build for the revert-1308-dependabot/github_actions/actions/setup-java-4 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 ENV OS State Notes
423.1 PROTON_VERSION=main Linux failed This job is allowed to fail.
423.2 PROTON_VERSION=main Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Jammy)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "cache": {
    "ccache": true,
    "pip": true
  },
  "arch": [
    "arm64"
  ],
  "env": [
    "global={:PROTON_VERSION=>\"main\"}={:BUILD_TYPE=>\"RelWithDebInfo\"} jobs={:RUNTIME_CHECK=>\"asan\", :QD_ENABLE_ASSERTIONS=>\"ON\"}={:RUNTIME_CHECK=>\"tsan\", :QD_ENABLE_ASSERTIONS=>\"OFF\"}"
  ],
  "jobs": {
    "fast_finish": true,
    "allow_failures": [
      {
        "arch": "arm64"
      }
    ],
    "exclude": [
      {
        "arch": "s390x",
        "env": [
          {
            "RUNTIME_CHECK": "tsan",
            "QD_ENABLE_ASSERTIONS": "OFF"
          }
        ]
      }
    ]
  },
  "addons": {
    "apt": {
      "packages": [
        "cmake",
        "libpython3-dev",
        "python3-venv",
        "libsasl2-dev",
        "libssl-dev",
        "sasl2-bin",
        "swig",
        "libnghttp2-dev",
        "libwebsockets-dev",
        "binutils-dev",
        "lcov",
        "curl",
        "ncat",
        "gdb"
      ]
    }
  },
  "script": [
    "ulimit -c unlimited",
    "scripts/travisci_build.sh",
    "find -name 'core' -exec ${TRAVIS_BUILD_DIR}/scripts/gha_analyze_coredump.sh {} \\;"
  ]
}