• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Tatsh / sbclaude / 33848679620
100%

Build:
DEFAULT BRANCH: master
Ran 04 Sep 2026 07:26AM UTC
Jobs 5
Files 5
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Sep 2026 07:25AM UTC coverage: 100.0%. Remained the same
33848679620

push

github

Tatsh
dockerfile: add a rust toolchain for wasm builds

A repository that compiles to WebAssembly could not be built in the box
at all. rustup rather than Debian's rustc, because bookworm ships 1.63
and a crate declaring edition = "2024" needs 1.85 or newer, so
apt install rustc yields a toolchain that cannot so much as parse the
manifest.

cargo-run-bin comes with it. Projects that pin their build tools
through [package.metadata.bin] -- wasm-bindgen-cli, wasm-opt -- invoke
cargo bin from their own build scripts, so a toolchain lacking that
subcommand still fails at the first step. It is installed with
--root /usr/local, which puts the binary on the default PATH rather
than in a CARGO_HOME thrown away later in the same layer.

RUSTUP_HOME is baked into /opt and left root-owned, which is safe
because the shims only read it. CARGO_HOME is deliberately not set, so
it falls back to $HOME/.cargo: writable by the unprivileged runtime
user, and mountable with rw = ["~/.cargo"] to keep the registry and
git checkouts across boxes. Left alone that directory is part of the
box and goes away with it, so a Rust build starts from an empty cache
each time.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

232 of 232 branches covered (100.0%)

Branch coverage included in aggregate %.

890 of 890 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33848679620.1 04 Sep 2026 07:26AM UTC 5
100.0
GitHub Action Run
2 33848679620.2 04 Sep 2026 07:26AM UTC 5
100.0
GitHub Action Run
3 33848679620.3 04 Sep 2026 07:26AM UTC 5
100.0
GitHub Action Run
4 33848679620.4 04 Sep 2026 07:26AM UTC 5
100.0
GitHub Action Run
5 33848679620.5 04 Sep 2026 07:26AM UTC 5
100.0
GitHub Action Run
Source Files on build 33848679620
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33848679620
  • cdd7bb49 on github
  • Prev Build on master (#33761481703)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc