Skip to content

Commit

Permalink
chore(ci): bump crosstool-ng-actions from 0.8.0 to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Sep 24, 2024
1 parent 382f98a commit 38393de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions build/toolchain/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,40 +23,40 @@ filegroup(
def toolchain_repositories():
http_archive(
name = "aarch64-rhel9-linux-gnu-gcc-11",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.8.0/aarch64-rhel9-linux-gnu-glibc-2.34-gcc-11.tar.gz",
sha256 = "b8f9573cb71d5556aea5a0e13c205786b5817f54273e2efcde71548e9eb297a2",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.8.2/aarch64-rhel9-linux-gnu-glibc-2.34-gcc-11.tar.gz",
sha256 = "bcf38c5221fe96978428e8a7e0255cb8285008378f627dad8ad5a219adf99493",
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.8.0/aarch64-rhel8-linux-gnu-glibc-2.28-gcc-8.tar.gz",
sha256 = "f802d09c54f037f78198ff90bf847d822529ec3c6797a922e282453ad44321ef",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.8.2/aarch64-rhel8-linux-gnu-glibc-2.28-gcc-8.tar.gz",
sha256 = "44068f3c1ef59a9f1049c25c975c5180968321dea4f7333f640176abac95bc88",
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.8.0/aarch64-aws2023-linux-gnu-glibc-2.34-gcc-11.tar.gz",
sha256 = "4b5ef1511035fcb4b95c543485dc7a72675abcb27c4d2b6a20ac4598f2717a9f",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.8.2/aarch64-aws2023-linux-gnu-glibc-2.34-gcc-11.tar.gz",
sha256 = "3d3cfa475052f841304e3a0d7943827f2a9e4fa0dacafbfb0aaa95921d682459",
strip_prefix = "aarch64-aws2023-linux-gnu",
build_file_content = build_file_content,
)

http_archive(
name = "aarch64-aws2-linux-gnu-gcc-8",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.8.0/aarch64-aws2-linux-gnu-glibc-2.26-gcc-8.tar.gz",
sha256 = "4bcf3e5448cca6c33f8d6d3e97da0378cfa57b116e5ba6f037e4fd11149ed37f",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.8.2/aarch64-aws2-linux-gnu-glibc-2.26-gcc-8.tar.gz",
sha256 = "73f15ccbe373604f817ee388cb4c1038c304507bdda7c0bc8234650b8ccde4fb",
strip_prefix = "aarch64-aws2-linux-gnu",
build_file_content = build_file_content,
)

http_archive(
name = "x86_64-aws2-linux-gnu-gcc-8",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.8.0/x86_64-aws2-linux-gnu-glibc-2.26-gcc-8.tar.gz",
sha256 = "bb742616c651900280ac63e926d941fa4bb851e648d011a04a29de62e818e516",
url = "https://github.com/Kong/crosstool-ng-actions/releases/download/0.8.2/x86_64-aws2-linux-gnu-glibc-2.26-gcc-8.tar.gz",
sha256 = "06b4900bb5922b74e8b4c11e237d45c1d7343ba694be6338c243d5a9d7f353f0",
strip_prefix = "x86_64-aws2-linux-gnu",
build_file_content = build_file_content,
)
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/ubuntu-24.04-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.3 3 Sep 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down

0 comments on commit 38393de

Please sign in to comment.