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

[CI] Work around CA issues in gitlab-runner for submodules.

parent de66c1a9
No related branches found
No related tags found
No related merge requests found
---
variables:
GIT_SUBMODULE_STRATEGY: recursive
# work around https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/2148
# value should be "recursive" without workaround
GIT_SUBMODULE_STRATEGY: none
before_script:
# work around https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/2148
- git submodule sync --recursive
- git submodule update --init --recursive
# end workaround
- ( cd python/loopy && git am ../../patches/loopy/0001-Allow-using-globalargs-as-base-storage.patch )
- ( cd python/loopy && git am ../../patches/loopy/Current.patch )
- ( cd dune/perftool/vectorclass && git am ../../patches/vectorclass/0001-Better-implementation-of-horizontal_add.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