CI: fix workflows to pass on first activation; make release spec actually build#30
Merged
Conversation
ci.yml: - Pin rust-tests to ubuntu-22.04: Tauri v1 needs webkit2gtk-4.0, which Ubuntu 24.04 (ubuntu-latest) no longer ships. - Stub gui/dist and the target-triple sidecar binary so tauri-build can compile without frontend/PyInstaller artifacts. - Add rustfmt/clippy components and ayatana-appindicator dev libs. build.yml: - Rename the PyInstaller sidecar to Tauri's required <name>-<target-triple>[.exe] form before bundling. - Build the Linux sidecar on ubuntu-22.04 to match the Tauri bundle's glibc baseline; install all provider SDKs into it. - Grant contents:write for tauri-action's draft release. erdos-solver.spec: - Use a generated launcher entry point so package-relative imports work when frozen; add missing hidden imports (mock, chatgpt). - Verified locally: pyinstaller build succeeds and the binary runs (--help, mock mode). YAML validated. NOTE: repo owner must enable GitHub Actions in Settings — zero workflow runs to date. https://claude.ai/code/session_01KAKnLjpFZ9oF74GNW9QNtN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Repairs both workflows so they pass the first time Actions is enabled, and fixes the PyInstaller spec so the release pipeline produces a working binary.
gui/distand the target-triple sidecar sotauri-buildcan compile without frontend artifacts; adds rustfmt/clippy components and ayatana-appindicator dev libs.<name>-<target-triple>[.exe]form before bundling (it would not have been found otherwise); Linux sidecar built on ubuntu-22.04 to match the bundle's glibc baseline; installs all provider SDKs into the sidecar; grantscontents: writefor tauri-action's draft release.src.llm.mock,src.llm.chatgpt_provider).Verification
pyinstaller erdos-solver.specrun locally: build succeeds anddist/erdos-solver --helpworks in mock mode.Part of the project-wide polish batch.
https://claude.ai/code/session_01KAKnLjpFZ9oF74GNW9QNtN
Generated by Claude Code