This repository was archived by the owner on Jan 28, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 457
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
CircleCI and Github Actions build commands are broken #2394
Copy link
Copy link
Closed
Description
Issue Summary
yarn install --immutable --inline-builds
is used in CircleCI and Github Actions. This build command is broken in master branch(3d3f82d).
Actual behavior
yarn install --immutable --inline-builds
...
➤ YN0000: ┌ Post-resolution validation
➤ YN0000: │ @@ -36,18 +36,8 @@
➤ YN0000: │ checksum: ca7e26aba7b5b444939e9c5c52c26ec7a8300eda9db980331ba7d74e3c235b110937768fc12b50bdd2bc27556de3514572ea5f51c66f42f906e0a614534c025a
➤ YN0000: │ languageName: node
➤ YN0000: │ linkType: hard
➤ YN0000: │
➤ YN0028: │ -"@aws-cdk/cfnspec@npm:2.13.0":
➤ YN0028: │ - version: 2.13.0
➤ YN0028: │ - resolution: "@aws-cdk/cfnspec@npm:2.13.0"
➤ YN0028: │ - dependencies:
➤ YN0028: │ - fs-extra: ^9.1.0
➤ YN0028: │ - md5: ^2.3.0
➤ YN0028: │ - checksum: ca7e26aba7b5b444939e9c5c52c26ec7a8300eda9db980331ba7d74e3c235b110937768fc12b50bdd2bc27556de3514572ea5f51c66f42f906e0a614534c025a
➤ YN0028: │ - languageName: node
➤ YN0028: │ - linkType: hard
➤ YN0028: │ -
➤ YN0000: │ "@aws-cdk/cloud-assembly-schema@npm:2.13.0":
➤ YN0000: │ version: 2.13.0
➤ YN0000: │ resolution: "@aws-cdk/cloud-assembly-schema@npm:2.13.0"
➤ YN0000: │ dependencies:
➤ YN0000: │ @@ -71,23 +61,8 @@
➤ YN0000: │ checksum: 8f50604e34338d354cb9207b9f916f28412e280b37b106ebc32056406ac204e6b51eed6893cccd25b51bae9545b474c7b4fef4f7f090edbe5c46e2806009d784
➤ YN0000: │ languageName: node
➤ YN0000: │ linkType: hard
➤ YN0000: │
➤ YN0028: │ -"@aws-cdk/cloudformation-diff@npm:2.13.0":
➤ YN0028: │ - version: 2.13.0
➤ YN0028: │ - resolution: "@aws-cdk/cloudformation-diff@npm:2.13.0"
➤ YN0028: │ - dependencies:
➤ YN0028: │ - "@aws-cdk/cfnspec": 2.13.0
➤ YN0028: │ - "@types/node": ^10.17.60
➤ YN0028: │ - chalk: ^4
➤ YN0028: │ - diff: ^5.0.0
➤ YN0028: │ - fast-deep-equal: ^3.1.3
➤ YN0028: │ - string-width: ^4.2.3
➤ YN0028: │ - table: ^6.8.0
➤ YN0028: │ - checksum: 8f50604e34338d354cb9207b9f916f28412e280b37b106ebc32056406ac204e6b51eed6893cccd25b51bae9545b474c7b4fef4f7f090edbe5c46e2806009d784
➤ YN0028: │ - languageName: node
➤ YN0028: │ - linkType: hard
➤ YN0028: │ -
➤ YN0000: │ "@aws-cdk/cx-api@npm:2.13.0":
➤ YN0000: │ version: 2.13.0
➤ YN0000: │ resolution: "@aws-cdk/cx-api@npm:2.13.0"
➤ YN0000: │ dependencies:
➤ YN0000: │
➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden.
➤ YN0000: └ Completed
➤ YN0000: Failed with errors in 0s 403ms
Expected behavior
Build command succeeds.
Versions
- OS/Environment: MacOS
- @sls-next/serverless-component version: v3.7.0-alpha.10
Checklist
- You have reviewed the README and FAQs, which answers several common questions.
- You have reviewed our DEBUGGING wiki and have tried your best to include complete information and reproduction steps (including your configuration) as is possible. As there is only one maintainer (who maintains this in his free time) and thus very limited resources, if you have time, please try to debug the issue a bit yourself if possible.
- You have first tried using the most recent
latest
oralpha
@sls-next/serverless-component
release version, which may have already fixed your issue or implemented the feature you are trying to use. Note that the oldserverless-next.js
component and theserverless-next.js
plugin are deprecated and no longer maintained.
Metadata
Metadata
Assignees
Labels
No labels