Skip to content

Commit 612ef5e

Browse files
committed
Import steps to release_builders.py + cosmetic.
1 parent 33bbc6f commit 612ef5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildbot/osuosl/master/config/release_builders.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from importlib import reload
22

3-
from buildbot.plugins import util
3+
from buildbot.plugins import util, steps
44

55
from zorg.buildbot.builders import ClangBuilder
66
from zorg.buildbot.builders import FlangBuilder
@@ -113,7 +113,7 @@
113113
'libunwind',
114114
'libcxx',
115115
'libcxxabi',
116-
'lld',
116+
'lld',
117117
],
118118
vs="autodetect",
119119
clean=True,
@@ -175,7 +175,7 @@
175175
'libunwind',
176176
'libcxx',
177177
'libcxxabi',
178-
'lld',
178+
'lld',
179179
],
180180
vs = "autodetect",
181181
clean = True,

0 commit comments

Comments
 (0)