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

Revert "Hopefully navigate around the availability issue with compyte"

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