Skip to content

Update CI to run Zig builds#88

Merged
underswitchx merged 1 commit intomainfrom
codex/update-ci-workflow-for-zig-build-and-formatting
Jul 28, 2025
Merged

Update CI to run Zig builds#88
underswitchx merged 1 commit intomainfrom
codex/update-ci-workflow-for-zig-build-and-formatting

Conversation

@underswitchx
Copy link
Copy Markdown
Member

Summary

  • run zig fmt --check alongside clang-format
  • use zig build and zig build mod-test
  • install Zig 0.14.1 via setup-zig
  • remove old CMake build steps and docker service

Testing

  • sudo apt-get update
  • sudo apt-get install -y zig (fails: package not found)
  • zig fmt --check $(git ls-files '*.zig') (fails: command not found)
  • find src include tests -iname '*.cc' | xargs clang-format --dry-run -Werror (fails: code not clang-formatted)
  • zig build (fails: command not found)

https://chatgpt.com/codex/tasks/task_e_686a838ae3708331ad31c00e73634be1

@underswitchx underswitchx merged commit 386f0fe into main Jul 28, 2025
0 of 5 checks passed
@underswitchx underswitchx deleted the codex/update-ci-workflow-for-zig-build-and-formatting branch July 28, 2025 20:10
@underswitchx underswitchx added the enhancement New feature or request label Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant