Fix patch application in container.

This commit is contained in:
Matt Spencer
2026-07-17 14:38:53 +00:00
parent 2fffa0edb8
commit 24c330df91
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ COPY patches ./patches/
COPY upstream.jazzy.repos ./upstream.jazzy.repos
# Import all upstream repostories
RUN vcs import ./src/upstream < ./upstream.jazzy.repos
RUN mkdir -p src/upstream && vcs import ./src/upstream < ./upstream.jazzy.repos
# Apply patches to upstream
RUN ./patches/apply_patches.sh