Skip to content

Commit

Permalink
give workflow a git identity
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej committed Oct 31, 2024
1 parent 5f7183e commit fb56c6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/setup-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ fi

# Run ./setup-deps.sh before this to install dependencies needed to build LLVM

# Applying the patches requires that our git user has an identity.
git config --global user.email "[email protected]"
git config --global user.name "Workflow"

git clone https://github.com/llvm/llvm-project.git llvm
cd llvm
git am < ${WORKSPACE_PATH}/patches/add-identifier-to-mca-instruction.patch
Expand Down

0 comments on commit fb56c6e

Please sign in to comment.