Skip to content

Commit

Permalink
Add pyproject.toml to espresso gate include guards.
Browse files Browse the repository at this point in the history
  • Loading branch information
rschatz committed Jun 19, 2024
1 parent 311c90b commit a97799c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions espresso/ci/ci_common/common.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ local benchmark_suites = ['dacapo', 'renaissance', 'scala-dacapo'];
"<graal>/tools/**",
"<graal>/regex/**",
"<graal>/sulong/**",
"<graal>/pyproject.toml",
] + base.basic_guard_includes + (if with_compiler then [
"<graal>/common.json",
"<graal>/compiler/**",
Expand Down

0 comments on commit a97799c

Please sign in to comment.