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 1d4edfc commit a4c558cCopy full SHA for a4c558c
zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py
@@ -18,7 +18,8 @@ def main(argv):
18
# We have to "hard clean" the build directory, since we use a CMake cache
19
# If we do not do this, the resident config will take precedence and changes
20
# to the cache file are ignored.
21
- run_command(["rm", "-r *"])
+ cwd = os.getcwd()
22
+ utils.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