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 377784a commit 87df822Copy full SHA for 87df822
zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py
@@ -18,7 +18,7 @@ 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 *")
+ run_command(["rm", "-r *"])
22
23
with step("cmake", halt_on_fail=True):
24
# TODO make the name of the cache file an argument to the script.
0 commit comments