Commit graph

8 commits

Author SHA1 Message Date
Aaron Fenyes
440b1dfb3d Clarify where setup-trunk puts the Trunk binary 2025-04-02 12:30:55 -07:00
0e38a38b57 chore: remove now-useless /home/glen/.venv/bin:/home/glen/.elan/bin:/home/glen/.local/share/pnpm:/home/glen/.local/bin:/home/glen/bin:/usr/local/bin:/usr/bin:/bin:/snap/bin checks 2025-04-01 19:51:07 -07:00
5e441d6b11 test: try $GITHUB_PATH for updating PATH 2025-04-01 19:43:53 -07:00
80a4acd56a test: check path at end of setup-trunk 2025-04-01 19:23:39 -07:00
4bb0b05635 test: move trunk installation for CI to ci-bin/ 2025-04-01 19:01:21 -07:00
Aaron Fenyes
df2d45816c Find the home directory instead of hard-coding it
This should make the `setup-trunk` workflow more container-independent.
2025-03-30 13:05:20 -07:00
Aaron Fenyes
7f45e98b46 Switch to CircleCI's Rust + Node container image
This should make the `checkout` work on the runner host.
2025-03-27 22:19:54 -07:00
Aaron Fenyes
4251242953 Run CI on a stock image, installing Trunk by hand
Instead of building a custom CI image with Trunk pre-installed, let's
try running CI on a stock image, installing Trunk from a binary on every
workflow run.
2025-03-27 20:46:02 -07:00