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

ci: Break out patches per repo #52

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ build_linux() {

git show -s | cat

patches_folder=../patches/${ARCH}
patches_folder=../patches/${REPO}/${ARCH}
[[ -d ${patches_folder} ]] && git apply -3 "${patches_folder}"/*.patch

# Only clean up old artifacts if requested, the Linux build system
Expand Down
1 change: 1 addition & 0 deletions patches/linux-next
File renamed without changes.