chore: merge master into beta — resolve SODIUM_USE_PKG_CONFIG conflict in auto-tag.yml #112

Merged
sarman merged 5 commits from fix/sync-master-sodium-unset into beta 2026-06-18 01:21:52 +00:00
Owner

What

Manual resolution of the merge conflict produced by the auto-sync after PR #111 merged to master.

Conflict

Master added unset SODIUM_USE_PKG_CONFIG to the linux-amd64 and linux-arm64 build steps in auto-tag.yml. Beta already had auto-tag.yml diverged from that same ancestor region (via the earlier libsodium sync work), so git could not auto-merge.

Resolution

Took master's version in both conflict regions — the unset lines are the correct fix. All three platform build steps in auto-tag.yml now have consistent SODIUM_LIB_DIR + unset SODIUM_USE_PKG_CONFIG.

## What Manual resolution of the merge conflict produced by the auto-sync after PR #111 merged to master. ## Conflict Master added `unset SODIUM_USE_PKG_CONFIG` to the linux-amd64 and linux-arm64 build steps in `auto-tag.yml`. Beta already had `auto-tag.yml` diverged from that same ancestor region (via the earlier libsodium sync work), so git could not auto-merge. ## Resolution Took master's version in both conflict regions — the `unset` lines are the correct fix. All three platform build steps in `auto-tag.yml` now have consistent `SODIUM_LIB_DIR` + `unset SODIUM_USE_PKG_CONFIG`.
sarman added 5 commits 2026-06-18 01:20:53 +00:00
fix(ci): unset SODIUM_USE_PKG_CONFIG and use SODIUM_LIB_DIR in auto-tag.yml
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
a15e69413a
The libsodium-sys-stable build.rs panics when both SODIUM_LIB_DIR and
SODIUM_USE_PKG_CONFIG are set simultaneously. The runner environment at
172.0.0.29 has SODIUM_USE_PKG_CONFIG set (not traceable to any workflow
file or Docker image ENV layer), which conflicts with any step that sets
SODIUM_LIB_DIR.

For all three platform builds (linux-amd64, windows-amd64, linux-arm64):
- Add `unset SODIUM_USE_PKG_CONFIG` to the shell before cargo runs
- Switch Linux builds from inline apt-get to SODIUM_LIB_DIR (Docker
  images already include libsodium-dev, removing the redundant install)
- Extend arm64 PKG_CONFIG_PATH to include /usr/aarch64-linux-gnu/lib/pkgconfig
  (matching the beta workflow for consistency)

The unset is a no-op when the variable is absent; it cleanly clears any
ambient value injected by the runner infrastructure.
Merge pull request 'fix(ci): unset SODIUM_USE_PKG_CONFIG and use SODIUM_LIB_DIR in auto-tag.yml' (#111) from fix/unset-sodium-pkg-config-master into master
Some checks failed
Auto Tag / autotag (push) Successful in 16s
Auto Tag / wiki-sync (push) Successful in 15s
Sync Beta from Master / sync (push) Failing after 1m9s
Test / frontend-tests (push) Successful in 1m40s
Test / frontend-typecheck (push) Successful in 1m55s
Auto Tag / changelog (push) Successful in 1m59s
Auto Tag / build-macos-arm64 (push) Successful in 5m37s
Auto Tag / build-linux-amd64 (push) Failing after 4m38s
Test / rust-clippy (push) Has been cancelled
Test / rust-fmt-check (push) Has been cancelled
Test / rust-tests (push) Has been cancelled
Auto Tag / build-linux-arm64 (push) Has been cancelled
Auto Tag / build-windows-amd64 (push) Has been cancelled
df833e8464
Reviewed-on: #111
chore: merge master into beta — resolve SODIUM_USE_PKG_CONFIG conflict in auto-tag.yml
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
ec20f343c4
Master added `unset SODIUM_USE_PKG_CONFIG` to the linux-amd64 and
linux-arm64 build steps in auto-tag.yml (PR #111). Beta's copy of
auto-tag.yml was already ahead of master via the previous sync but
lacked those two unset lines, causing a line-level conflict.

Resolution: take master's version in both conflict regions, adding the
unset to both linux build steps. All three platforms (amd64, Windows,
arm64) now have consistent SODIUM_LIB_DIR + unset configuration.
sarman merged commit 721192edb0 into beta 2026-06-18 01:21:52 +00:00
sarman deleted branch fix/sync-master-sodium-unset 2026-06-18 01:21:53 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sarman/tftsr-devops_investigation#112
No description provided.