]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove the Windows build job dependency on autoreconf job
authorOndřej Surý <ondrej@isc.org>
Wed, 15 Apr 2020 09:56:08 +0000 (11:56 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 15 Apr 2020 10:47:42 +0000 (12:47 +0200)
.gitlab-ci.yml

index 94c2b6153e7e96ba2730fa7e5da4a39ce0ae7ad6..8b2caed234f643a838f3d7fba9ff58e4aff8fe02 100644 (file)
@@ -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"