Includes prior-session patches (carry forward so the app compiles): - crates/gpui/build.rs: cross-compile manifest fix - crates/gpui/src/platform.rs: PlatformWindow::activate_with_token trait method - crates/gpui/src/window.rs: Window::activate_with_token public API - crates/gpui_linux/src/linux/wayland/window.rs: WaylandWindow::activate_with_token + activate() keyboard-serial fix Plus the focus-serial fix: - serial.rs: SerialKind::KeyboardEnter - client.rs: store wl_keyboard.enter serial; latest_serial_of() Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
49 lines
1.7 KiB
YAML
49 lines
1.7 KiB
YAML
# Configuration related to self-hosted runner.
|
|
self-hosted-runner:
|
|
# Labels of self-hosted runner in array of strings.
|
|
labels:
|
|
# GitHub-hosted Runners
|
|
- github-8vcpu-ubuntu-2404
|
|
- github-16vcpu-ubuntu-2404
|
|
- github-32vcpu-ubuntu-2404
|
|
- github-8vcpu-ubuntu-2204
|
|
- github-16vcpu-ubuntu-2204
|
|
- github-32vcpu-ubuntu-2204
|
|
- github-16vcpu-ubuntu-2204-arm
|
|
- windows-2025-16
|
|
- windows-2025-32
|
|
- windows-2025-64
|
|
# Namespace Ubuntu 20.04 (Release builds)
|
|
- namespace-profile-16x32-ubuntu-2004
|
|
- namespace-profile-32x64-ubuntu-2004
|
|
- namespace-profile-16x32-ubuntu-2004-arm
|
|
- namespace-profile-32x64-ubuntu-2004-arm
|
|
# Namespace Ubuntu 22.04 (Everything else)
|
|
- namespace-profile-4x8-ubuntu-2204
|
|
- namespace-profile-8x16-ubuntu-2204
|
|
- namespace-profile-16x32-ubuntu-2204
|
|
- namespace-profile-32x64-ubuntu-2204
|
|
# Namespace Ubuntu 24.04 (like ubuntu-latest)
|
|
- namespace-profile-2x4-ubuntu-2404
|
|
- namespace-profile-8x32-ubuntu-2404
|
|
# Namespace Limited Preview
|
|
- namespace-profile-8x16-ubuntu-2004-arm-m4
|
|
- namespace-profile-8x32-ubuntu-2004-arm-m4
|
|
# Namespace mac
|
|
- namespace-profile-mac-large
|
|
# Self Hosted Runners
|
|
- self-mini-macos
|
|
- self-32vcpu-windows-2022
|
|
|
|
# Disable shellcheck because it doesn't like powershell
|
|
# This should have been triggered with initial rollout of actionlint
|
|
# but https://github.com/zed-industries/zed/pull/36693
|
|
# somehow caused actionlint to actually check those windows jobs
|
|
# where previously they were being skipped. Likely caused by an
|
|
# unknown bug in actionlint where parsing of `runs-on: [ ]`
|
|
# breaks something else. (yuck)
|
|
paths:
|
|
.github/workflows/{ci,release_nightly}.yml:
|
|
ignore:
|
|
- "shellcheck"
|