Skip to content

Remove functions-related buildpacks #1102

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

Merged
merged 2 commits into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,23 +139,3 @@ jobs:
working-directory: ${{ matrix.dir }}
run: cargo test --locked -- --ignored --test-threads 16

shpec:
runs-on: ubuntu-24.04
container:
image: heroku/heroku:${{ matrix.stack-version }}-build
strategy:
matrix:
stack-version:
- '22'
buildpack-dir:
- buildpacks/npm
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install shpec
run: sh -c "`curl -L https://raw.githubusercontent.com/rylnd/shpec/master/install.sh`"
- name: Shpec unit tests on heroku-${{ matrix.stack-version }}
run: shpec ${{ matrix.buildpack-dir }}/shpec/*_shpec.sh
22 changes: 0 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ resolver = "2"
members = [
"buildpacks/nodejs-engine",
"buildpacks/nodejs-corepack",
"buildpacks/nodejs-function-invoker",
"buildpacks/nodejs-npm-engine",
"buildpacks/nodejs-npm-install",
"buildpacks/nodejs-pnpm-engine",
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ This repository contains multiple buildpacks:
| `heroku/nodejs` | Node.js Composite Buildpack | [Readme](meta-buildpacks/nodejs/README.md) |
| `heroku/nodejs-engine` | Node.js Engine Buildpack | [Readme](buildpacks/nodejs-engine/README.md) |
| `heroku/nodejs-corepack` | Corepack Buildpack | [Readme](buildpacks/nodejs-corepack/README.md) |
| `heroku/nodejs-npm` | npm Buildpack | [Readme](buildpacks/npm/README.md) |
| `heroku/nodejs-npm-engine` | npm Engine Buildpack | [Readme](buildpacks/nodejs-npm-engine/README.md) |
| `heroku/nodejs-npm-install` | npm Install Buildpack | [Readme](buildpacks/nodejs-npm-install/README.md) |
| `heroku/nodejs-pnpm-install` | pnpm install Buildpack | [Readme](buildpacks/nodejs-pnpm-install/README.md) |
Expand Down
Loading