tftsr-devops_investigation/src-tauri
Shaun Arman 8c29e7a7e3
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
fix(build): remove SODIUM_USE_PKG_CONFIG from .cargo/config.toml [env] block
Cargo injects [env] entries directly into build script environments,
bypassing shell-level unset and env -u entirely. SODIUM_USE_PKG_CONFIG
was set to "0" in [env], which libsodium-sys-stable build.rs treats as
"pkg-config enabled" (env::var().is_ok() returns true for any value
including "0"). Combined with SODIUM_LIB_DIR set in the workflow, this
triggered the incompatibility panic on every build.

The original comment claiming this "avoids memset_explicit on Windows"
was incorrect — SODIUM_USE_PKG_CONFIG controls detection strategy, not
link behaviour. The actual Windows memset_explicit fix is handled via
SODIUM_LIB_DIR pointing to pre-built MinGW sodium.
2026-06-17 21:22:55 -05:00
..
.cargo fix(build): remove SODIUM_USE_PKG_CONFIG from .cargo/config.toml [env] block 2026-06-17 21:22:55 -05:00
capabilities fix(proxmox): remove dummy data, fix add-remote, fix updater 2026-06-13 17:33:23 -05:00
gen/schemas chore: update Cargo.lock and schema for v1.2.4 2026-06-13 23:28:42 -05:00
icons feat: full copy from apollo_nxt-trcaa with complete sanitization 2026-06-05 14:12:43 -05:00
resources/ollama feat(ui): fix model dropdown, auth prefill, PII persistence, theme toggle, and Ollama bundle 2026-04-05 19:30:41 -05:00
src fix(ci): resolve libsodium pkg-config detection across all platforms 2026-06-14 04:36:44 -05:00
tests/kube feat(k8s): implement clean-room Kubernetes management GUI 2026-06-06 20:27:39 -05:00
build.rs fix(build): resolve Windows MinGW memset_explicit linking error 2026-06-13 23:36:54 -05:00
Cargo.lock fix: remove use-pkg-config feature conflicting with SODIUM_LIB_DIR 2026-06-14 10:52:55 -05:00
Cargo.toml fix: remove use-pkg-config feature conflicting with SODIUM_LIB_DIR 2026-06-14 10:52:55 -05:00
memset_s_shim.c fix(build): resolve Windows MinGW memset_explicit linking error 2026-06-13 23:36:54 -05:00
tauri.conf.json chore: bump version to 1.2.4 2026-06-13 23:28:23 -05:00