fix: disable strip and check in Alpine package build
Some checks failed
Build and Publish APK Package / build-apk (amd64, x86_64) (push) Failing after 49s
Build and Publish APK Package / build-apk (arm64, aarch64) (push) Failing after 41s
Build and Publish Arch Package / build-arch (amd64, x86_64) (push) Failing after 1m5s
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
Some checks failed
Build and Publish APK Package / build-apk (amd64, x86_64) (push) Failing after 49s
Build and Publish APK Package / build-apk (arm64, aarch64) (push) Failing after 41s
Build and Publish Arch Package / build-arch (amd64, x86_64) (push) Failing after 1m5s
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 already stripped via ldflags, and disable the check warning since there's no test suite. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,10 +3,10 @@ pkgname=axolotl
|
|||||||
pkgver=0.1.0
|
pkgver=0.1.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="CLI-native issue tracker using SQLite"
|
pkgdesc="CLI-native issue tracker using SQLite"
|
||||||
url="https://g.eliaskohout.de/eliaskohout/axolotl"
|
url="https://g.eliaskohout.de/eliaskohout/ax"
|
||||||
arch="x86_64 aarch64"
|
arch="x86_64 aarch64"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
options="net"
|
options="net !strip !check"
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user