Commit graph

2 commits

Author SHA1 Message Date
Austin Schaefer
fa4b78a7e0 fix: add cmake to PKGBUILD makedepends
All checks were successful
CI / test (pull_request) Successful in 1m33s
aws-lc-sys (vendored TLS dependency) shells out to cmake at build
time to compile AWS-LC's C sources. cmake isn't part of Arch's
base-devel group, so a clean build host with only base-devel, cargo,
and git installed would fail partway through cargo build.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013XCcBkpdbUxSEeofhgAueS
2026-08-24 13:42:21 +02:00
Austin Schaefer
b0ebe933d3 Add PKGBUILD for local Arch/Manjaro install
All checks were successful
CI / test (pull_request) Successful in 2m42s
Packages doubleo7 as doubleo7-git, sourcing from this repo's own git
history so a later `makepkg -si` picks up new commits and reinstalls
in place. Works around a Manjaro CFLAGS/LDFLAGS hardening flag that
corrupts aws-lc-sys's vendored C build at link time.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013XCcBkpdbUxSEeofhgAueS
2026-08-24 12:18:31 +02:00