fix: disable dependency tracing in Alpine package build
Some checks failed
Build and Publish APK Package / build-apk (amd64, x86_64) (push) Successful in 43s
Build and Publish APK Package / build-apk (arm64, aarch64) (push) Failing after 51s
Build and Publish Arch Package / build-arch (amd64, x86_64) (push) Failing after 55s
Build and Push Docker Container / build-and-push (push) Has been cancelled
Build and Publish Arch Package / build-arch (arm64, aarch64) (push) Has been cancelled

Go binaries are statically linked and don't need dependency scanning.
Also works around newer apk CLI breaking --who-owns flag.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 04:35:06 +02:00
parent 8ab2e4348d
commit 1ad9fb8785

View File

@@ -6,7 +6,7 @@ pkgdesc="CLI-native issue tracker using SQLite"
url="https://g.eliaskohout.de/eliaskohout/ax" url="https://g.eliaskohout.de/eliaskohout/ax"
arch="x86_64 aarch64" arch="x86_64 aarch64"
license="MIT" license="MIT"
options="net !strip !check" options="net !strip !check !tracedeps"
depends="" depends=""
makedepends="go build-base" makedepends="go build-base"
source="$pkgname-$pkgver.tar.gz::https://g.eliaskohout.de/eliaskohout/axolotl/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://g.eliaskohout.de/eliaskohout/axolotl/archive/$pkgver.tar.gz"