Skip to content

Commit

Permalink
retrigger with backtrace added
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Aug 26, 2024
1 parent f2b8263 commit b327a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (e Env) MetaCallBuild(arg string) Env {
}

func (e Env) MetacallRuntime(arg string) Env {
e.state = e.state.Run(llb.Shlexf("bash /usr/local/metacall/tools/metacall-runtime.sh base ports clean %v", arg)).
e.state = e.state.Run(llb.Shlexf("bash /usr/local/metacall/tools/metacall-runtime.sh base ports backtrace clean %v", arg)).
Root() // TODO: Add backtrace

return e
Expand Down

0 comments on commit b327a85

Please sign in to comment.