Skip to content

Commit 4a58c00

Browse files
authored
Revert "[AMDGPU] Change CWD from within tmp directory (#403)"
This reverts commit 2ad3598.
1 parent 2ad3598 commit 4a58c00

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ def main(argv):
1919
# If we do not do this, the resident config will take precedence and changes
2020
# to the cache file are ignored.
2121
cwd = os.getcwd()
22-
tdir = tempfile.mkdtemp()
23-
os.chdir(tdir)
2422
util.clean_dir(cwd)
25-
os.chdir(cwd)
26-
util.rmtree(tdir)
2723

2824
with step("cmake", halt_on_fail=True):
2925
# TODO make the name of the cache file an argument to the script.

0 commit comments

Comments
 (0)