Skip to content

Commit

Permalink
Add missing env data to program cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Jul 31, 2023
1 parent 2e5adbc commit be7dbc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/program/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ pub async fn build_program(
&env.name,
&env.version,
&env.compile_script,
&env.run_script,
&env.closure,
&env.sandkasten_version,
&data.main_file,
&data.files,
&data.env_vars,
Expand Down

0 comments on commit be7dbc6

Please sign in to comment.