Skip to content

Commit

Permalink
chore(build): bump cross toolchain to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored and AndyZhang0707 committed Jul 26, 2024
1 parent 09915f3 commit cdb8c25
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build/toolchain/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@ def toolchain_repositories():

http_archive(
name = "aarch64-rhel9-linux-gnu-gcc-11",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.5.0/aarch64-rhel9-linux-gnu-glibc-2.34-gcc-11.tar.gz",
sha256 = "40fcf85e8315869621573512499aa3e2884283e0054dfefc2bad3bbf21b954c0",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.7.0/aarch64-rhel9-linux-gnu-glibc-2.34-gcc-11.tar.gz",
sha256 = "8db520adb98f43dfe3da5d51e09679b85956e3a11362d7cba37a85065e87fcf7",
strip_prefix = "aarch64-rhel9-linux-gnu",
build_file_content = build_file_content,
)

http_archive(
name = "aarch64-rhel8-linux-gnu-gcc-8",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.5.0/aarch64-rhel8-linux-gnu-glibc-2.28-gcc-8.tar.gz",
sha256 = "7a9a28ccab6d3b068ad49b2618276707e0a31b437ad010c8969ba8660ddf63fb",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.7.0/aarch64-rhel8-linux-gnu-glibc-2.28-gcc-8.tar.gz",
sha256 = "de41ca31b6a056bddd770b4cb50fe8e8c31e8faa9ce857771ab7410a954d1cbe",
strip_prefix = "aarch64-rhel8-linux-gnu",
build_file_content = build_file_content,
)

http_archive(
name = "aarch64-aws2023-linux-gnu-gcc-11",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.5.0/aarch64-aws2023-linux-gnu-glibc-2.34-gcc-11.tar.gz",
sha256 = "01498b49c20255dd3d5da733fa5d60b5dad4b1cdd55e50552d8f2867f3d82e98",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.7.0/aarch64-aws2023-linux-gnu-glibc-2.34-gcc-11.tar.gz",
sha256 = "c0333ba0934b32f59ab9c3076c47785c94413aae264cc2ee78d6d5fd46171a9d",
strip_prefix = "aarch64-aws2023-linux-gnu",
build_file_content = build_file_content,
)

http_archive(
name = "aarch64-aws2-linux-gnu-gcc-7",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.5.0/aarch64-aws2-linux-gnu-glibc-2.26-gcc-7.tar.gz",
sha256 = "9a8d0bb84c3eea7b662192bf44aaf33a76c9c68848a68a544a91ab90cd8cba60",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.7.0/aarch64-aws2-linux-gnu-glibc-2.26-gcc-7.tar.gz",
sha256 = "de365a366b5de93b0f6d851746e7ced06946b083b390500d4c1b4a8360702331",
strip_prefix = "aarch64-aws2-linux-gnu",
build_file_content = build_file_content,
)

0 comments on commit cdb8c25

Please sign in to comment.