Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit f6b44d1

Browse files
committed
driver: Add the ability to patch a specific repo
Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 8af89f7 commit f6b44d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ build_linux() {
242242
git show -s | cat
243243

244244
apply_patches "../patches/all"
245+
apply_patches "../patches/${REPO}/all"
245246
apply_patches "../patches/${REPO}/${ARCH}"
246247

247248
# Only clean up old artifacts if requested, the Linux build system

0 commit comments

Comments
 (0)