Skip to content

Commit

Permalink
artifacts fix
Browse files Browse the repository at this point in the history
ghstack-source-id: 4612e27d0330194613e03fb7bb41c9138a4d346b
Pull Request resolved: fairinternal/xformers#424

__original_commit__ = fairinternal/xformers@f5d06d0
  • Loading branch information
bottler authored and xFormers Bot committed Jan 12, 2023
1 parent ad240e2 commit 2166360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/build_conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ def move_artifacts_to_store(self):
assert not self.build_inside_tree
artifacts = Path("artifacts")
artifacts.mkdir(exist_ok=True)
for filename in Path("../build").resolve().glob("*.bz2"):
for filename in Path("../build/linux-64").resolve().glob("*.bz2"):
print("moving", filename)
shutil.move(filename, artifacts)

def build_in_docker(self) -> None:
Expand Down

0 comments on commit 2166360

Please sign in to comment.