Skip to content
Snippets Groups Projects
Commit f4f0a882 authored by Dominic Kempf's avatar Dominic Kempf Committed by René Heß
Browse files

Hopefully navigate around the availability issue with compyte

parent d8bb9265
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ variables: ...@@ -7,11 +7,11 @@ variables:
before_script: before_script:
- echo "Running make concurrently with $(nproc) cores, where possibly" - echo "Running make concurrently with $(nproc) cores, where possibly"
# make sure we can update submodules and apply the patches # make sure we can update submodules and apply the patches
- git submodule foreach --recursive git reset --hard HEAD - git submodule foreach git reset --hard HEAD
- git submodule foreach --recursive git clean -fdx - git submodule foreach git clean -fdx
# work around https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/2148 # work around https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/2148
- git submodule sync --recursive - git submodule sync
- git submodule update --init --recursive - git submodule update --init
# end workaround # end workaround
- patches/apply_patches.sh - patches/apply_patches.sh
# detect number of processors, but make sure never to run with -j"", as the # detect number of processors, but make sure never to run with -j"", as the
......
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