WIP: Add PKGBUILD for local Arch/Manjaro install #14
Loading…
Reference in a new issue
No description provided.
Delete branch "worktree-pkgbuild-packaging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
packaging/PKGBUILDsodoubleo7can be installed locally as a pacman package (doubleo7-git) viacd packaging && makepkg -si.makepkg -sipicks up new commits, rebuilds, andpacman -Ureplaces the existing install — that's the "later updated" path.pkgver()derives fromCargo.toml's version plusgit rev-list --count/git rev-parse --short, so the package version tracks the exact commit it was built from.CFLAGS/LDFLAGShardening flags corruptaws-lc-sys's vendored C build, producing a symbol-prefix mismatch at link time (undefined symbol: aws_lc_0_44_0_...).build()unsets those env vars before invokingcargo build.makepkg -fbuild succeeds and produces an installabledoubleo7-git-*.pkg.tar.zstcontaining/usr/bin/doubleo7.🤖 Generated with Claude Code
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.