Skip to content
Snippets Groups Projects
Commit 76097397 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

[CI] Use git-apply for submodule patches.

Previously I used git-am, which meant git needs to know committer information.
parent bfc7386f
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,8 @@ before_script: ...@@ -9,9 +9,8 @@ before_script:
- git submodule sync --recursive - git submodule sync --recursive
- git submodule update --init --recursive - git submodule update --init --recursive
# end workaround # end workaround
- ( cd python/loopy && git am ../../patches/loopy/0001-Allow-using-globalargs-as-base-storage.patch ) - ( cd python/loopy && git apply ../../patches/loopy/*.patch )
- ( cd python/loopy && git am ../../patches/loopy/Current.patch ) - ( cd dune/perftool/vectorclass && git apply ../../patches/vectorclass/*.patch )
- ( cd dune/perftool/vectorclass && git am ../../patches/vectorclass/0001-Better-implementation-of-horizontal_add.patch )
debian:9--gcc: debian:9--gcc:
image: registry.jorrit.de/perftools-ci:9 image: registry.jorrit.de/perftools-ci:9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment