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

[CI] Reset all submodules so we can apply the patches.

parent 25d3306b
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ before_script:
- git submodule sync --recursive
- git submodule update --init --recursive
# end workaround
# make sure we can apply the patches
- git submodule foreach --recursive git reset --hard HEAD
- ( cd python/loopy && git apply ../../patches/loopy/*.patch )
- ( cd dune/perftool/vectorclass && git apply ../../../patches/vectorclass/*.patch )
......
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