From 71eb74d256cb4dc5b8b43991aec74980547c5069 Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Sun, 17 Jul 2022 21:23:53 +0200 Subject: [PATCH] Update .gitlab-ci.yml - don't make ctr-legacy and djgpp depend on build pipeline pass Set needs to [] --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1871ef9c09..5849ac22db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -828,6 +828,7 @@ build-static-retroarch-djgpp: - retroarch-precompiled/ expire_in: 10 min dependencies: [] + needs: [] script: # Allow failure since we don't have a core - "make -f Makefile.dos -j$NUMPROC ||:" @@ -865,6 +866,7 @@ build-static-retroarch-ctr-legacy: - retroarch-precompiled/ expire_in: 10 min dependencies: [] + needs: [] script: # Allow failure since we don't have a core - "make -f Makefile.ctr -j$NUMPROC ||:"