Skip to content

Commit

Permalink
Remove git config user.* from GitHub CI
Browse files Browse the repository at this point in the history
Now that we're using a patched submodule rather than applying patches here, we
don't need to fib to git about identity.

Thanks to David Chisnall for spotting the oversight.
  • Loading branch information
nwf-msr committed Feb 12, 2024
1 parent 5382273 commit 4da8c3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
submodules: true
- name: Build simulators
run: |
# fake committer details to satisfy git am
git config --global user.name "No One"
git config --global user.email "[email protected]"
eval $(opam env) && make csim
mkdir install
cp c_emulator/cheriot_sim install
Expand Down

0 comments on commit 4da8c3f

Please sign in to comment.