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 2ad3598 commit 4a58c00Copy full SHA for 4a58c00
zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py
@@ -19,11 +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
- tdir = tempfile.mkdtemp()
23
- os.chdir(tdir)
24
util.clean_dir(cwd)
25
- os.chdir(cwd)
26
- util.rmtree(tdir)
27
28
with step("cmake", halt_on_fail=True):
29
# TODO make the name of the cache file an argument to the script.
0 commit comments