chore: merge master into beta — resolve SODIUM_USE_PKG_CONFIG conflict in auto-tag.yml #112
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sarman/tftsr-devops_investigation#112
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/sync-master-sodium-unset"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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_CONFIGto the linux-amd64 and linux-arm64 build steps inauto-tag.yml. Beta already hadauto-tag.ymldiverged 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
unsetlines are the correct fix. All three platform build steps inauto-tag.ymlnow have consistentSODIUM_LIB_DIR+unset SODIUM_USE_PKG_CONFIG.