From: Ondřej Surý Date: Wed, 15 Apr 2020 09:56:08 +0000 (+0200) Subject: Remove the Windows build job dependency on autoreconf job X-Git-Tag: v9.17.2~146^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70318943fe141999a7b732796256f04bdbef7467;p=thirdparty%2Fbind9.git Remove the Windows build job dependency on autoreconf job --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94c2b6153e7..8b2caed234f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -230,9 +230,7 @@ stages: x64' - 'Set-Item -path "Env:CL" -value "/MP$([Math]::Truncate($BUILD_PARALLEL_JOBS/2))"' - '& msbuild.exe /maxCpuCount:2 /t:Build /p:Configuration=$VSCONF bind9.sln' - needs: - - job: autoreconf - artifacts: false + needs: [] artifacts: untracked: true expire_in: "1 day"