]> 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>
Thu, 16 Apr 2020 06:12:39 +0000 (08:12 +0200)
(cherry picked from commit 70318943fe141999a7b732796256f04bdbef7467)

.gitlab-ci.yml

index 999c3b2842271873039f7dac2ce0b2b46896ef12..d278690399e590f0c484e6c5ec0c90f1b7c8c31f 100644 (file)
@@ -231,9 +231,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"