mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #466] [CLOSED] IGNORE: Windows native build to reproduce error #1335
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/466
Author: @remorses
Created: 1/3/2026
Status: ❌ Closed
Base:
main← Head:test-windows-native📝 Commits (10+)
e8fc818upgrade to zig 0.15.2 with ghostty-vt dependencyfda777bfix(ci): update zig to 0.15.2 and skip macOS cross-compilation from Linux0828eb1fix: add macOS SDK for cross-compilation from Linuxfc7907efix: add explicit refs to git URLs in build.zig.zonc24c7b0fix: correct hash for macos_sdk dependencyf6976e8fix: use raw macOS SDK tarball instead of outdated zig packaged4d4b44fix(ci): only build lib, not native binaries for all platforms486901bfix(ci): use macos-latest runners for cross-compilationb3d1e91fix: build only native platform by default, add --all for all platforms6654359fix: remove reference to non-existent ghostty-terminal.zig test file📊 Changes
35 files changed (+831 additions, -606 deletions)
View changed files
📝
.github/workflows/build-core.yml(+19 -2)📝
.github/workflows/build-native.yml(+5 -2)📝
.github/workflows/build-react.yml(+2 -2)📝
.github/workflows/build-solid.yml(+2 -2)➕
.github/workflows/build-windows.yml(+144 -0)📝
.zig-version(+1 -1)📝
packages/core/docs/development.md(+10 -0)📝
packages/core/scripts/build.ts(+25 -24)📝
packages/core/src/zig/ansi.zig(+10 -7)📝
packages/core/src/zig/bench-utils.zig(+3 -1)📝
packages/core/src/zig/buffer.zig(+13 -13)📝
packages/core/src/zig/build.zig(+100 -91)📝
packages/core/src/zig/build.zig.zon(+7 -3)📝
packages/core/src/zig/edit-buffer.zig(+1 -1)📝
packages/core/src/zig/event-bus.zig(+2 -2)📝
packages/core/src/zig/lib.zig(+31 -24)📝
packages/core/src/zig/logger.zig(+2 -2)📝
packages/core/src/zig/renderer.zig(+102 -96)📝
packages/core/src/zig/rope.zig(+62 -55)📝
packages/core/src/zig/syntax-style.zig(+1 -1)...and 15 more files
📄 Description
Testing native Windows zig build to see the actual error (FileTooBig/ftruncate issue). Will delete after seeing logs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.