Skip to content

Setup CI pipeline for Rust and LaTeX#267

Closed
google-labs-jules[bot] wants to merge 2 commits intomainfrom
setup-ci-pipeline-765433720175137823
Closed

Setup CI pipeline for Rust and LaTeX#267
google-labs-jules[bot] wants to merge 2 commits intomainfrom
setup-ci-pipeline-765433720175137823

Conversation

@google-labs-jules
Copy link
Contributor

This submission sets up a complete CI pipeline for the repository. It includes two workflows: rust-ci.yml for the Rust codebase (handling rug dependencies and splitting quality checks from testing) and papers.yml for compiling LaTeX papers (including necessary science packages). This ensures correctness, speed, and completeness as requested.


PR created automatically by Jules for task 765433720175137823 started by @fderuiter

- Create `.github/workflows/rust-ci.yml` for Rust CI:
  - Uses `stable` toolchain (supporting Edition 2024).
  - Installs system dependencies (`libgmp-dev`, `libmpfr-dev`, `libmpc-dev`) for the `rug` crate.
  - Implements a "Fail Fast" strategy with separate quality check (fmt, clippy) and build/test jobs.
  - Enables caching for faster builds.
  - Checks documentation compilation.
- Create `.github/workflows/papers.yml` for LaTeX compilation:
  - Installs TeX Live packages including `texlive-science` for physics papers.
  - Compiles all `.tex` files in `papers/` twice to resolve references.
- Ignore local `setup.sh` in favor of declarative CI configuration.
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Applied `cargo fmt` to the entire workspace to resolve style violations reported by `cargo fmt --check`. This includes sorting imports, wrapping long lines, and fixing indentation. No logical changes were made.
@fderuiter fderuiter closed this Jan 15, 2026
@fderuiter fderuiter deleted the setup-ci-pipeline-765433720175137823 branch January 15, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant