Eric X. Liu eric
eric pushed to main at eric/actions-go 2026-05-20 04:58:36 +00:00
385520e2bb fix(ci): enable GOEXPERIMENT=cacheprog dynamically only on Go < 1.24
eric pushed to main at eric/actions-go 2026-05-20 04:51:29 +00:00
852e030b54 fix(cache): use github.action_path to locate plugin source code
eric pushed to main at eric/actions-go 2026-05-20 04:30:14 +00:00
80cabba1bb fix(cache): use github.workspace instead of github.action_path for plugin src
eric pushed to main at eric/actions-go 2026-05-20 04:29:49 +00:00
ea5f91321c fix(cache): cd to plugin source directory before compiling
eric pushed to main at eric/actions-go 2026-05-20 04:28:48 +00:00
6e45f50874 feat(cache): add Cloudflare SigV4 S3 signature compatibility fix and compile locally
eric pushed to main at eric/actions-go 2026-05-20 04:19:12 +00:00
c4227a0eb1 fix(s3): use us-east-1 region and force S3 cache fetch in CI
eric pushed to main at eric/actions-go 2026-05-20 04:16:05 +00:00
31b57cd2af debug(go-cache): add debug logs and diagnostics
eric pushed to main at eric/actions-go 2026-05-20 04:11:28 +00:00
4787830cd9 fix(go-cache): add s3-region input and support region flag in GOCACHEPROG
eric pushed to main at eric/actions-go 2026-05-20 04:07:46 +00:00
3bba1d1cd8 feat(ci): add CI workflow e2e test with cold/warm builds
eric pushed to main at eric/actions-go 2026-05-20 04:04:03 +00:00
0ddbcd4222 feat(actions): add go-cache composite action with S3 support
eric created branch main in eric/actions-go 2026-05-20 04:04:03 +00:00
eric created repository eric/actions-go 2026-05-20 04:03:55 +00:00
eric pushed to main at eric/actions-rust 2026-05-16 16:55:38 +00:00
e542a5015d Retry sccache release downloads
eric pushed to main at eric/actions-rust 2026-05-06 04:56:34 +00:00
a83a6d8f5c Wrap CC and CXX with sccache by default
eric pushed to main at eric/rust-hello-world 2026-05-06 03:39:19 +00:00
101128e3fd Trigger warm sccache verification
eric pushed to main at eric/rust-hello-world 2026-05-06 03:37:50 +00:00
9522ce85fc Add cacheable library target
eric pushed to main at eric/actions-rust 2026-05-06 03:37:22 +00:00
8a04fb6158 Disable incremental builds for sccache
eric pushed to main at eric/rust-hello-world 2026-05-06 03:35:01 +00:00
6cbd483b73 Verify generic sccache action
eric pushed to main at eric/actions-rust 2026-05-06 03:27:41 +00:00
791d065c4c Keep sccache server alive during long jobs
eric pushed to main at eric/actions-rust 2026-05-06 03:26:55 +00:00
f71948857f Replace Gitea cache with sccache setup