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 a4c558c commit 0751daaCopy full SHA for 0751daa
zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py
@@ -19,7 +19,7 @@ def main(argv):
19
# If we do not do this, the resident config will take precedence and changes
20
# to the cache file are ignored.
21
cwd = os.getcwd()
22
- utils.clean_dir(cwd)
+ util.clean_dir(cwd)
23
24
with step("cmake", halt_on_fail=True):
25
# TODO make the name of the cache file an argument to the script.
0 commit comments