Skip to content

Commit

Permalink
! fixed build failed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed Jan 14, 2024
1 parent 5434b8f commit 7073588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ github:

package:
repositories: ["ghcr.io/amp-buildpacks/solc"]
include_dependencies: false
register: false
registry_token: ${{ secrets.AMP_BUILDPACKS_BOT_GITHUB_TOKEN }}

Expand Down
8 changes: 4 additions & 4 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ api = "0.8"

# from https://github.com/paketo-buildpacks/node-engine/blob/main/buildpack.toml
[[metadata.dependencies]]
checksum = "sha256:3fe4ec5d70c8b4ffc1461dec83ab23fc70124e137c4cbbe1ccc9d6ae6ec04a7d"
deprecation_date = "2026-04-30T00:00:00Z"
id = "node"
licenses = ["0BSD", "Apache-2.0", "Artistic-2.0", "BSD-2-Clause", "BSD-3-Clause", "BSD-4-Clause", "BSD-Source-Code", "CC0-1.0", "ECL-2.0", "ICU", "MIT", "MIT-0", "SHL-0.5", "SHL-0.51", "Unicode-TOU"]
name = "Node Engine"
purl = "pkg:generic/[email protected]"
stacks = ["io.buildpacks.stacks.jammy", "*"]
strip-components = 1
sha256 = "3fe4ec5d70c8b4ffc1461dec83ab23fc70124e137c4cbbe1ccc9d6ae6ec04a7d"
uri = "https://nodejs.org/dist/v20.10.0/node-v20.10.0-linux-x64.tar.xz"
strip-components = 1
stacks = ["*"]
version = "20.10.0"
licenses = ["0BSD", "Apache-2.0", "Artistic-2.0", "BSD-2-Clause", "BSD-3-Clause", "BSD-4-Clause", "BSD-Source-Code", "CC0-1.0", "ECL-2.0", "ICU", "MIT", "MIT-0", "SHL-0.5", "SHL-0.51", "Unicode-TOU"]

[[stacks]]
id = "*"

0 comments on commit 7073588

Please sign in to comment.