From 0e96585516a88dfbf7892502978f4e80f6fdd884 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Fri, 25 Aug 2023 22:25:19 +0200 Subject: [PATCH] Update tdlight, add armhf support --- .github/workflows/platform_natives.yaml | 1 + implementations/tdlight | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index ee08134..382034f 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -21,6 +21,7 @@ jobs: - { os: ubuntu-22.04, type: "linux_amd64_gcc_ssl3" } - { os: ubuntu-20.04, type: "linux_arm64_ssl1" } - { os: ubuntu-22.04, type: "linux_arm64_ssl3" } + - { os: ubuntu-22.04, type: "linux_armhf_ssl3" } - { os: ubuntu-22.04, type: "linux_ppc64le_ssl3" } # todo: broken ubuntu dependencies, accepting PRs #- { os: ubuntu-22.04, type: "linux_riscv64_ssl3" } diff --git a/implementations/tdlight b/implementations/tdlight index 990caf4..68bd45d 160000 --- a/implementations/tdlight +++ b/implementations/tdlight @@ -1 +1 @@ -Subproject commit 990caf4edf2ba03eb509b28841ded0c5ea142f33 +Subproject commit 68bd45da52d447331c76fe1a39f840368148d4e3