We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bbc6f commit 612ef5eCopy full SHA for 612ef5e
buildbot/osuosl/master/config/release_builders.py
@@ -1,6 +1,6 @@
1
from importlib import reload
2
3
-from buildbot.plugins import util
+from buildbot.plugins import util, steps
4
5
from zorg.buildbot.builders import ClangBuilder
6
from zorg.buildbot.builders import FlangBuilder
@@ -113,7 +113,7 @@
113
'libunwind',
114
'libcxx',
115
'libcxxabi',
116
- 'lld',
+ 'lld',
117
],
118
vs="autodetect",
119
clean=True,
@@ -175,7 +175,7 @@
175
176
177
178
179
180
vs = "autodetect",
181
clean = True,
0 commit comments