tftsr-devops_investigation/.gitea/workflows
Shaun Arman 0536a6767b
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
fix(ci): use env -u instead of unset to drop SODIUM_USE_PKG_CONFIG
bash unset modifies the current shell's environment but the act_runner
at 172.0.0.29 re-injects runner-level environment variables before each
cargo invocation, making unset ineffective. env -u removes the variable
from the child process's environment at the exec() level, bypassing any
runner re-injection entirely.

Applies to all three non-macOS platforms (linux-amd64, windows-amd64,
linux-arm64) in both release-beta.yml and auto-tag.yml.
2026-06-17 20:35:50 -05:00
..
auto-tag.yml fix(ci): use env -u instead of unset to drop SODIUM_USE_PKG_CONFIG 2026-06-17 20:35:50 -05:00
build-images.yml fix: comprehensive trcaa→tftsr conversion and URL corrections 2026-06-05 15:38:29 -05:00
pr-review.yml ci: update pr-review to leverage anthropics/claude-code pattern 2026-06-10 20:26:31 -05:00
release-beta.yml fix(ci): use env -u instead of unset to drop SODIUM_USE_PKG_CONFIG 2026-06-17 20:35:50 -05:00
renovate.yaml fix(ci): correct Renovate API endpoint for Gitea 2026-06-09 20:04:55 -05:00
sync-beta.yml feat(ci): auto-sync beta from master after every push 2026-06-13 18:04:37 -05:00
test.yml fix(ci): add libsodium to all build environments 2026-06-17 19:00:06 -05:00