Can Celik
0af53b75d9
ci: restore zig local build cache reuse ( #4118 )
2026-09-14 18:01:54 +03:00
JJ Liebig
2746ac7ebf
ci: migrate remaining pinned actions to node24 ( #4023 )
...
* ci: migrate remaining pinned actions to node24
actions/cache@v4 and mlugg/setup-zig@v2.2.1 still target Node 20, which
GitHub removes from runners on 2026-09-23. Bump actions/cache to v6.1.0 and
replace mlugg/setup-zig with vercel-labs/setup-zig@v1.0.2.
vercel-labs/setup-zig takes only `version`, so the use-cache/cache-size-limit
tuning and Zig global-cache reuse are dropped. See the PR for alternatives.
* ci: restore zig caching for vercel setup-zig
vercel-labs/setup-zig has no cache controls, so redirect the Zig global cache
into the workspace .zig-cache and run the Zig build cache step on Linux too.
Drop this commit if we switch to a setup action that owns Zig caching, e.g.
step-security/setup-zig or xyzzylabs/setup-zig.
2026-09-13 23:39:48 +03:00
Can Celik
b11ac859c7
ci: reuse compiler state across validation runs ( #3956 )
...
* ci: retain zig build caches across validation runs
* ci: reduce debug information in validation builds
* ci: build only the ghostty test target for scalar checks
* ci: measure debug profiles and remove duplicate macos caching
* ci: compare scalar build scopes on one runner
* ci: keep the zig compiler path stable across runs
* ci: run macos and windows lint alongside tests
* ci: inspect remaining zig cache misses
* ci: remove completed measurement probes
* ci: compare windows linkers without changing release builds
* ci: test linux incremental reuse and correct the linker probe
* ci: measure windows incremental state reuse
* test: verify incremental reuse after a source change
* ci: finalize measured compiler cache optimizations
2026-09-11 21:06:24 +03:00
Can Celik
425c861797
chore: upgrade libghostty and preserve terminal behavior ( #3906 )
2026-09-10 21:51:57 +03:00
JJ Liebig
50ce4ec2dd
fix: run the full applicable test suite on windows ( #3660 )
...
* fix: run the full applicable test suite on windows
* test: remove redundant test shell assignment
* test: make endpoint and metadata fixtures deterministic
* test: tolerate exited servers during windows probe cleanup
2026-09-05 21:39:32 +03:00
Ogulcan Celik
8a6d697308
refactor: separate website presentation from runtime
2026-09-01 14:48:45 +03:00
Ogulcan Celik
73d92004f5
ci: remove approved contributor bypass
2026-07-29 02:54:53 +03:00
JJ Liebig
6d1bedee3e
fix: make native windows checks reliable ( #1925 )
2026-07-27 14:15:23 +03:00
Ogulcan Celik
e1a32e5865
ci: harden pull request workflow execution
2026-07-26 15:40:59 +03:00
Can Celik
8afd52ae57
fix: bundle modern ConPTY on Windows ( #1828 )
...
refs #1533
refs #1644
2026-07-25 02:40:14 +03:00
Ogulcan Celik
012e819b5b
ci: restore fast reliable checks
2026-07-14 22:07:08 +03:00
Ogulcan Celik
b137c7b5ea
ci: pin rust toolchain to 1.96.1
2026-07-09 22:43:25 +03:00
Ogulcan Celik
1d49fa7639
ci: clear zig cache before windows checks
2026-07-07 23:14:12 +03:00
Ogulcan Celik
a66f4c64e9
fix: force system conpty on windows
...
refs #761
2026-06-23 21:43:23 +03:00
Ogulcan Celik
5981ba426e
ci: use homebrew zig on macos
2026-06-23 16:08:14 +03:00
Ogulcan Celik
2eeea9a0cd
feat: add plugin marketplace
2026-06-21 17:27:10 +03:00
Ogulcan Celik
01e5a1933e
ci: pin github actions to shas
2026-06-11 03:17:19 +03:00
Ogulcan Celik
7c7d8c8619
fix: gate windows updater checks
2026-06-07 16:47:20 +03:00
Ogulcan Celik
52e57507e1
ci: tighten windows branch validation
2026-06-07 16:29:45 +03:00
Ogulcan Celik
b5fba2fdd1
ci: run checks on windows branch
2026-06-07 16:29:44 +03:00
Ogulcan Celik
3c2b46d24a
feat: add native windows beta support
2026-06-07 16:29:44 +03:00
Ogulcan Celik
865269b454
ci: revert cache experiment
2026-06-03 22:29:10 +03:00
Ogulcan Celik
a0afbae2e5
ci: cache vendored zig build outputs
2026-06-03 22:17:43 +03:00
Ogulcan Celik
3503209b03
ci: skip live handoff tests on macos
2026-06-02 23:44:51 +03:00
Ogulcan Celik
398f0d6302
chore: skip ci for contributor approvals
2026-06-02 22:24:43 +03:00
Ogulcan Celik
b751d102f1
feat: add preview update channel
2026-06-02 21:48:02 +03:00
Ogulcan Celik
45e88fd0b5
ci: cap ci job runtime
2026-05-24 00:05:51 +03:00
Ogulcan Celik
1bab1d2ce2
ci: cache nix workflow
2026-05-23 20:06:27 +03:00
dependabot[bot]
c5e1a20ad3
chore(deps): bump the github-actions group with 7 updates ( #184 )
...
Bumps the github-actions group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4` | `6` |
| [actions/github-script](https://github.com/actions/github-script ) | `7` | `9` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4` | `7` |
| [extractions/setup-just](https://github.com/extractions/setup-just ) | `3` | `4` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action ) | `2.75.19` | `2.79.1` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `4` | `8` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) | `2` | `3` |
Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v6 )
Updates `actions/github-script` from 7 to 9
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v9 )
Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7 )
Updates `extractions/setup-just` from 3 to 4
- [Release notes](https://github.com/extractions/setup-just/releases )
- [Commits](https://github.com/extractions/setup-just/compare/v3...v4 )
Updates `taiki-e/install-action` from 2.75.19 to 2.79.1
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/5f57d6cb7cd20b14a8a27f522884c4bc8a187458...b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e )
Updates `actions/download-artifact` from 4 to 8
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v8 )
Updates `softprops/action-gh-release` from 2 to 3
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/github-script
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: extractions/setup-just
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: taiki-e/install-action
dependency-version: 2.79.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: softprops/action-gh-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-19 04:58:27 +03:00
Ogulcan Celik
ca9ed2b434
ci: harden workflow permissions
2026-05-19 04:39:47 +03:00
Ogulcan Celik
6ccca5d688
ci: avoid caching cargo binaries
2026-05-14 02:58:58 +03:00
Ogulcan Celik
8375922c06
ci: run checks on macos
2026-05-12 15:05:36 +03:00
Ogulcan Celik
16ac5bffda
ci: use nextest for test runs
2026-04-22 00:46:18 +03:00
Ogulcan Celik
99c8468d7f
ci: skip CI for website-only pushes
2026-04-13 03:50:22 +03:00
Ogulcan Celik
a763406db2
ci: run on master pushes and cancel superseded runs
2026-04-10 14:54:04 +03:00
Ogulcan Celik
e20be7bdae
ci: install and pin setup-zig
2026-04-10 13:58:44 +03:00
Ogulcan Celik
216aa99d5d
ci: add just ci for pull request checks
2026-04-08 01:36:27 +03:00