Skip to content

Commit

Permalink
[AMDGPU][Offlod] Fix typo (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplehr authored Feb 4, 2025
1 parent a4c558c commit 0751daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def main(argv):
# If we do not do this, the resident config will take precedence and changes
# to the cache file are ignored.
cwd = os.getcwd()
utils.clean_dir(cwd)
util.clean_dir(cwd)

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

0 comments on commit 0751daa

Please sign in to comment.