Skip to content

Commit

Permalink
ci: Break out patches per repo
Browse files Browse the repository at this point in the history
Closes ClangBuiltLinux#45 (see that issue for more info).

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Nov 12, 2018
1 parent c7cf214 commit aa68881
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
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.

0 comments on commit aa68881

Please sign in to comment.