aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in')
-rw-r--r--scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
index 035fcfe..9cf0da2 100644
--- a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
+++ b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
@@ -130,11 +130,6 @@
(string-append
"--derivation-substitute-urls="
"https://" %guix-data-service-host)
- ;; Currently submitting builds performs an allocation. Ideally this
- ;; would just mark the plan as dirty to avoid repeatedly
- ;; re-allocating builds. Until that point, pass this flag to skip
- ;; allocating builds.
- "--defer-allocation"
;; For the use case of providing substitutes, just build each
;; output once.
"--ignore-if-build-for-derivation-exists"