aboutsummaryrefslogtreecommitdiff
path: root/bbot
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-04-12 13:51:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-04-12 13:51:10 +0300
commit97337019e242c443c043ccb78420ee1c000bbbf4 (patch)
tree28b85373d92e110f81b7d443b1395ec6b7275eb2 /bbot
parent9abe5e449cc3dab0715ebc86de2a86e6cb8ecc63 (diff)
Fix verifying which step id can be enabled/disabled in worker
Diffstat (limited to 'bbot')
-rw-r--r--bbot/worker/worker.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index e8c6af7..24944d2 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -1216,6 +1216,7 @@ build (size_t argc, const char* argv[])
prefix != "bpkg.bindist.fedora" &&
prefix != "bpkg.bindist.archive" &&
prefix != "bbot.sys-install" &&
+ prefix != "bbot.sys-install.ldconfig" &&
prefix != "b.test-installed.test" &&
prefix != "bpkg.test-separate-installed.update" &&
prefix != "bpkg.test-separate-installed.test")