JohnBasrai / JohnBasrai/rust-base-containers

✅ **Issue: Prebuild `quickstart` binary in rust-dev container**

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Description:**
Currently, the `quickstart` CLI binary is built during CI, which adds \~1.5 minute to each run. We should build it as part of the base container to speed up CI and ensure consistency across environments.

**Tasks:**

* [ ] Add `cargo build --release -p quickstart` to the dev container build process
* [ ] Copy resulting binary into a known path (`/usr/local/bin/quickstart`)
* [ ] Update CI to invoke that prebuilt binary if present
* [ ] Test container locally to confirm availability

**Status:** Ready
**Branch:** `prebuild-quickstart`
**Blocks:** N/A
**Blocked By:** N/A
**Related To:** `cr8s/.github/workflows/ci.yml` speedup

---

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.