Skip to content

Commit

Permalink
the script install_other_dependencies.sh was not executed...
Browse files Browse the repository at this point in the history
  • Loading branch information
denisri committed Oct 4, 2024
1 parent 234b7eb commit f48e469
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions image-recipes/casa-run/5.3/build_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ def compiled_dependencies(base_dir, builder):
builder.run_root('/build/install_compiled_dependencies.sh')


@builder.step
def other_dependencies(base_dir, builder):
"""Run install_compiled_dependencies.sh."""
builder.run_root('/build/install_other_dependencies.sh')


@builder.step
def cleanup_build_dependencies(base_dir, builder):
"""Run cleanup_build_dependencies.sh."""
Expand Down

0 comments on commit f48e469

Please sign in to comment.