Skip to content

Commit

Permalink
Remove patches mount
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Mar 23, 2024
1 parent 1dc57a3 commit 7462b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/50-aom.sh
Expand Up @@ -10,7 +10,7 @@ ffbuild_enabled() {
}

ffbuild_dockerstage() {
to_df "RUN --mount=src=${SELF},dst=/stage.sh --mount=src=${SELFCACHE},dst=/cache.tar.xz --mount=src=patches/aom,dst=/patches run_stage /stage.sh"
to_df "RUN --mount=src=${SELF},dst=/stage.sh --mount=src=${SELFCACHE},dst=/cache.tar.xz run_stage /stage.sh"
}

ffbuild_dockerbuild() {
Expand Down

0 comments on commit 7462b66

Please sign in to comment.