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

[Snyk] Security upgrade binwrap from 0.2.1 to 0.2.3 #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: package/npm/package.json & package/npm/package-lock.json to redu…

3a7aaf6
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade binwrap from 0.2.1 to 0.2.3 #105

fix: package/npm/package.json & package/npm/package-lock.json to redu…
3a7aaf6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Mar 22, 2024 in 4m 19s

Build Errored

The build errored. This is a change from the previous build, which canceled.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #105 [Snyk] Security upgrade binwrap from 0.2.1 to 0.2.3.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
364.1 CASHER_TIME_OUT=1000 Linux errored
364.2 CASHER_TIME_OUT=1000 macOS errored

Build Configuration

Build Option Setting
Language Nix
Operating System Linux (Xenial), macOS
Build Configuration
{
  "language": "nix",
  "os": [
    "linux",
    "osx"
  ],
  "dist": "xenial",
  "addons": {
    "apt": {
      "packages": [
        "libgmp-dev"
      ]
    }
  },
  "before_install": [
    "sh script/install-stack.sh"
  ],
  "cache": {
    "directories": [
      "${HOME}/.local/bin",
      "${HOME}/.stack",
      ".stack-work"
    ]
  },
  "env": [
    "global={:CASHER_TIME_OUT=>\"1000\"}={:BUILD=>\"\\\"jetpack-${TRAVIS_OS_NAME}.tar.gz\\\"\"}"
  ],
  "sudo": false,
  "script": [
    "stack setup",
    "stack test",
    "stack build --ghc-options -O2",
    "tar zcvf \"${BUILD}\" -C \"$(stack path --local-install-root)/bin\" jetpack",
    "nix-shell --command script/format.sh"
  ],
  "deploy": [
    {
      "provider": "releases",
      "file": [
        "${BUILD}"
      ],
      "skip_cleanup": true,
      "on": {
        "repo": "NoRedInk/jetpack",
        "tags": true
      },
      "token": {
        "secure": "Uuk1YmJNwJ3DPMzT3pAjEHx6Gn5cR8bR09hKQmt/FihlasHpIfiNHEn72LMQsntOQoNNjN+VYaKpIsfZ2w8TNKVn648SHfb0zSEZ+XjhPWX6EQtN1DZd4LyChgSyHllZuNERmbaL7+NWuM9w1ItKzWVZ6ZU7Mj3jKIGkhWrCkroPKG9Z3zXNgdtT+LGbHVSBdVyQhEQTFYxeHSAONQXB/UqZYMJxzzdr8cjtfJkBN7O8lP/8AhSj0ofcJEINTiM/T9UcpxGtLe8CV2ZJdc8DNN/wejcqAj9FqHwSR6By3SwrRLBJIFtKkz1zQTTOc8jUGU2PiINiHnaYtCN4ciXwH+QZyGIGJJ1vORv3vUo1HWqENmFaurlgQOVNOc+MQleTTnxr4VmrUkMyAjb8siKlhPfkbtcDFq/fd/0rheuEY6pfCy8+yyIdRet9p4nvPyZ6LS+rGasiCCVrf5d493G0DR+8/FzGANrwWYJztizzUvhjU4mqhyY+BEsGzTiHjhxlnmRQZKrHO2+fQQZNJ+eyBZXW+w6fx6Q50yi8xhm7LHVMkUrhf3/LHeIcEECsvPBNB6uGdvfPKIq+8iVaEvy/I/VQC+npq7JPOdeBDlCy6yf7AMu04K9ok1VWY4SokZDzqTQtXXwQzxsT9Z/M7wEHgZS8ZSf42KZmb5eKj3evNVU="
      }
    }
  ]
}