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

WRQ-19494: css-loader v7 migration #3241

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Merge branch 'feature/enact_v5' into feature/WRQ-19494

b8451f9
Select commit
Loading
Failed to load commit list.
Open

WRQ-19494: css-loader v7 migration #3241

Merge branch 'feature/enact_v5' into feature/WRQ-19494
b8451f9
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Jul 4, 2024 in 9m 0s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the feature/WRQ-19494 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 Node.js OS State
17984.1 lts\/\* Linux failed
17984.2 21 Linux failed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions lts/*, 21
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "lts/*",
    "21"
  ],
  "sudo": false,
  "before_install": [
    "sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev"
  ],
  "install": [
    "npm config set prefer-offline false",
    "npm install -g codecov",
    "git clone --branch=feature/WRQ-19494 --depth 1 https://github.com/enactjs/cli ../cli",
    "pushd ../cli",
    "npm install",
    "npm link",
    "popd",
    "npm install",
    "npm run bootstrap",
    "npm run interlink"
  ],
  "script": [
    "echo -e \"\\x1b\\x5b35;1m*** Starting tests...\\x1b\\x5b0m\"",
    "npm test -- -- --runInBand --coverage",
    "codecov",
    "echo -e \"\\x1b\\x5b35;1m*** Tests complete\\x1b\\x5b0m\"",
    "echo -e \"\\x1b\\x5b35;1m*** Starting eslint...\\x1b\\x5b0m\"",
    "npm run lerna -- run lint -- -- --report-unused-disable-directives --max-warnings 0 .",
    "echo -e \"\\x1b\\x5b35;1m*** eslint complete\\x1b\\x5b0m\"",
    "echo -e \"\\x1b\\x5b35;1m*** Starting docs validation...\\x1b\\x5b0m\"",
    "npm run validate-docs",
    "echo -e \"\\x1b\\x5b35;1m*** Docs validation complete\\x1b\\x5b0m\"",
    "echo -e \"\\x1b\\x5b35;1m*** Starting sampler builds...\\x1b\\x5b0m\"",
    "cd packages/sampler",
    "npm run pack",
    "echo -e \"\\x1b\\x5b35;1m*** sampler build complete\\x1b\\x5b0m\""
  ]
}