Skip to content

Commit

Permalink
Add ALLOW_EOL_SHIMMED_BUILDER=1
Browse files Browse the repository at this point in the history
Required now that we have the EOL warning/error.
  • Loading branch information
edmorley committed Apr 19, 2024
1 parent 74c9045 commit 5339669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestBuild(t *testing.T) {
var out bytes.Buffer
cmd := exec.Command(tmp+"/buildpack/bin/build", tmp+"/layers", tmp+"/platform")
cmd.Dir = tmp + "/app"
cmd.Env = append(os.Environ(), "CNB_STACK_ID=heroku-20")
cmd.Env = append(os.Environ(), "CNB_STACK_ID=heroku-20", "ALLOW_EOL_SHIMMED_BUILDER=1")
cmd.Stdout = &out
cmd.Stderr = &out
err = cmd.Run()
Expand Down

0 comments on commit 5339669

Please sign in to comment.