Skip to content

Commit

Permalink
Merge remote-tracking branch 'main/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dterazhao committed Dec 18, 2023
2 parents aa28c8c + 8792c8e commit d0dd34a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

SECRETFLOW_GIT = "https://github.com/secretflow"

YACL_COMMIT_ID = "3baea619ae3f67911d7f072ff7dd39bc6a00ec28"
YACL_COMMIT_ID = "2b7d8882c78f07bd9e78217b7f9ca13135781e65"

git_repository(
name = "yacl",
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ def has_ext_modules(self):
plat_name = "macosx_10_16_x86_64"
else:
plat_name = "macosx_11_0_arm64"
elif platform.machine() == "aarch64":
# Linux aarch64
plat_name = "manylinux_2_28_aarch64"

setuptools.setup(
name=setup_spec.name,
Expand Down

0 comments on commit d0dd34a

Please sign in to comment.