Skip to content

Commit b3ca157

Browse files
committed
sqlite3: strace apk add
wip Signed-off-by: George Sapkin <[email protected]>
1 parent 19c662a commit b3ca157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/multi-arch-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
build:
1616
name: Feeds Package Test Build
1717
needs: formalities
18-
uses: openwrt/actions-shared-workflows/.github/workflows/multi-arch-test-build.yml@main
18+
uses: georgesapkin/openwrt-actions-shared-workflows/.github/workflows/multi-arch-test-build.yml@apk-strace

libs/sqlite3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77
PKG_NAME:=sqlite
88
PKG_VERSION:=3.51.1
99
PKG_SRC_VERSION:=3510100
10-
PKG_RELEASE:=1
10+
PKG_RELEASE:=2
1111

1212
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION).tar.gz
1313
PKG_SOURCE_URL:=https://www.sqlite.org/2025/

0 commit comments

Comments
 (0)