Skip to content

ci: expect Cargo version in Linux smoke - #385

Merged
Jesssullivan merged 1 commit into
mainfrom
jess/linux-smoke-rc-binary-version-tin-1422
May 19, 2026
Merged

ci: expect Cargo version in Linux smoke#385
Jesssullivan merged 1 commit into
mainfrom
jess/linux-smoke-rc-binary-version-tin-1422

Conversation

@Jesssullivan

Copy link
Copy Markdown
Owner

Summary

  • keep release asset downloads keyed by the full tag version (0.12.13-rc1)
  • pass the Cargo binary version (0.12.13) to the Linux postinstall harness for tcfs --version / tcfsd --version checks

Why

The second real TIN-1422 dispatch got past secrets, FUSE install, package download, package install, and binary resolution. It failed because the release candidate assets include -rc1 in the filename, while the installed Rust binaries report the Cargo package version without the rc suffix.

Failed run: https://github.com/Jesssullivan/tummycrypt/actions/runs/26072193535

Observed failure:

  • installed tcfsd reported tcfsd 0.12.13
  • workflow expected 0.12.13-rc1

Validation

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/linux-postinstall-smoke.yml"); puts "yaml ok"'
  • git diff --check

Refs TIN-1422.

@Jesssullivan
Jesssullivan marked this pull request as ready for review May 19, 2026 02:27
@Jesssullivan
Jesssullivan merged commit 2d56dda into main May 19, 2026
9 checks passed
@Jesssullivan
Jesssullivan deleted the jess/linux-smoke-rc-binary-version-tin-1422 branch May 19, 2026 02:27
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